From aeb2ae5e0e5f28858e98638dbbab4f20bb662c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:29:05 +0000 Subject: [PATCH] deps(rust): update hostname requirement from ^0.3.1 to ^0.4.0 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](https://github.com/svartalf/hostname/compare/v0.3.1...v0.4.0) --- updated-dependencies: - dependency-name: hostname dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/graph/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graph/Cargo.toml b/src/graph/Cargo.toml index 75cd046..b969853 100644 --- a/src/graph/Cargo.toml +++ b/src/graph/Cargo.toml @@ -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 }