Skip to content

Commit

Permalink
Bump uuid dep for wasm support (ixmilia#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtlawrence authored Jun 13, 2023
1 parent 041cdfc commit 6c44d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ itertools = "0.10.0"
num = "0.3.1"
serde = { version = "1.*.*", optional = true }
serde_derive = { version = "1.*.*", optional = true }
uuid = { version = "0.8.1", features = ["serde", "v4"] }
uuid = { version = "1.3.3", features = ["serde", "v4"] }

[build-dependencies]
xmltree = "0.8.0"
Expand Down

0 comments on commit 6c44d61

Please sign in to comment.