Skip to content

Commit 5fc6903

Browse files
Bump uuid from 1.11.0 to 1.12.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.12.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c5139ef commit 5fc6903

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tokio = { version = "1.41" }
3030
tonic = { version = "0.12", default-features = false, features = [] }
3131
tower = { version = "0.5", default-features = false }
3232
tracing = { version = "0.1" }
33-
uuid = { version = "1.11", default-features = false, features = [
33+
uuid = { version = "1.12", default-features = false, features = [
3434
"v4",
3535
"serde",
3636
] }

0 commit comments

Comments
 (0)