RUSTSEC-2023-0052: prefer native TLS to old rustls

This commit is contained in:
Matteo Settenvini 2023-08-27 17:30:40 +02:00
parent ad43eb9a13
commit 6835e0d9d2
2 changed files with 374 additions and 377 deletions

749
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -16,6 +16,6 @@ human-size = "0.4"
lazy_static = "1.4"
rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "v0.5.0-rc.3" }
rocket_dyn_templates = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "v0.5.0-rc.3", features = ["tera"] }
rust-s3 = { version = "0.32", default-features = false, features = ["tokio-rustls-tls"] }
rust-s3 = { version = "0.33", default-features = false, features = ["tokio-native-tls"] }
serde = { version = "1.0" }
tempfile = { version = "3.6" }