diff --git a/Cargo.lock b/Cargo.lock index 2606b44c..5491ff8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4341,7 +4341,7 @@ dependencies = [ "rw-renderer", "serde", "serde_json", - "sha1 0.10.6", + "sha1 0.11.0", "tempfile", "thiserror", "tracing", diff --git a/Cargo.toml b/Cargo.toml index b7893c90..14c18dcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ ureq = { version = "3", features = ["rustls", "json"] } # OAuth 1.0 RSA-SHA1 rsa = { version = "0.9", features = ["pem", "sha1"] } -sha1 = { version = "0.10", features = ["oid"] } +sha1 = { version = "0.11", features = ["oid"] } percent-encoding = "2.3" rand = "0.10" shellexpand = "3"