diff --git a/Cargo.lock b/Cargo.lock index c508ab8b..c994a479 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ dependencies = [ "async-graphql-value", "async-stream", "async-trait", - "base64", + "base64 0.13.1", "bytes 1.3.0", "chrono", "fast_chemail", @@ -699,6 +699,12 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" +[[package]] +name = "base64" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" + [[package]] name = "base64-simd" version = "0.7.0" @@ -720,7 +726,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7e7c93a3fb23b2fdde989b2c9ec4dd153063ec81f408507f84c090cd91c6641" dependencies = [ - "base64", + "base64 0.13.1", "blowfish", "getrandom 0.2.8", "zeroize", @@ -1075,12 +1081,12 @@ dependencies = [ [[package]] name = "cookie" -version = "0.16.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "344adc371239ef32293cb1c4fe519592fcf21206c79c02854320afcdf3ab4917" +checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" dependencies = [ "aes-gcm", - "base64", + "base64 0.20.0", "hkdf", "percent-encoding", "rand 0.8.5", @@ -1618,7 +1624,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34dd14c63662e0206599796cd5e1ad0268ab2b9d19b868d6050d688eba2bbf98" dependencies = [ - "base64", + "base64 0.13.1", "memchr", ] @@ -2067,7 +2073,7 @@ version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584" dependencies = [ - "base64", + "base64 0.13.1", "bitflags", "bytes 1.3.0", "headers-core", @@ -2184,7 +2190,7 @@ checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" dependencies = [ "anyhow", "async-channel", - "base64", + "base64 0.13.1", "futures-lite", "http", "infer", @@ -2547,7 +2553,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2eabca5e0b4d0e98e7f2243fb5b7520b6af2b65d8f87bcc86f2c75185a6ff243" dependencies = [ "async-trait", - "base64", + "base64 0.13.1", "email-encoding", "email_address", "fastrand", @@ -3396,7 +3402,7 @@ version = "0.1.0" source = "git+https://github.com/matrix-org/rust-opa-wasm.git#dab31dd344b8e2ca76e6edec41a70fa4658840d7" dependencies = [ "anyhow", - "base64", + "base64 0.13.1", "cc", "chrono", "chrono-tz 0.8.1", @@ -4305,7 +4311,7 @@ version = "0.11.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" dependencies = [ - "base64", + "base64 0.13.1", "bytes 1.3.0", "encoding_rs", "futures-core", @@ -4474,7 +4480,7 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" dependencies = [ - "base64", + "base64 0.13.1", ] [[package]] @@ -4713,7 +4719,7 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25bf4a5a814902cd1014dbccfa4d4560fb8432c779471e96e035602519f82eef" dependencies = [ - "base64", + "base64 0.13.1", "chrono", "hex", "indexmap", @@ -4916,7 +4922,7 @@ checksum = "dcbc16ddba161afc99e14d1713a453747a2b07fc097d2009f4c300ec99286105" dependencies = [ "ahash", "atoi", - "base64", + "base64 0.13.1", "bitflags", "byteorder", "bytes 1.3.0", @@ -5359,7 +5365,7 @@ dependencies = [ "async-stream", "async-trait", "axum", - "base64", + "base64 0.13.1", "bytes 1.3.0", "futures-core", "futures-util", @@ -5934,7 +5940,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f37efc6945b08fcb634cffafc438dd299bac55a27c836954656c634d3e63c31" dependencies = [ "anyhow", - "base64", + "base64 0.13.1", "bincode", "directories-next", "file-per-thread-logger", @@ -6298,7 +6304,7 @@ checksum = "249dc68542861d17eae4b4e5e8fb381c2f9e8f255a84f6771d5fdf8b6c03ce3c" dependencies = [ "assert-json-diff", "async-trait", - "base64", + "base64 0.13.1", "deadpool", "futures 0.3.25", "futures-timer", diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index b900e1b9..e7edbcaa 100644 --- a/crates/keystore/Cargo.toml +++ b/crates/keystore/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" anyhow = "1.0.66" aead = { version = "0.5.1", features = ["std"] } const-oid = { version = "0.9.1", features = ["std"] } -cookie = { version = "0.16.1", features = ["key-expansion", "private"] } +cookie = { version = "0.16.2", features = ["key-expansion", "private"] } der = { version = "0.6.1", features = ["std"] } ecdsa = { version = "0.14.8", features = ["std"] } elliptic-curve = { version = "0.12.3", features = ["std", "pem", "sec1"] }