Skip to content

Commit b3d26a5

Browse files
committed
feat: use rand in uuid
1 parent dbdee09 commit b3d26a5

File tree

2 files changed

+47
-6
lines changed

2 files changed

+47
-6
lines changed

Cargo.lock

+46-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ serde = { version = "1.0.219", features = ["derive"] }
2424
serde_json = "1.0.140"
2525
serde_rusqlite = "0.36.0"
2626
serde_with = "3.12.0"
27-
uuid = { version = "1.16.0", features = ["v4"] }
27+
uuid = { version = "1.16.0", features = ["rng-rand", "v4"] }
2828
zip = { version = "2.5.0", default-features = false, features = ["deflate"] }

0 commit comments

Comments
 (0)