diff --git a/Cargo.lock b/Cargo.lock index 8bdedb37..0c250f48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2270,9 +2270,9 @@ dependencies = [ [[package]] name = "sha-1" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" +checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" dependencies = [ "cfg-if", "cpufeatures", @@ -2434,7 +2434,7 @@ dependencies = [ "percent-encoding", "rand", "rsa", - "sha-1 0.10.0", + "sha-1 0.10.1", "sha2", "smallvec", "sqlformat", @@ -2856,7 +2856,7 @@ dependencies = [ "serde_bytes", "serde_derive", "serde_json", - "sha-1 0.10.0", + "sha-1 0.10.1", "sqlx", "tempfile", "text-colorizer", diff --git a/Cargo.toml b/Cargo.toml index 15bcd996..28b412a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ argon2 = "0.5" rand_core = { version = "0.6", features = ["std"] } chrono = "0.4.19" jsonwebtoken = "8.1.1" -sha-1 = "0.10.0" +sha-1 = "0.10" reqwest = { version = "0.11", features = [ "json", "multipart" ] } tokio = {version = "1.28", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]} lettre = { version = "0.10", features = ["builder", "tokio1", "tokio1-rustls-tls", "tokio1-native-tls", "smtp-transport"]}