Skip to content

Commit 5cd5fc6

Browse files
dependabot[bot]Miaxos
authored andcommitted
build(deps): bump uuid from 1.6.1 to 1.7.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.6.1...1.7.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 4baa3ef commit 5cd5fc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -34,7 +34,7 @@ sha2 = "0.10"
3434
tonic = "0.10"
3535
tracing = "0.1"
3636
tracing-futures = { version = "0.2.5", default-features = false, features = ["tokio", "futures-03", "std"] }
37-
uuid = { version = "1.6", features = ["v4"] } # A library to generate and parse UUIDs.
37+
uuid = { version = "1.7", features = ["v4"] } # A library to generate and parse UUIDs.
3838

3939
# Non-feature optional dependencies
4040
libflate = { version = "2", optional = true }

0 commit comments

Comments
 (0)