Skip to content

Commit bb0a8d0

Browse files
committed
Merge remote-tracking branch 'origin/rust-version'
2 parents b4ddcd7 + c945b26 commit bb0a8d0

2 files changed

Lines changed: 212 additions & 18 deletions

File tree

Cargo.lock

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

crates/service/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ shared = { path = "../shared" }
1111
anyhow = { workspace = true }
1212

1313
# Async runtime
14-
tokio = { workspace = true }
14+
tokio = { version = "1.51", features = ["macros", "rt", "time", "signal", "process"] }
1515

1616
rustls = { workspace = true }
1717

18-
reqwest = { workspace = true }
18+
reqwest = { version = "0.13.2", features = ["json", "rustls", "system-proxy"] }
1919

2020
serde = { workspace = true }
2121
serde_json = { workspace = true }

0 commit comments

Comments
 (0)