Skip to content

Commit

Permalink
Merge pull request #133 from spinkube/dependabot/cargo/tokio-1.38.0
Browse files Browse the repository at this point in the history
chore(deps): bump tokio from 1.37.0 to 1.38.0
  • Loading branch information
Mossaka authored Jun 3, 2024
2 parents a99bf57 + 2684e66 commit ec4ad5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion containerd-shim-spin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spin-common = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
spin-expressions = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
spin-telemetry = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
wasmtime = "18.0.4"
tokio = { version = "1.37", features = ["rt"] }
tokio = { version = "1.38", features = ["rt"] }
openssl = { version = "*", features = ["vendored"] }
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit ec4ad5c

Please sign in to comment.