Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Mar 9, 2021
1 parent 5595b62 commit 880f32c
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 49 deletions.
131 changes: 84 additions & 47 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 oxidizer-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "0.2", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
oxidizer = { version = "0.2.1", path = "../oxidizer" }
2 changes: 1 addition & 1 deletion oxidizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tls-rustls = ["rustls", "tokio-postgres-rustls"]
[dependencies]
chrono = "0.4.19"
async-trait = "0.1.48"
tokio = { version = "0.2", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-postgres = { version= "0.5.4", features = ["with-chrono-0_4"]}
mobc = "0.5"
barrel = { version = "0.6.5", features = ["pg"] }
Expand Down

0 comments on commit 880f32c

Please sign in to comment.