Skip to content

Commit cd33fb4

Browse files
Bump tokio from 1.44.2 to 1.45.0 (#1136)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df9f5c9 commit cd33fb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ serde_urlencoded = "0.7.1"
5151
serde_yaml = "0.9"
5252
syn = { version = "2.0.101", features = ["parsing"] }
5353
thiserror = "2.0.12"
54-
tokio = { version = "1.44.2", features = ["rt", "net"] }
54+
tokio = { version = "1.45.0", features = ["rt", "net"] }
5555
# change when publishing
5656
typify = { version = "0.4.1" }
5757
#typify = { git = "https://github.com/oxidecomputer/typify" }

0 commit comments

Comments
 (0)