Skip to content

Commit

Permalink
Merge pull request #1020 from kubewarden/dependabot/cargo/tokio-1.43.0
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.42.0 to 1.43.0
  • Loading branch information
flavio authored Jan 10, 2025
2 parents 378ca5b + d9d7961 commit 2b55721
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -49,7 +49,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.34"
sha2 = "0.10"
thiserror = "2.0"
tokio = { version = "^1.42.0", features = ["full"] }
tokio = { version = "^1.43.0", features = ["full"] }
tracing = "0.1"
tracing-opentelemetry = "0.28.0"
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }
Expand Down

0 comments on commit 2b55721

Please sign in to comment.