diff --git a/kbs/Cargo.toml b/kbs/Cargo.toml index cc57d9b58a..19503575fc 100644 --- a/kbs/Cargo.toml +++ b/kbs/Cargo.toml @@ -45,7 +45,7 @@ actix = "0.13.5" actix-web = { workspace = true, features = ["openssl"] } actix-web-httpauth.workspace = true aes-gcm = "0.10.1" -aes-kw = "0.2.1" +aes-kw = "0.3.0" anyhow.workspace = true async-trait.workspace = true base64.workspace = true