From 32a39f167a305d9a28535e078fe7410a985defea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:46:48 +0000 Subject: [PATCH] Bump libgssapi from 0.7.2 to 0.8.0 Bumps [libgssapi](https://github.com/estokes/libgssapi) from 0.7.2 to 0.8.0. - [Changelog](https://github.com/estokes/libgssapi/blob/master/CHANGELOG) - [Commits](https://github.com/estokes/libgssapi/commits) --- updated-dependencies: - dependency-name: libgssapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- usbsas-net/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adb07fa..cb071e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2286,9 +2286,9 @@ dependencies = [ [[package]] name = "libgssapi" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8663f3a3a93dd394b669dd9b213b457c5e0d2bc5a1b13a0950bd733c6fb6e37" +checksum = "876f04134793c56e198f6b2736ffecb6bad8c52a8532dff47b0d3ba4aed84173" dependencies = [ "bitflags 2.6.0", "bytes", diff --git a/usbsas-net/Cargo.toml b/usbsas-net/Cargo.toml index d8c3c24..75e37f8 100644 --- a/usbsas-net/Cargo.toml +++ b/usbsas-net/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" base64 = { version = "0.22", optional = true } byteorder = "1.5" env_logger = "0.11" -libgssapi = { version = "0.7", optional = true } +libgssapi = { version = "0.8", optional = true } log = "0.4" reqwest = { version = "0.12", features = ["blocking", "json", "gzip"] } serde = { version = "1.0", features = ["derive"] }