Skip to content

Commit

Permalink
fix(deps): update rust crate itertools to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlightishere committed Aug 20, 2024
1 parent 986dbb6 commit 1066dd2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
21 changes: 15 additions & 6 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 crates/charts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ charted-entities = { version = "0.1.0-beta", path = "../entities" }
charted-server = { version = "0.1.0-beta", path = "../server" }
eyre.workspace = true
flate2 = "1.0.30"
itertools = "0.12.1"
itertools = "0.13.0"
multer.workspace = true
noelware-remi = { workspace = true, features = ["fs"] }
regex.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tools/devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bollard = "0.16.1"
clap.workspace = true
color-eyre.workspace = true
eyre.workspace = true
itertools = "0.12.1"
itertools = "0.13.0"
tokio = { workspace = true, features = ["rt", "macros", "rt-multi-thread"] }
tracing.workspace = true
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit 1066dd2

Please sign in to comment.