Skip to content

Commit 10202e5

Browse files
authored
chore: update uuid (#1369)
Random number generation now works without specifying dependencies
1 parent caf0d0c commit 10202e5

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ tempfile = "=3.15.0"
183183
thiserror = "2.0.8"
184184
treeline = "0.1.0"
185185
url = "2.5.3"
186-
uuid = { version = "=1.12.0", features = ["serde", "v4"] }
186+
uuid = { version = "1.18.0", features = ["serde", "v4"] }
187187
web-time = "1.1"
188188
x509-certificate = "0.24.0"
189189
x509-parser = "0.16.0"
@@ -237,7 +237,6 @@ image = { version = "0.25.6", default-features = false, features = [
237237
], optional = true }
238238

239239
[target.'cfg(target_os = "wasi")'.dependencies]
240-
getrandom = "0.2.7"
241240
wasi = { version = "0.14", optional = true }
242241
wstd = "0.5"
243242

@@ -252,12 +251,10 @@ chrono = { version = "0.4.39", default-features = false, features = [
252251
"wasmbind",
253252
] }
254253
console_log = { version = "1.0.0", features = ["color"] }
255-
getrandom = { version = "0.2.7", features = ["js"] }
256254
js-sys = "0.3.58"
257-
rand_core = "0.9.0-alpha.2"
258255
ring = { version = "0.17.13", features = ["wasm32_unknown_unknown_js"] }
259256
serde-wasm-bindgen = "0.6.5"
260-
uuid = { version = "1.10.0", features = ["serde", "v4", "js"] }
257+
uuid = { version = "1.18.0", features = ["serde", "v4", "js"] }
261258
wasm-bindgen = "0.2.95"
262259
wasm-bindgen-futures = "0.4.31"
263260
web-sys = { version = "0.3.58", features = [

0 commit comments

Comments
 (0)