Skip to content

Commit 9719f0d

Browse files
bump(cargo)!: bump uuid (cargo upgrade)
name old req compatible latest new req ==== ======= ========== ====== ======= uuid 1.16.0 1.17.0 1.17.0 1.17.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dcfdd12 commit 9719f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ tonic = { version = "0.13", default-features = false, features = ["transport", "
9292
tracing = { version = "0.1.41", default-features = false, features = ["attributes"] } # attribute feature is so commonly used that we should just leave it on globally
9393
tracing-subscriber = { version = "0.3.19", default-features = false, features = [] }
9494
tracing-test = { version = "0.2.5", default-features = false, features = [] }
95-
uuid = { version = "1.16.0", default-features = false, features = [] }
95+
uuid = { version = "1.17.0", default-features = false, features = [] }
9696

9797
[profile.dev]
9898
panic = "unwind"

0 commit comments

Comments
 (0)