Skip to content

Commit ec4ad5c

Browse files
authored
Merge pull request #133 from spinkube/dependabot/cargo/tokio-1.38.0
chore(deps): bump tokio from 1.37.0 to 1.38.0
2 parents a99bf57 + 2684e66 commit ec4ad5c

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)