Skip to content

Commit

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

---
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 Jul 24, 2024
1 parent 430cfa4 commit fe3cb20
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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 src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ version = "0.8.0"
features = ["postgres", "redis"]

[dependencies.tokio]
version = "1.38.1"
version = "1.39.1"
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.38.1"
version = "1.39.1"

[dependencies.tonic]
version = "0.12.1"
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.5.9"
features = ["derive"]

[dependencies.tokio]
version = "1.38.1"
version = "1.39.1"
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.8.0"
features = ["postgres", "redis"]

[dependencies.tokio]
version = "1.38.1"
version = "1.39.1"
features = ["full"]

[dependencies.thiserror]
Expand Down

0 comments on commit fe3cb20

Please sign in to comment.