Skip to content

Commit

Permalink
fix(deps): update rust crate itertools to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 7d88c71 commit e5e279d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
15 changes: 3 additions & 12 deletions 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 libs/spice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arcstr = { version = "1", features = ["serde", "substr-usize-indices"] }
nom = "7"
thiserror = "1"
tracing = "0.1"
itertools = "0.11.0"
itertools = "0.14.0"
rust_decimal = { version = "1", features = ["serde", "maths"] }
rust_decimal_macros = "1"
unicase = "2"
Expand Down
2 changes: 1 addition & 1 deletion libs/type_dispatch_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ quote = "1"
proc-macro2 = "1"
proc-macro-crate = "1"
proc-macro-error = "1"
itertools = "0.11.0"
itertools = "0.14.0"

[dev-dependencies]
type_dispatch = { version = "<=0.5.0", registry = "substrate", path = "../type_dispatch" }
Expand Down
2 changes: 1 addition & 1 deletion tools/spectre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tera = "1"
lazy_static = "1"
serde = { version = "1", features = ["derive"] }
tracing = "0.1"
itertools = "0.11"
itertools = "0.14"
psfparser = "0.1.2"
regex = "1.10.2"
num = { version = "0.4.1", features = ["serde"] }
Expand Down

0 comments on commit e5e279d

Please sign in to comment.