From 8e31a5a48511a8e07b9f1dfaf30cb7c9cd8855ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 10:22:43 +0000 Subject: [PATCH] Bump hostname from 0.3.1 to 0.4.0 Bumps [hostname](https://github.com/svartalf/hostname) from 0.3.1 to 0.4.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- tremor-script/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9cd1950b0..026f71dca1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7324,7 +7324,7 @@ dependencies = [ "grok", "halfbrown", "hdrhistogram", - "hostname 0.3.1", + "hostname 0.4.0", "jumphash", "lalrpop", "lalrpop-util", diff --git a/tremor-script/Cargo.toml b/tremor-script/Cargo.toml index 72b91bc814..c4dfb06c19 100644 --- a/tremor-script/Cargo.toml +++ b/tremor-script/Cargo.toml @@ -37,7 +37,7 @@ grok = "2" sha2 = "0.10" halfbrown = "0.2" hdrhistogram = "7" -hostname = "0.3" +hostname = "0.4" jumphash = "0.1" lalrpop-util = "0.20" lazy_static = "1.4"