Skip to content

Commit ab61372

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

File tree

2 files changed

+85
-3
lines changed

2 files changed

+85
-3
lines changed

Cargo.lock

Lines changed: 84 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ dependencies = [
8080
"generic-array",
8181
]
8282

83+
[[package]]
84+
name = "bumpalo"
85+
version = "3.17.0"
86+
source = "registry+https://github.com/rust-lang/crates.io-index"
87+
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
88+
8389
[[package]]
8490
name = "bytes"
8591
version = "1.10.1"
@@ -616,6 +622,16 @@ version = "1.0.15"
616622
source = "registry+https://github.com/rust-lang/crates.io-index"
617623
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
618624

625+
[[package]]
626+
name = "js-sys"
627+
version = "0.3.77"
628+
source = "registry+https://github.com/rust-lang/crates.io-index"
629+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
630+
dependencies = [
631+
"once_cell",
632+
"wasm-bindgen",
633+
]
634+
619635
[[package]]
620636
name = "jsonpath-rust"
621637
version = "0.7.5"
@@ -1126,6 +1142,12 @@ dependencies = [
11261142
"untrusted",
11271143
]
11281144

1145+
[[package]]
1146+
name = "rustversion"
1147+
version = "1.0.21"
1148+
source = "registry+https://github.com/rust-lang/crates.io-index"
1149+
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
1150+
11291151
[[package]]
11301152
name = "ryu"
11311153
version = "1.0.20"
@@ -1607,12 +1629,14 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16071629

16081630
[[package]]
16091631
name = "uuid"
1610-
version = "1.16.0"
1632+
version = "1.17.0"
16111633
source = "registry+https://github.com/rust-lang/crates.io-index"
1612-
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
1634+
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
16131635
dependencies = [
16141636
"getrandom 0.3.2",
1637+
"js-sys",
16151638
"rand",
1639+
"wasm-bindgen",
16161640
]
16171641

16181642
[[package]]
@@ -1651,6 +1675,64 @@ dependencies = [
16511675
"wit-bindgen-rt",
16521676
]
16531677

1678+
[[package]]
1679+
name = "wasm-bindgen"
1680+
version = "0.2.100"
1681+
source = "registry+https://github.com/rust-lang/crates.io-index"
1682+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
1683+
dependencies = [
1684+
"cfg-if",
1685+
"once_cell",
1686+
"rustversion",
1687+
"wasm-bindgen-macro",
1688+
]
1689+
1690+
[[package]]
1691+
name = "wasm-bindgen-backend"
1692+
version = "0.2.100"
1693+
source = "registry+https://github.com/rust-lang/crates.io-index"
1694+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
1695+
dependencies = [
1696+
"bumpalo",
1697+
"log",
1698+
"proc-macro2",
1699+
"quote",
1700+
"syn",
1701+
"wasm-bindgen-shared",
1702+
]
1703+
1704+
[[package]]
1705+
name = "wasm-bindgen-macro"
1706+
version = "0.2.100"
1707+
source = "registry+https://github.com/rust-lang/crates.io-index"
1708+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
1709+
dependencies = [
1710+
"quote",
1711+
"wasm-bindgen-macro-support",
1712+
]
1713+
1714+
[[package]]
1715+
name = "wasm-bindgen-macro-support"
1716+
version = "0.2.100"
1717+
source = "registry+https://github.com/rust-lang/crates.io-index"
1718+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
1719+
dependencies = [
1720+
"proc-macro2",
1721+
"quote",
1722+
"syn",
1723+
"wasm-bindgen-backend",
1724+
"wasm-bindgen-shared",
1725+
]
1726+
1727+
[[package]]
1728+
name = "wasm-bindgen-shared"
1729+
version = "0.2.100"
1730+
source = "registry+https://github.com/rust-lang/crates.io-index"
1731+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
1732+
dependencies = [
1733+
"unicode-ident",
1734+
]
1735+
16541736
[[package]]
16551737
name = "winapi"
16561738
version = "0.3.9"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tokio = { version = "1.45.0", features = ["full"] }
2424
tower = { version = "0.5.2", features = ["limit"] }
2525
tracing = "0.1.41"
2626
tracing-subscriber = "0.3.19"
27-
uuid = { version = "1.16.0", features = ["v4", "fast-rng"] }
27+
uuid = { version = "1.17.0", features = ["v4", "fast-rng"] }

0 commit comments

Comments
 (0)