Skip to content

Commit

Permalink
Bump libgssapi from 0.7.2 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [libgssapi](https://github.com/estokes/libgssapi) from 0.7.2 to 0.8.1.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent 974b67f commit 2b00634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ core2 = { version = "0.4.0", default-features = false }
digest = { version = "0.10.7", optional = true }
document-features = { version = "0.2.10", optional = true }
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
libgssapi = { version = "0.7.2", optional = true, default-features = false }
libgssapi = { version = "0.8.1", optional = true, default-features = false }
linkme = { version = "0.3.29", optional = true, default-features = false }
pbkdf2 = { version = "0.12.2", optional = true, default-features = false }
rand = { version = "0.8.5", optional = true }
Expand Down

0 comments on commit 2b00634

Please sign in to comment.