Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and zk-steve committed Jul 29, 2024
1 parent 3b5dcb7 commit 5a4a5f6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.

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.39.1"
version = "1.39.2"
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.39.1"
version = "1.39.2"

[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.11"
features = ["derive"]

[dependencies.tokio]
version = "1.39.1"
version = "1.39.2"
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.39.1"
version = "1.39.2"
features = ["full"]

[dependencies.thiserror]
Expand Down

0 comments on commit 5a4a5f6

Please sign in to comment.