Skip to content

Commit 8a4114a

Browse files
chore(deps): bump uuid from 1.18.0 to 1.18.1 (#178)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a6ac75 commit 8a4114a

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
@@ -1897,9 +1897,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18971897

18981898
[[package]]
18991899
name = "uuid"
1900-
version = "1.18.0"
1900+
version = "1.18.1"
19011901
source = "registry+https://github.com/rust-lang/crates.io-index"
1902-
checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
1902+
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19031903
dependencies = [
19041904
"getrandom 0.3.3",
19051905
"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.20"
29-
uuid = { version = "1.18.0", features = ["v4", "fast-rng"] }
29+
uuid = { version = "1.18.1", features = ["v4", "fast-rng"] }

0 commit comments

Comments
 (0)