Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 13d01cc commit 58965d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tempfile = "3.10.1"
testcontainers = "0.15.0"
testcontainers-modules = "0.3.6"
thiserror = "1.0.61"
tokio = "1.37.0"
tokio = "1.38.0"
tonic = "0.8"
tower = "0.4.13"
tower-http = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ hex = { workspace = true }
reqwest = { workspace = true, features = ["json", "rustls-tls"] }

[target.'cfg(not(target_family="wasm"))'.dependencies]
tokio = { version = "1.37.0", features = ["sync", "rt-multi-thread"] }
tokio = { version = "1.38.0", features = ["sync", "rt-multi-thread"] }

[dev-dependencies]
anyhow = { workspace = true, features = ["backtrace"] }
Expand Down

0 comments on commit 58965d9

Please sign in to comment.