diff --git a/Cargo.lock b/Cargo.lock index 996de5cd..c71962a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-casbin-auth" @@ -651,9 +651,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bitflags" @@ -1783,7 +1783,6 @@ name = "h2" version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" - dependencies = [ "bytes", "fnv", @@ -1792,7 +1791,6 @@ dependencies = [ "futures-util", "http", "indexmap 2.2.6", - "slab", "tokio", "tokio-util", @@ -3819,7 +3817,7 @@ dependencies = [ "actix-http", "actix-web", "aes-gcm", - "base64 0.22.0", + "base64 0.22.1", "brotli", "casbin", "chrono",