Skip to content

Commit

Permalink
Merge pull request #719 from kubewarden/dependabot/cargo/tokio-1.37.0
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.36.0 to 1.37.0
  • Loading branch information
jvanz authored Apr 1, 2024
2 parents 53db2c7 + 506ee9a commit 0c48cd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.34"
sha2 = "0.10"
thiserror = "1.0"
tokio = { version = "^1.36.0", features = ["full"] }
tokio = { version = "^1.37.0", features = ["full"] }
tracing = "0.1"
tracing-futures = "0.2"
tracing-opentelemetry = "0.23.0"
Expand Down

0 comments on commit 0c48cd8

Please sign in to comment.