From 3f7d1f5e108cb4e057b0ea4ade976673dd442d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 05:23:48 +0000 Subject: [PATCH] Bump libgssapi from 0.7.2 to 0.9.1 Bumps [libgssapi](https://github.com/estokes/libgssapi) from 0.7.2 to 0.9.1. - [Changelog](https://github.com/estokes/libgssapi/blob/master/CHANGELOG) - [Commits](https://github.com/estokes/libgssapi/commits) --- updated-dependencies: - dependency-name: libgssapi dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 483f4c8..56d7e63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1379,9 +1379,9 @@ checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" [[package]] name = "libgssapi" -version = "0.7.2" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8663f3a3a93dd394b669dd9b213b457c5e0d2bc5a1b13a0950bd733c6fb6e37" +checksum = "834339e86b2561169d45d3b01741967fee3e5716c7d0b6e33cd4e3b34c9558cd" dependencies = [ "bitflags 2.9.1", "bytes", diff --git a/server/Cargo.toml b/server/Cargo.toml index 4f48523..ca250b7 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -17,7 +17,7 @@ buf-read-ext = "0.4.0" httparse = "1.10.0" hyper = { version = "1.5.0", features = ["full"] } itoa = "1.0.6" -libgssapi = { version = "0.7.2", features = ["iov"] } +libgssapi = { version = "0.9.1", features = ["iov"] } log = "0.4.19" mime = "0.3.17" quick-xml = "0.36.0"