Skip to content

Commit 065bd0f

Browse files
Bump the everything group across 1 directory with 4 updates
Bumps the everything group with 4 updates in the / directory: [uuid](https://github.com/uuid-rs/uuid), [anyhow](https://github.com/dtolnay/anyhow), [thiserror](https://github.com/dtolnay/thiserror) and [serde_json](https://github.com/serde-rs/json). Updates `uuid` from 1.14.0 to 1.15.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.14.0...v1.15.1) Updates `anyhow` from 1.0.96 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.96...1.0.97) Updates `thiserror` from 2.0.11 to 2.0.12 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.11...2.0.12) Updates `serde_json` from 1.0.139 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.139...v1.0.140) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e61c570 commit 065bd0f

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ log = "0.4"
2020
serde = { version = "1", features = ["derive"] }
2121
serde_yaml = "0.9"
2222
structopt = "0.3"
23-
uuid = { version = "1.14", features = ["v4"] }
23+
uuid = { version = "1.15", features = ["v4"] }
2424
yaml-rust2 = "0.10.0"
2525
simplelog = "0.12"
2626
nix = { version = "0.29", default-features = false, features = ["user"] }
2727
shlex = "1.3"
2828
sha2 = "0.10.8"
29-
anyhow = "1.0.96"
30-
thiserror = "2.0.11"
29+
anyhow = "1.0.97"
30+
thiserror = "2.0.12"
3131
tera = "1"
32-
serde_json = "1.0.139"
32+
serde_json = "1.0.140"
3333
toml = "0.8.20"
3434
shell-words = "1.1.0"
3535

0 commit comments

Comments
 (0)