Skip to content

Commit 841924c

Browse files
Bump the everything group across 1 directory with 3 updates
Bumps the everything group with 3 updates in the / directory: [uuid](https://github.com/uuid-rs/uuid), [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) and [toml](https://github.com/toml-rs/toml). Updates `uuid` from 1.12.1 to 1.13.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.12.1...1.13.1) Updates `yaml-rust2` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/Ethiraric/yaml-rust2/releases) - [Changelog](https://github.com/Ethiraric/yaml-rust2/blob/master/CHANGELOG.md) - [Commits](Ethiraric/yaml-rust2@v0.9.0...v0.10.0) Updates `toml` from 0.8.19 to 0.8.20 - [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: yaml-rust2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f00b5a commit 841924c

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)