Skip to content

Commit 4772827

Browse files
chore(deps): bump uuid from 1.17.0 to 1.18.0 (#161)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4133a1 commit 4772827

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,9 +1904,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19041904

19051905
[[package]]
19061906
name = "uuid"
1907-
version = "1.17.0"
1907+
version = "1.18.0"
19081908
source = "registry+https://github.com/rust-lang/crates.io-index"
1909-
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
1909+
checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
19101910
dependencies = [
19111911
"getrandom 0.3.3",
19121912
"js-sys",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ tokio = { version = "1.47.1", features = ["full"] }
2626
tower = { version = "0.5.2", features = ["limit"] }
2727
tracing = "0.1.41"
2828
tracing-subscriber = "0.3.19"
29-
uuid = { version = "1.17.0", features = ["v4", "fast-rng"] }
29+
uuid = { version = "1.18.0", features = ["v4", "fast-rng"] }

0 commit comments

Comments
 (0)