Skip to content

Commit 17eeac1

Browse files
Merge pull request #477 from Metaswitch/dependabot/cargo/everything-8a6dc558d6
2 parents 2f00b5a + 841924c commit 17eeac1

File tree

2 files changed

+29
-62
lines changed

2 files changed

+29
-62
lines changed

Cargo.lock

Lines changed: 26 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ log = "0.4"
2020
serde = { version = "1", features = ["derive"] }
2121
serde_yaml = "0.9"
2222
structopt = "0.3"
23-
uuid = { version = "1.12", features = ["v4"] }
24-
yaml-rust2 = "0.9.0"
23+
uuid = { version = "1.13", features = ["v4"] }
24+
yaml-rust2 = "0.10.0"
2525
simplelog = "0.12"
2626
nix = { version = "0.29", default-features = false, features = ["user"] }
2727
shlex = "1.3"
@@ -30,7 +30,7 @@ anyhow = "1.0.95"
3030
thiserror = "2.0.11"
3131
tera = "1"
3232
serde_json = "1.0.138"
33-
toml = "0.8.19"
33+
toml = "0.8.20"
3434
shell-words = "1.1.0"
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)