Skip to content

Commit

Permalink
chore(deps): update rust crate itertools to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent 08e8547 commit 40cb39b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crates/air-lib/air-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ multimap = "0.9.1"
serde = { version = "1.0.190", features = ["rc", "derive"] }
serde_json = "1.0.108"

itertools = "0.10.5"
itertools = "0.12.1"
thiserror = "1.0.50"
tracing = "0.1.40"
air-interpreter-value = { version = "0.1.0", path = "../interpreter-value" }
Expand Down
2 changes: 1 addition & 1 deletion crates/air-lib/lambda/ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ path = "src/lib.rs"

[dependencies]
non-empty-vec = { version = "0.2.3", features = ["serde"] }
itertools = "0.10.5"
itertools = "0.12.1"

serde = { version = "1.0.190", features = ["rc", "derive"] }
2 changes: 1 addition & 1 deletion crates/air-lib/lambda/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ regex = "1.10.2"
# TODO: hide serde behind a feature
serde = { version = "1.0.190", features = ["rc", "derive"] }

itertools = "0.10.5"
itertools = "0.12.1"
thiserror = "1.0.50"
2 changes: 1 addition & 1 deletion crates/beautifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ path = "src/lib.rs"

[dependencies]
aquavm-air-parser = { version = "0.11.2", path = "../air-lib/air-parser" }
itertools = "0.10.5"
itertools = "0.12.1"
thiserror = "1.0.50"
2 changes: 1 addition & 1 deletion crates/testing-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"
air-test-utils = { version = "0.16.0", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.11.2", path = "../air-lib/air-parser" }

itertools = "0.10.5"
itertools = "0.12.1"
fluence-keypair = "0.10.4"
strum = { version="0.24.1", features=["derive"] }
nom = "7.1.3"
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ air-test-utils = { version = "0.16.0",path = "../../../crates/air-lib/test-utils

clap = { version = "4.4.7", features = ["derive", "env"] }
eyre = "0.6.11"
itertools = "0.10.5"
itertools = "0.12.1"
semver = "1.0.21"
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit 40cb39b

Please sign in to comment.