Skip to content

Commit 3f12f08

Browse files
build(deps): bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [serde_json](https://github.com/serde-rs/json) and [uuid](https://github.com/uuid-rs/uuid). Updates `serde_json` from 1.0.136 to 1.0.137 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.136...v1.0.137) 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) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc2284e commit 3f12f08

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ serde_json = "1.0"
2020
serde_with = "3.0"
2121
test-log = "0.2.17"
2222
thiserror = "2.0.3"
23-
uuid = { version = "1.8.0", features = ["v8"] }
23+
uuid = { version = "1.12.1", features = ["v8"] }
2424
zerocopy = "0.8.0"
2525
zstd = "0.13.1"

0 commit comments

Comments
 (0)