Skip to content

Commit

Permalink
bump itertools to 0.10.0
Browse files Browse the repository at this point in the history
fold_while was deprecated in 0.9.0
and undeprecated in 0.10.0
  • Loading branch information
david-allison committed Apr 1, 2021
1 parent 41bd2a7 commit 567ab9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion rslib-bridge/Cargo.lock

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

2 changes: 1 addition & 1 deletion rslib-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde_json = "1.0.56"
serde_derive = "1.0.114"
lazy_static = "1.4.0"
num_enum = "0.5.0"
itertools = "0.9.0"
itertools = "0.10.0"

# picked bundled - TODO: Is this correct?
rusqlite = { version = "0.23.1", features = ["trace", "functions", "collation", "bundled"] }
Expand Down

0 comments on commit 567ab9d

Please sign in to comment.