diff --git a/Cargo.lock b/Cargo.lock index ed13f253..af09fd5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,9 +40,9 @@ dependencies = [ [[package]] name = "aes-gcm" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "209b47e8954a928e1d72e86eca7000ebb6655fe1436d33eefc2201cad027e237" +checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" dependencies = [ "aead", "aes", diff --git a/Cargo.toml b/Cargo.toml index 7400422e..7d8388e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ integration-testing = [] members = [".", "migration", "client", "test-support", "cli"] [dependencies] -aes-gcm = "0.10.2" +aes-gcm = "0.10.3" async-lock = "2.8.0" async-session = "3.0.0" base64 = "0.21.4"