Skip to content

Commit 677929a

Browse files
committed
bump reqwest
cargo update -p reqwest Updating crates.io index Locking 6 packages to latest compatible versions Updating reqwest v0.11.14 -> v0.11.27 (available: v0.12.12) Adding rustls-pemfile v1.0.4 Adding sync_wrapper v0.1.2 Adding system-configuration v0.5.1 Adding system-configuration-sys v0.5.0 Updating winreg v0.10.1 -> v0.50.0
1 parent c64cc8c commit 677929a

File tree

2 files changed

+46
-6
lines changed

2 files changed

+46
-6
lines changed

Cargo.lock

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

database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy_static = { workspace = true }
1414
log = { workspace = true }
1515
reqwest = { workspace = true }
1616
serde = { workspace = true, features = ["derive"] }
17-
tokio = { workspace = true, features = ["sync", "macros"] }
17+
tokio = { workspace = true, features = ["sync", "macros", "rt-multi-thread"] }
1818

1919
rusqlite = { version = "0.28", features = ["bundled"] }
2020
tokio-postgres = { version = "0.7", features = ["with-chrono-0_4", "runtime"] }

0 commit comments

Comments
 (0)