Skip to content

Commit

Permalink
Bump tokio from 1.43.0 to 1.44.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.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 Mar 10, 2025
1 parent 32ada92 commit ad8f6ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 frontendservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/main.rs"
axum = "0.7.9"
bytes = "1.10.0"
prost = "0.13.4"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.12.3", features = ["tls"] }
tower-http = { version = "0.6.2", features = ["trace"] }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion quotationservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/main.rs"
[dependencies]
bytes = "1.10.0"
prost = "0.13.4"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread"] }
tokio-postgres = "0.7.13"
tonic = { version = "0.12.3", features = ["tls"] }
tower = "0.5.2"
Expand Down

0 comments on commit ad8f6ad

Please sign in to comment.