Skip to content

Commit

Permalink
update fastrand dependency to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 committed Nov 25, 2024
1 parent d5d1b19 commit 2a6e800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ alloc = []
race = ["fastrand"]

[dependencies]
fastrand = { version = "2.0.0", optional = true, default-features = false }
fastrand = { version = "2.2.0", optional = true, default-features = false }
futures-core = { version = "0.3.5", default-features = false }
futures-io = { version = "0.3.5", optional = true }
memchr = { version = "2.3.3", optional = true }
Expand Down

0 comments on commit 2a6e800

Please sign in to comment.