File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ env_logger = "0.10"
11
11
hashbrown = " 0.14"
12
12
lazy_static = " 1"
13
13
log = " 0.4"
14
+ reqwest = " 0.11"
14
15
serde = " 1"
15
16
serde_json = " 1"
16
17
tokio = " 1.36"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ clap = { workspace = true, features = ["derive"] }
13
13
env_logger = { workspace = true }
14
14
lazy_static = { workspace = true }
15
15
log = { workspace = true }
16
+ reqwest = { workspace = true , features = [" json" ] }
16
17
serde = { workspace = true , features = [" derive" ] }
17
18
serde_json = { workspace = true }
18
19
tokio = { workspace = true , features = [" rt" , " process" ] }
@@ -21,7 +22,6 @@ thiserror = "1"
21
22
tempfile = " 3"
22
23
libc = " 0.2"
23
24
semver = " 1.0"
24
- reqwest = { version = " 0.11" , features = [" json" ] }
25
25
xz2 = " 0.1.3"
26
26
tar = " 0.4"
27
27
futures = " 0.3.5"
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ env_logger = { workspace = true }
12
12
hashbrown = { workspace = true , features = [" serde" ] }
13
13
lazy_static = { workspace = true }
14
14
log = { workspace = true }
15
+ reqwest = { workspace = true , features = [" blocking" ] }
15
16
serde = { workspace = true , features = [" derive" ] }
16
17
tokio = { workspace = true , features = [" sync" , " macros" ] }
17
18
18
19
rusqlite = { version = " 0.28" , features = [" bundled" ] }
19
20
tokio-postgres = { version = " 0.7" , features = [" with-chrono-0_4" , " runtime" ] }
20
21
async-trait = " 0.1"
21
- reqwest = { version = " 0.11" , features = [" blocking" ] }
22
22
postgres-native-tls = " 0.5"
23
23
native-tls = " 0.2"
24
24
futures-util = " 0.3.5"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ env_logger = { workspace = true }
11
11
hashbrown = { workspace = true , features = [" serde" ] }
12
12
lazy_static = { workspace = true }
13
13
log = { workspace = true }
14
+ reqwest = { workspace = true , features = [" blocking" , " json" ] }
14
15
serde = { workspace = true , features = [" rc" ] }
15
16
serde_json = { workspace = true }
16
17
tokio = { workspace = true , features = [" macros" , " time" ] }
@@ -25,7 +26,6 @@ semver = "1.0"
25
26
ring = " 0.16.10"
26
27
hex = " 0.4.2"
27
28
regex = " 1"
28
- reqwest = { version = " 0.11" , features = [" json" , " blocking" ] }
29
29
toml = " 0.7"
30
30
rust_team_data = { git = " https://github.com/rust-lang/team" }
31
31
parking_lot = " 0.12"
You can’t perform that action at this time.
0 commit comments