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

Commit dec8728

Browse files
Bump tokio from 0.2.22 to 0.3.5
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]>
1 parent e2f4a09 commit dec8728

File tree

3 files changed

+86
-49
lines changed

3 files changed

+86
-49
lines changed

Cargo.lock

Lines changed: 84 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oxidizer-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
tokio = { version = "0.2", features = ["full"] }
10+
tokio = { version = "0.3", features = ["full"] }
1111
oxidizer = { version = "0.2.1", path = "../oxidizer" }

oxidizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tls-rustls = ["rustls", "tokio-postgres-rustls"]
2020
[dependencies]
2121
chrono = "0.4.19"
2222
async-trait = "0.1.47"
23-
tokio = { version = "0.2", features = ["full"] }
23+
tokio = { version = "0.3", features = ["full"] }
2424
tokio-postgres = { version= "0.5.4", features = ["with-chrono-0_4"]}
2525
mobc = "0.5"
2626
barrel = { version = "0.6.5", features = ["pg"] }

0 commit comments

Comments
 (0)