Skip to content

Commit

Permalink
Bump tokio from 1.25.0 to 1.26.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.25.0...tokio-1.26.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] committed Mar 1, 2023
1 parent 11a0162 commit 986d09a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 = "2018"
publish = false

[dependencies]
tokio = {version = "1.23", features = ["full"], optional = true}
tokio = {version = "1.26", 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.23", features = ["full"]}
tokio = {version = "1.26", features = ["full"]}
log = {version = "0.4", features = ["release_max_level_debug"]}
pretty_env_logger = "0.4"
clap = "4.0"
Expand Down

0 comments on commit 986d09a

Please sign in to comment.