Skip to content

Commit

Permalink
Bump tokio from 1.39.2 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.39.2 to 1.41.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.41.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 1fe9405 commit 8cc4b5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
publish = false

[dependencies]
tokio = { version = "1.39", features = ["full"], optional = true }
tokio = { version = "1.41", features = ["full"], optional = true }
log = { version = "0.4", features = ["release_max_level_debug"] }
serde = { version = "1.0", features = ["derive"] }
postgres-native-tls = { version = "0.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lumen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
common = { path = "../common" }
tokio = { version = "1.39", features = ["full"] }
tokio = { version = "1.41", features = ["full"] }
log = { version = "0.4", features = ["release_max_level_debug"] }
pretty_env_logger = "0.5"
clap = "4.5"
Expand Down

0 comments on commit 8cc4b5f

Please sign in to comment.