Skip to content

Commit

Permalink
Bump old dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-consoli committed Nov 12, 2024
1 parent 30beb59 commit 38d37f6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@ alloc = ["dep:fixedbitset", "dep:slab", "dep:smallvec", "futures-lite/alloc"]
[dependencies]
fixedbitset = { version = "0.5.7", default-features = false, optional = true }
futures-core = { version = "0.3", default-features = false }
futures-lite = { version = "1.12.0", default-features = false }
pin-project = "1.0.8"
slab = { version = "0.4.8", optional = true }
smallvec = { version = "1.11.0", optional = true }
futures-lite = { version = "2.5.0", default-features = false }
pin-project = "1.1"
slab = { version = "0.4.9", optional = true }
smallvec = { version = "1.13", optional = true }
futures-buffered = "0.2.9"

[dev-dependencies]
async-io = "2.3.2"
async-std = { version = "1.12.0", features = ["attributes"] }
criterion = { version = "0.3", features = [
async-io = "2.4"
async-std = { version = "1.13.0", features = ["attributes"] }
criterion = { version = "0.5", features = [
"async",
"async_futures",
"html_reports",
] }
futures = "0.3.25"
futures = "0.3"
futures-time = "3.0.0"
itertools = "0.12.1"
lending-stream = "1.0.0"
itertools = "0.13"
lending-stream = "1.0.1"
rand = "0.8.5"
tokio = { version = "1.32.0", features = ["macros", "time", "rt-multi-thread"] }
tokio = { version = "1.41", features = ["macros", "time", "rt-multi-thread"] }

0 comments on commit 38d37f6

Please sign in to comment.