Skip to content

Commit

Permalink
build(deps): bump tokio from 1.37.0 to 1.38.0
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and zk-steve committed Jun 18, 2024
1 parent 9a6061e commit e4072cc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ version = "0.6.1"
features = ["postgres", "redis"]

[dependencies.tokio]
version = "1.36.0"
version = "1.38.0"
features = ["full"]

[dependencies.anyhow]
Expand Down
2 changes: 1 addition & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ version = "0.3.18"
features = ["env-filter"]

[dependencies.tokio]
version = "1.37.0"
version = "1.38.0"

[dependencies.tonic]
version = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion src/gpt_answer_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ version = "4.4.7"
features = ["derive"]

[dependencies.tokio]
version = "1.36.0"
version = "1.38.0"
features = ["full"]

[dependencies.opentelemetry]
Expand Down
2 changes: 1 addition & 1 deletion src/public/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ version = "0.6.1"
features = ["postgres", "redis"]

[dependencies.tokio]
version = "1.36.0"
version = "1.38.0"
features = ["full"]

[dependencies.thiserror]
Expand Down

0 comments on commit e4072cc

Please sign in to comment.