Skip to content

Commit

Permalink
Bump tokio from 1.38.0 to 1.41.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.41.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.41.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 2eab2bf commit da64387
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 da64387

Please sign in to comment.