Skip to content

Commit b44c5c0

Browse files
chore(deps): update rust crates (major) (#142)
* chore(deps): update rust crates * chore: snap --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hana <andywangsy@gmail.com>
1 parent 54ad6f2 commit b44c5c0

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

Cargo.lock

Lines changed: 13 additions & 8 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
@@ -33,8 +33,8 @@ harness = false
3333
serde = { version = "1.0.216", features = ["derive", "rc"] }
3434
serde_json = "1.0.133"
3535
dyn-clone = "1.0.17"
36-
rustc-hash = "1.1.0"
37-
dashmap = "5.5.3"
36+
rustc-hash = "2.1.0"
37+
dashmap = "6.1.0"
3838
memchr = "2.7.4"
3939
itertools = "0.13"
4040

@@ -44,7 +44,7 @@ static_assertions = "1.1.0"
4444
simd-json = "=0.14.3"
4545

4646
[dev-dependencies]
47-
twox-hash = "1.6.3"
47+
twox-hash = "2.1.0"
4848
base64-simd = "0.8.0"
4949
regex = "1.11.1"
5050
criterion = { version = "0.5.1", default-features = false }

src/source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ mod tests {
525525
RawBufferSource::from("a".as_bytes()).hash(&mut state);
526526
(&RawSource::from("h") as &dyn Source).hash(&mut state);
527527
ReplaceSource::new(RawSource::from("i").boxed()).hash(&mut state);
528-
assert_eq!(format!("{:x}", state.finish()), "f4b280bd9a8d4d3b");
528+
assert_eq!(format!("{:x}", state.finish()), "1b50b537fa997c34");
529529
}
530530

531531
#[test]

0 commit comments

Comments
 (0)