Skip to content

Commit c29974a

Browse files
committed
build(deps): bump uuid from 0.8.2 to 1.18.1
Signed-off-by: Patrick J.P. Culp <[email protected]>
1 parent f458d46 commit c29974a

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

Cargo.lock

Lines changed: 4 additions & 13 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
@@ -69,6 +69,6 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
6969
tokio-retry = "0.3"
7070
tracing = "0.1"
7171
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter", "json"] }
72-
uuid = { version = "0.8", default-features = false, features = ["serde", "v4"] }
72+
uuid = { version = "1", default-features = false, features = ["serde", "v4"] }
7373
validator = { version = "0.20", features = ["derive"] }
7474
webpki = { version = "0.22", features = ["std"] }

0 commit comments

Comments
 (0)