Skip to content

Commit

Permalink
Merge pull request #457 from Metaswitch/dependabot/cargo/everything-4…
Browse files Browse the repository at this point in the history
…b50fe7b37
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
2 parents 2c7d264 + f5c6f47 commit 4597896
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 14 deletions.
42 changes: 31 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ simplelog = "0.12"
nix = { version = "0.29", default-features = false, features = ["user"] }
shlex = "1.3"
sha2 = "0.10.8"
anyhow = "1.0.92"
thiserror = "1.0.68"
anyhow = "1.0.93"
thiserror = "2.0.0"
tera = "1"
serde_json = "1.0.132"
toml = "0.8.19"
shell-words = "1.1.0"

[dev-dependencies]
tempfile = "3.13.0"
tempfile = "3.14.0"

[profile.release]
strip = true # Automatically strip symbols from the binary.
Expand Down

0 comments on commit 4597896

Please sign in to comment.