Skip to content

Commit d8ba463

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/discord-cat/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ reqwest = { version = "0.11.10", features = ["json"] }
1212
log = { version = "0.4.16", features = ["release_max_level_info"] }
1313
env_logger = "0.9.0"
1414
kankyo = "0.3.0"
15-
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] }
15+
tokio = { version = "1.18.5", features = ["macros", "rt-multi-thread"] }
1616
futures = "0.3.21"
1717
serde = { version = "1.0.136", features = ["derive"] }
1818
json = "0.12.4"

0 commit comments

Comments
 (0)