From 61ad7062c93a1811b0992de90bc8728df26cf387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:16:48 +0000 Subject: [PATCH] Update gethostname requirement from 0.2 to 0.3 Updates the requirements on [gethostname](https://github.com/lunaryorn/gethostname.rs) to permit the latest version. - [Release notes](https://github.com/lunaryorn/gethostname.rs/releases) - [Changelog](https://github.com/lunaryorn/gethostname.rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/lunaryorn/gethostname.rs/compare/gethostname-0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: gethostname dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9a3cf2..d8194ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/vinted/vinted-logger-rs" [dependencies] bytes = "1" -gethostname = "0.2" +gethostname = "0.3" parking_lot = "0.11" serde_json = "1" serde = "1"