Skip to content

Commit f77b75f

Browse files
Bump tokio from 0.2.25 to 1.18.5
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.25 to 1.18.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.2.25...tokio-1.18.5) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 270321c commit f77b75f

File tree

3 files changed

+139
-30
lines changed

3 files changed

+139
-30
lines changed

Cargo.lock

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

controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ log = "0.4"
2121
prettytable-rs = "0.8"
2222
ring = "0.16"
2323
term = "0.6"
24-
tokio = { version = "0.2", features = ["full"] }
24+
tokio = { version = "1.18", features = ["full"] }
2525
uuid = { version = "0.8", features = ["serde", "v4"] }
2626
url = "2.1"
2727
chrono = { version = "0.4.11", features = ["serde"] }

impls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ring = "0.16"
2222
uuid = { version = "0.8", features = ["serde", "v4"] }
2323
chrono = { version = "0.4.11", features = ["serde"] }
2424
lazy_static = "1"
25-
tokio = { version = "0.2", features = ["full"] }
25+
tokio = { version = "1.18", features = ["full"] }
2626
reqwest = { version = "0.10", features = ["rustls-tls", "socks"] }
2727

2828
#Socks/Tor/Bridge/Proxy

0 commit comments

Comments
 (0)