Skip to content

Commit

Permalink
remove fastrand crate as we now just use RNG algorithms in the Rust r…
Browse files Browse the repository at this point in the history
…and crate

- also bump libc from 0.2.151 to 0.2.152
  • Loading branch information
jqnatividad committed Jan 7, 2024
1 parent ffe098c commit 4e6d176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ eudex = { version = "0.1", optional = true }
ext-sort = { version = "0.1", features = [
"memory-limit",
], default-features = false }
fastrand = "2"
flate2 = { version = "1", optional = true }
file-format = { version = "0.23", features = ["reader"] }
filetime = "0.2"
Expand Down

0 comments on commit 4e6d176

Please sign in to comment.