Skip to content

Commit bce9c16

Browse files
deps(rust): bump tokio from 1.43.0 to 1.44.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be014da commit bce9c16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ clap = { version = "^4.5", features = ["derive", "env"] }
4444
clap_complete = "^4.5.46"
4545
reqwest = { version = "^0.12.2", features = ["json"] }
4646
anyhow = "^1.0.96"
47-
tokio = { version = "^1.28.1", features = ["rt", "macros", "sync", "time", "net", "io-util", "signal", "rt-multi-thread"] }
47+
tokio = { version = "^1.44.1", features = ["rt", "macros", "sync", "time", "net", "io-util", "signal", "rt-multi-thread"] }
4848
tokio-util = { version = "^0.7.8", features = ["codec"] }
4949
async-trait = "^0.1.87"
5050
pem = "^3.0.5"

0 commit comments

Comments
 (0)