Skip to content

Commit 6eeedff

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), [serde_json](https://github.com/serde-rs/json) and [tempfile](https://github.com/Stebalien/tempfile). Updates `uuid` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.12.0...1.12.1) Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.137...v1.0.138) Updates `tempfile` from 3.14.0 to 3.16.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.14.0...v3.16.0) --- updated-dependencies: - dependency-name: uuid 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 - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 473ee86 commit 6eeedff

File tree

2 files changed

+42
-11
lines changed

2 files changed

+42
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ sha2 = "0.10.8"
2929
anyhow = "1.0.95"
3030
thiserror = "2.0.11"
3131
tera = "1"
32-
serde_json = "1.0.137"
32+
serde_json = "1.0.138"
3333
toml = "0.8.19"
3434
shell-words = "1.1.0"
3535

3636
[dev-dependencies]
37-
tempfile = "3.14.0"
37+
tempfile = "3.16.0"
3838

3939
[profile.release]
4040
strip = true # Automatically strip symbols from the binary.

0 commit comments

Comments
 (0)