Skip to content

Commit

Permalink
deps: fix version of rand and itertools
Browse files Browse the repository at this point in the history
  • Loading branch information
Uinelj committed Aug 30, 2023
1 parent 75ce52d commit 3a43b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ zstd = ["dep:zstd"]
[dependencies]
env_logger = "0.9.0"
flate2 = "1.0.22"
itertools = "*"
itertools = "0.11.0"
log = "0.4.14"
oscar-io = "0.1.3"
rand = "*"
rand = "0.8.5"
rayon = "1.5.1"
runiq-lib = "1.2.2"
serde_json = "1.0.78"
Expand Down

0 comments on commit 3a43b89

Please sign in to comment.