diff --git a/Cargo.lock b/Cargo.lock index 54b6772..466d36f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1467,13 +1467,12 @@ checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" [[package]] name = "libgssapi" -version = "0.9.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "834339e86b2561169d45d3b01741967fee3e5716c7d0b6e33cd4e3b34c9558cd" +checksum = "e440a6151f5ef06571612e4121709aed90cfc0c40f8161f9090c71656758086d" dependencies = [ "bitflags 2.10.0", "bytes", - "lazy_static", "libgssapi-sys", ] diff --git a/Cargo.toml b/Cargo.toml index a81786f..86aa6e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ reqwest = { version = "0.12", default-features = false, features = ["rustls-tls" uuid = { version = "1", features = ["v4"] } # SASL/GSSAPI (Kerberos) — optional, enabled by `gssapi` feature in core/cli -libgssapi = "0.9" +libgssapi = "0.11" # Testing testcontainers = "0.24"