Skip to content

Commit 2684e66

Browse files
chore(deps): bump tokio from 1.37.0 to 1.38.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49d0c57 commit 2684e66

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

containerd-shim-spin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spin-common = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
3030
spin-expressions = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
3131
spin-telemetry = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
3232
wasmtime = "18.0.4"
33-
tokio = { version = "1.37", features = ["rt"] }
33+
tokio = { version = "1.38", features = ["rt"] }
3434
openssl = { version = "*", features = ["vendored"] }
3535
serde = "1.0"
3636
serde_json = "1.0"

0 commit comments

Comments
 (0)