Skip to content

Commit

Permalink
bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Feb 7, 2024
1 parent 6d8bdc3 commit b780ba1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
crossbeam-epoch = "0.9.15"
crossbeam-epoch = "0.9.18"
rand = { version = "0.8.5", optional = true }
serde = { version = "1.0.188", features = ["derive"], optional = true }
serde = { version = "1.0.196", features = ["derive"], optional = true }

[dev-dependencies]
rand = "0.8.5"
shumai = "0.2.13"
serde = "1.0.188"
serde_json = "1.0.105"
shumai = "0.2.14"
serde = "1.0.196"
serde_json = "1.0.113"
flurry = "0.4.0"
mimalloc = { version = "0.1.38", default-features = false }
mimalloc = { version = "0.1.39", default-features = false }
selfsimilar = "0.1.0"
static_assertions = "1.1.0"
shuttle = "0.6.1"
Expand Down

0 comments on commit b780ba1

Please sign in to comment.