Skip to content

Commit

Permalink
build(deps): bump tokio from 1.40.0 to 1.41.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bbortt committed Oct 23, 2024
1 parent 474dcfe commit afcda95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde = { version = "1.0.211", features = ["derive"] }
reqwest = { version = "0.12.8", features = ["json"] }
serde_json = "1.0.132"
serde_yaml = "0.9.34+deprecated"
tokio = { version = "1.40.0", features = ["rt"] }
tokio = { version = "1.41.0", features = ["rt"] }
urlencoding = "2.1.3"
vaultrs = { version = "0.7.1", default-features = false, features = [ "native-tls" ] }

Expand All @@ -24,7 +24,7 @@ ntest = "0.9.3"
predicates = "3.1.2"
schemars = "0.8.21"
testcontainers-modules = { version = "0.11.3", features = ["hashicorp_vault", "k3s", "postgres"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
tokio-postgres = "0.7.12"
utilities = {path= "tests/utilities" }

Expand Down

0 comments on commit afcda95

Please sign in to comment.