Skip to content

Commit

Permalink
chore(deps): update rust crate uuid to 1.5.0 (#4441)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 6, 2023
1 parent a74dcc0 commit 3148150
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ tufaceous-lib = { path = "tufaceous-lib" }
unicode-width = "0.1.11"
update-engine = { path = "update-engine" }
usdt = "0.3"
uuid = { version = "1.4.1", features = ["serde", "v4"] }
uuid = { version = "1.5.0", features = ["serde", "v4"] }
walkdir = "2.4"
wicket = { path = "wicket" }
wicket-common = { path = "wicket-common" }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ trust-dns-proto = { version = "0.22.0" }
unicode-bidi = { version = "0.3.13" }
unicode-normalization = { version = "0.1.22" }
usdt = { version = "0.3.5" }
uuid = { version = "1.4.1", features = ["serde", "v4"] }
uuid = { version = "1.5.0", features = ["serde", "v4"] }
yasna = { version = "0.5.2", features = ["bit-vec", "num-bigint", "std", "time"] }
zeroize = { version = "1.6.0", features = ["std", "zeroize_derive"] }
zip = { version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] }
Expand Down Expand Up @@ -194,7 +194,7 @@ unicode-bidi = { version = "0.3.13" }
unicode-normalization = { version = "0.1.22" }
unicode-xid = { version = "0.2.4" }
usdt = { version = "0.3.5" }
uuid = { version = "1.4.1", features = ["serde", "v4"] }
uuid = { version = "1.5.0", features = ["serde", "v4"] }
yasna = { version = "0.5.2", features = ["bit-vec", "num-bigint", "std", "time"] }
zeroize = { version = "1.6.0", features = ["std", "zeroize_derive"] }
zip = { version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] }
Expand Down

0 comments on commit 3148150

Please sign in to comment.