Skip to content

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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 032d10e commit aeb2ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ base64 = { workspace = true }
chrono = { workspace = true }
kanidm-hsm-crypto = { workspace = true }
openssl = { workspace = true }
hostname = "^0.3.1"
hostname = "^0.4.0"
os-release = { workspace = true }
compact_jwt = { workspace = true }
jsonwebtoken = { workspace = true }
Expand Down

0 comments on commit aeb2ae5

Please sign in to comment.