From 930a19c0b4d3c6d911754df98bfdf70b176df0d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 13:46:48 +0000 Subject: [PATCH] build(deps): bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: [http_req](https://github.com/jayjamesjay/http_req) and [gethostname](https://github.com/swsnr/gethostname.rs). Updates `http_req` from 0.10.3 to 0.11.0 - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](https://github.com/jayjamesjay/http_req/compare/v0.10.3...v0.11.0) Updates `gethostname` from 0.4.3 to 0.5.0 - [Changelog](https://github.com/swsnr/gethostname.rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/swsnr/gethostname.rs/compare/v0.4.3...v0.5.0) --- updated-dependencies: - dependency-name: http_req dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: gethostname dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ wezterm-gui/Cargo.toml | 2 +- wezterm-ssh/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de3be188989..b20b065e65d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1899,12 +1899,12 @@ dependencies = [ [[package]] name = "gethostname" -version = "0.4.3" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" +checksum = "dc3655aa6818d65bc620d6911f05aa7b6aeb596291e1e9f79e52df85583d1e30" dependencies = [ - "libc", - "windows-targets 0.48.5", + "rustix 0.38.34", + "windows-targets 0.52.6", ] [[package]] @@ -2283,9 +2283,9 @@ dependencies = [ [[package]] name = "http_req" -version = "0.10.3" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d9a9b34d2d0a2440774af1b1c09b045fe82ccdc4f4f37d089fbc4cc8a03104e" +checksum = "cd68fe813419e7fd8982607f1b39e2a393226a98cf4cc905e716ba328e2a488f" dependencies = [ "native-tls", "unicase", diff --git a/wezterm-gui/Cargo.toml b/wezterm-gui/Cargo.toml index a5ac3e98982..b14e3d02d04 100644 --- a/wezterm-gui/Cargo.toml +++ b/wezterm-gui/Cargo.toml @@ -55,7 +55,7 @@ frecency = { path = "../frecency" } futures = "0.3" fuzzy-matcher = "0.3" hdrhistogram = "7.1" -http_req = "0.10" +http_req = "0.11" image = "0.25" lazy_static = "1.4" libc = "0.2" diff --git a/wezterm-ssh/Cargo.toml b/wezterm-ssh/Cargo.toml index 246d658de1d..bea299af985 100644 --- a/wezterm-ssh/Cargo.toml +++ b/wezterm-ssh/Cargo.toml @@ -24,7 +24,7 @@ camino = "1.0" dirs-next = "2.0" filedescriptor = { version="0.8", path = "../filedescriptor" } filenamegen = "0.2.6" -gethostname = "0.4" +gethostname = "0.5" libc = "0.2" log = "0.4" portable-pty = { version="0.8", path = "../pty" }