Skip to content

Commit cf84730

Browse files
chore: Bump Rust dependencies
1 parent d479a4a commit cf84730

2 files changed

Lines changed: 67 additions & 38 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ rand = { version = "0.9", default-features = false, features = [
2929
"os_rng",
3030
"std",
3131
] }
32-
url = "2.5.7"
32+
url = "2.5.8"
3333
serde = { version = "1.0", features = ["derive"] }
3434
serde_json = "1.0"
3535
sha2 = "0.10.9"
3636
wit-bindgen = "0.50.0"
3737
wit-bindgen-rust = "0.50.0"
38-
wit-parser = "0.243.0"
39-
wstd = "0.6.3"
38+
wit-parser = "0.244.0"
39+
wstd = "0.6.4"
4040

4141
[profile.release]
4242
opt-level = "s"

0 commit comments

Comments
 (0)