@@ -16,12 +16,12 @@ opt-level = 0
16
16
base64 = " 0.13.0"
17
17
bytes = " 0.4.9"
18
18
chrono = { version = " 0.4" , features = [" serde" ] }
19
- crates-index = " 0.16.2 "
19
+ crates-index = " 0.18 "
20
20
crossbeam-utils = " 0.8"
21
21
crossbeam-channel = " 0.5"
22
22
csv = " 1.0.2"
23
23
docsrs-metadata = { git = " https://github.com/rust-lang/docs.rs/" }
24
- dotenv = " 0.13 "
24
+ dotenv = " 0.15 "
25
25
failure = " 0.1.3"
26
26
flate2 = " 1"
27
27
http = " 0.1.10"
@@ -30,9 +30,9 @@ lazy_static = "1.0"
30
30
mime = " 0.3.1"
31
31
minifier = { version = " 0.0.20" , features = [" html" ] }
32
32
r2d2 = " 0.8.2"
33
- r2d2_sqlite = " 0.20 .0"
34
- rusqlite = { version = " 0.27 .0" , features = [" chrono" , " functions" , " bundled" ] }
35
- rand = " 0.5 "
33
+ r2d2_sqlite = " 0.21 .0"
34
+ rusqlite = { version = " 0.28 .0" , features = [" chrono" , " functions" , " bundled" ] }
35
+ rand = " 0.8 "
36
36
regex = " 1.0"
37
37
reqwest = { version = " 0.11" , features = [" blocking" , " json" ] }
38
38
serde = " 1.0"
@@ -45,29 +45,29 @@ tar = "0.4.36"
45
45
tempfile = " 3.0.0"
46
46
tera = " 0.11.7"
47
47
toml = " 0.4.6"
48
- url = " 1.1 "
48
+ url = " 2 "
49
49
walkdir = " 2"
50
50
warp = " 0.1.9"
51
51
log = " 0.4.6"
52
- env_logger = " 0.6 .0"
53
- hmac = " 0.7 "
54
- sha-1 = " 0.8 "
52
+ env_logger = " 0.9 .0"
53
+ hmac = " 0.12 "
54
+ sha-1 = " 0.10 "
55
55
rust_team_data = { git = " https://github.com/rust-lang/team" }
56
56
systemstat = " 0.1.11"
57
57
rustwide = { version = " 0.14.0" , features = [" unstable" , " unstable-toolchain-ci" ] }
58
58
percent-encoding = " 2.1.0"
59
- remove_dir_all = " 0.5.2 "
59
+ remove_dir_all = " 0.7 "
60
60
ctrlc = " 3.1.3"
61
61
prometheus = " 0.7.0"
62
62
cargo_metadata = " 0.12.1"
63
63
indexmap = " 1.4.0"
64
64
tokio = " 1.18"
65
- aws-types = { version = " 0.12 " , features = [" hardcoded-credentials" ] }
66
- aws-smithy-http = " 0.42 "
67
- aws-sdk-s3 = " 0.12 "
65
+ aws-types = { version = " 0.46 " , features = [" hardcoded-credentials" ] }
66
+ aws-smithy-http = " 0.46 "
67
+ aws-sdk-s3 = " 0.16 "
68
68
69
69
[dev-dependencies ]
70
- assert_cmd = " 1 .0.2 "
70
+ assert_cmd = " 2 .0.4 "
71
71
difference = " 2.0.0"
72
72
num_cpus = " 1.8.0"
73
73
predicates = " 1.0.0"
0 commit comments