Skip to content

Commit

Permalink
Merge pull request #48 from cea-sec/dependabot/cargo/tokio-1.33.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.32.0 to 1.33.0
  • Loading branch information
vruello authored Oct 25, 2023
2 parents b00f107 + 2e607c5 commit 4599250
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ common = { path = "../common" }
env_logger = "0.10.0"
log = "0.4.19"
serde_json = "1.0.97"
tokio = { version = "1.32.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }
roxmltree = "0.18.0"
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uuid = { version = "1.5.0", features = ["v4", "fast-rng"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.0"
log = "0.4.19"
tokio = { version = "1.32.0", features = ["full"] }
tokio = { version = "1.33.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 @@ -23,7 +23,7 @@ log = "0.4.19"
mime = "0.3.17"
quick-xml = "0.30.0"
roxmltree = "0.18.0"
tokio = { version = "1.32.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }
rdkafka = { version = "0.34.0", features = ["zstd", "libz", "external-lz4"] }
regex = "1.9.0"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 4599250

Please sign in to comment.