Skip to content

Commit eb6b629

Browse files
Bump tokio from 1.46.1 to 1.47.1 (#495)
1 parent 2eda58a commit eb6b629

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

Cargo.lock

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontendservice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "src/main.rs"
1212
axum = "0.8.4"
1313
bytes = "1.10.1"
1414
prost = "0.13.5"
15-
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
15+
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
1616
tonic = "0.13.1"
1717
tower-http = { version = "0.6.2", features = ["trace"] }
1818
tracing = "0.1.40"

quotationservice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "src/main.rs"
1212

1313
[dependencies]
1414
bytes = "1.10.1"
15-
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
15+
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
1616
tokio-postgres = "0.7.13"
1717
tonic = "0.13.1"
1818
tower = "0.5.2"

0 commit comments

Comments
 (0)