@@ -16,12 +16,12 @@ opt-level = 0
1616base64 = " 0.13.0"
1717bytes = " 0.4.9"
1818chrono = { version = " 0.4" , features = [" serde" ] }
19- crates-index = " 0.16.2 "
19+ crates-index = " 0.18 "
2020crossbeam-utils = " 0.8"
2121crossbeam-channel = " 0.5"
2222csv = " 1.0.2"
2323docsrs-metadata = { git = " https://github.com/rust-lang/docs.rs/" }
24- dotenv = " 0.13 "
24+ dotenv = " 0.15 "
2525failure = " 0.1.3"
2626flate2 = " 1"
2727http = " 0.1.10"
@@ -30,9 +30,9 @@ lazy_static = "1.0"
3030mime = " 0.3.1"
3131minifier = { version = " 0.0.20" , features = [" html" ] }
3232r2d2 = " 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 "
3636regex = " 1.0"
3737reqwest = { version = " 0.11" , features = [" blocking" , " json" ] }
3838serde = " 1.0"
@@ -45,29 +45,29 @@ tar = "0.4.36"
4545tempfile = " 3.0.0"
4646tera = " 0.11.7"
4747toml = " 0.4.6"
48- url = " 1.1 "
48+ url = " 2 "
4949walkdir = " 2"
5050warp = " 0.1.9"
5151log = " 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 "
5555rust_team_data = { git = " https://github.com/rust-lang/team" }
5656systemstat = " 0.1.11"
5757rustwide = { version = " 0.14.0" , features = [" unstable" , " unstable-toolchain-ci" ] }
5858percent-encoding = " 2.1.0"
59- remove_dir_all = " 0.5.2 "
59+ remove_dir_all = " 0.7 "
6060ctrlc = " 3.1.3"
6161prometheus = " 0.7.0"
6262cargo_metadata = " 0.12.1"
6363indexmap = " 1.4.0"
6464tokio = " 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 "
6868
6969[dev-dependencies ]
70- assert_cmd = " 1 .0.2 "
70+ assert_cmd = " 2 .0.4 "
7171difference = " 2.0.0"
7272num_cpus = " 1.8.0"
7373predicates = " 1.0.0"
0 commit comments