Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
deps(rust): update hostname requirement from ^0.3.1 to ^0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [hostname](https://github.com/svartalf/hostname) to permit the latest version.
- [Release notes](https://github.com/svartalf/hostname/releases)
- [Changelog](https://github.com/svartalf/hostname/blob/master/CHANGELOG.md)
- [Commits](svartalf/hostname@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: hostname
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 718783f commit 0b9f1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tracing = "^0.1.37"
urlencoding = "2.1.3"
uuid = { version = "^1.4.1", features = [ "v4", "serde" ] }
os-release = "^0.1.0"
hostname = "^0.3.1"
hostname = "^0.4.0"
openssl = "^0.10.55"
compact_jwt = { version = "0.3.5", optional = true }
kanidm-hsm-crypto = { version = "^0.2.0", optional = true }
Expand Down

0 comments on commit 0b9f1be

Please sign in to comment.