Skip to content

Commit 6d2a0f7

Browse files
Bump tokio from 1.43.0 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00b3ac1 commit 6d2a0f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: Cargo.lock

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

Diff for: octobot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde = "1.0.183"
2828
serde_derive = "1.0.183"
2929
serde_json = "1.0.104"
3030
thread-id = "4.1.0"
31-
tokio = { version = "1.29.1", features = ["rt", "rt-multi-thread", "macros"] }
31+
tokio = { version = "1.43.1", features = ["rt", "rt-multi-thread", "macros"] }
3232
async-trait = "0.1.72"
3333
prometheus = "0.13.3"
3434
maplit = "1.0.2"

Diff for: ops/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ log = "0.4.19"
1717
regex = "1.9.3"
1818
serde = "1.0.183"
1919
serde_derive = "1.0.183"
20-
tokio = { version = "1.29.1", features = ["rt"] }
20+
tokio = { version = "1.43.1", features = ["rt"] }
2121
unidiff = "0.3.3"
2222
reqwest = { version = "0.11.18", features = ["json"] }
2323
async-trait = "0.1.72"

0 commit comments

Comments
 (0)