Skip to content

Commit

Permalink
chore(deps): update rust crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 34f2e43 commit 8605178
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
23 changes: 14 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ harness = false
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
dyn-clone = "1"
rustc-hash = "1"
dashmap = "5"
rustc-hash = "2.1.0"
dashmap = "6.1.0"
memchr = "2.6.4"

codspeed-criterion-compat = { version = "2.3.3", default-features = false, optional = true }
static_assertions = "1.1.0"
simd-json = "=0.14.0-rc.2"

[dev-dependencies]
twox-hash = "1"
twox-hash = "2.0.1"
base64-simd = "0.7"
regex = "1.10.2"
criterion = { version = "0.5.1", default-features = false }
Expand Down

0 comments on commit 8605178

Please sign in to comment.