Skip to content

Commit

Permalink
Merge pull request #133 from cea-sec/dependabot/cargo/itertools-0.13.0
Browse files Browse the repository at this point in the history
Bump itertools from 0.12.1 to 0.13.0
  • Loading branch information
vruello authored Jul 11, 2024
2 parents d16da0b + 99b5814 commit 51c058a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
clap = { version = "4.4.2", features = ["cargo"] }
futures-util = "0.3.28"
xmlparser = "0.13.5"
itertools = "0.12.0"
itertools = "0.13.0"
futures = "0.3.28"
bitreader = "0.3.7"
rustls-pemfile = "2.1.1"
Expand Down

0 comments on commit 51c058a

Please sign in to comment.