diff --git a/Cargo.lock b/Cargo.lock index c1c048a..243d55d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1895,11 +1895,11 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "linux-keyutils" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f27bb67f6dd1d0bb5ab582868e4f65052e58da6401188a08f0da09cf512b84b" +checksum = "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.0", "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 7a71a8d..a99e5b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ regex = "1.10.2" mime = "0.3.17" aes-gcm = { version = "0.10.3", features = ["zeroize", "std"] } constant_time_eq = "0.3.0" -linux-keyutils = { version = "0.2.3", features = ["std"] } +linux-keyutils = { version = "0.2.4", features = ["std"] } url = { version = "2.5.0", features = ["serde"] } openidconnect = "3.4.0" async-trait = "0.1.77"