Skip to content

Commit

Permalink
Merge pull request #954 from kubewarden/dependabot/cargo/tokio-1.41.0
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.40.0 to 1.41.0
  • Loading branch information
viccuad authored Oct 22, 2024
2 parents a0257a8 + 2ae548d commit 08f9de6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -44,7 +44,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.34"
sha2 = "0.10"
thiserror = "1.0"
tokio = { version = "^1.40.0", features = ["full"] }
tokio = { version = "^1.41.0", features = ["full"] }
tracing = "0.1"
tracing-opentelemetry = "0.27.0"
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }
Expand Down

0 comments on commit 08f9de6

Please sign in to comment.