mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
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] <support@github.com>
This commit is contained in:
parent
44c1335856
commit
b158472099
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -1899,12 +1899,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gethostname"
|
name = "gethostname"
|
||||||
version = "0.4.3"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
|
checksum = "dc3655aa6818d65bc620d6911f05aa7b6aeb596291e1e9f79e52df85583d1e30"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"rustix 0.38.34",
|
||||||
"windows-targets 0.48.5",
|
"windows-targets 0.52.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -2283,9 +2283,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http_req"
|
name = "http_req"
|
||||||
version = "0.10.3"
|
version = "0.11.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3d9a9b34d2d0a2440774af1b1c09b045fe82ccdc4f4f37d089fbc4cc8a03104e"
|
checksum = "cd68fe813419e7fd8982607f1b39e2a393226a98cf4cc905e716ba328e2a488f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"native-tls",
|
"native-tls",
|
||||||
"unicase",
|
"unicase",
|
||||||
|
@ -55,7 +55,7 @@ frecency = { path = "../frecency" }
|
|||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
fuzzy-matcher = "0.3"
|
fuzzy-matcher = "0.3"
|
||||||
hdrhistogram = "7.1"
|
hdrhistogram = "7.1"
|
||||||
http_req = "0.10"
|
http_req = "0.11"
|
||||||
image = "0.25"
|
image = "0.25"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
@ -24,7 +24,7 @@ camino = "1.0"
|
|||||||
dirs-next = "2.0"
|
dirs-next = "2.0"
|
||||||
filedescriptor = { version="0.8", path = "../filedescriptor" }
|
filedescriptor = { version="0.8", path = "../filedescriptor" }
|
||||||
filenamegen = "0.2.6"
|
filenamegen = "0.2.6"
|
||||||
gethostname = "0.4"
|
gethostname = "0.5"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
portable-pty = { version="0.8", path = "../pty" }
|
portable-pty = { version="0.8", path = "../pty" }
|
||||||
|
Loading…
Reference in New Issue
Block a user