Skip to content

Commit 2f45bc0

Browse files
authored
Update dependencies (#692)
1 parent 88d6bc3 commit 2f45bc0

File tree

3 files changed

+11
-34
lines changed

3 files changed

+11
-34
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ features = ['doc']
2424
crc32fast = { version = "1.2", default-features = false, optional = true }
2525
flate2 = { version = "1", optional = true }
2626
indexmap = { version = "2.0", default-features = false, optional = true }
27-
wasmparser = { version = "0.208.1", default-features = false, optional = true }
27+
wasmparser = { version = "0.209.1", default-features = false, optional = true }
2828
memchr = { version = "2.4.1", default-features = false }
2929
hashbrown = { version = "0.14.0", features = ["ahash"], default-features = false, optional = true }
30-
ruzstd = { version = "0.6.0", optional = true }
30+
ruzstd = { version = "0.7.0", optional = true }
3131

3232
# Internal feature, only used when building as part of libstd, not part of the
3333
# stable interface of this crate.

xtask/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,13 @@ fn cmd_msrv() -> Result<(), DynError> {
188188
cargo(&["update", "-p", "ahash", "--precise", "0.8.7"])?;
189189
cmd_with(
190190
"cargo",
191-
&["+1.65.0", "test", "-p", "object", "--features", "read,write,build,std,compression"],
191+
&["+1.65.0", "test", "-p", "object", "--no-default-features", "--features", "read,write,build,std"],
192192
|cmd| {
193193
cmd.env("CARGO_NET_GIT_FETCH_WITH_CLI", "true");
194194
},
195195
)?;
196196
cargo(&["update", "-p", "ahash"])?;
197-
// wasmparser needs 1.76.0
197+
// wasmparser needs 1.76.0 and ruzstd needs 1.73
198198
cmd_with(
199199
"cargo",
200200
&["+1.76.0", "test", "-p", "object", "--features", "all"],

0 commit comments

Comments
 (0)