Skip to content

Commit

Permalink
Merge pull request cea-sec#184 from cea-sec/dependabot/cargo/tokio-1.…
Browse files Browse the repository at this point in the history
…41.0

Bump tokio from 1.38.0 to 1.41.0
  • Loading branch information
vruello authored Nov 1, 2024
2 parents 2eab2bf + da64387 commit 66e4555
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 91 deletions.
110 changes: 22 additions & 88 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ common = { path = "../common" }
env_logger = "0.11.3"
log = "0.4.19"
serde_json = "1.0.97"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
roxmltree = "0.20.0"
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng"] }
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ uuid = { version = "1.11.0", features = ["v4", "fast-rng", "serde"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.0"
log = "0.4.19"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
serde_json = "1.0.97"
async-trait = "0.1.68"
tokio-postgres = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = "0.4.19"
mime = "0.3.17"
quick-xml = "0.36.0"
roxmltree = "0.20.0"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
rdkafka = { version = "0.36.0", features = ["zstd", "libz", "external-lz4"] }
regex = "1.11.0"
uuid = { version = "1.11.0", features = ["v4", "fast-rng"] }
Expand Down

0 comments on commit 66e4555

Please sign in to comment.