Skip to content

Commit 7e80ccb

Browse files
Bump hostname from 0.4.1 to 0.4.2
Bumps [hostname](https://github.com/djc/hostname) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/djc/hostname/releases) - [Commits](djc/hostname@v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: hostname dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c018ddd commit 7e80ccb

File tree

3 files changed

+18
-24
lines changed

3 files changed

+18
-24
lines changed

Cargo.lock

Lines changed: 16 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/libafl_bolts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ num_enum = { workspace = true, default-features = false }
191191

192192
ctor = { optional = true, version = "0.6.1" }
193193
miniz_oxide = { version = "0.8.0", optional = true }
194-
hostname = { version = "0.4.0", optional = true } # Is there really no gethostname in the stdlib?
194+
hostname = { version = "0.4.2", optional = true } # Is there really no gethostname in the stdlib?
195195
log = { workspace = true }
196196
nix = { workspace = true, optional = true, default-features = false, features = [
197197
"fs",

crates/ll_mp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ rustversion = { workspace = true }
7272
# Document all features of this crate (for `cargo doc`)
7373
document-features = { workspace = true, optional = true }
7474
exceptional = { workspace = true }
75-
hostname = { version = "0.4.0", optional = true } # Is there really no gethostname in the stdlib?
75+
hostname = { version = "0.4.2", optional = true } # Is there really no gethostname in the stdlib?
7676
libafl_core = { workspace = true, features = ["serde"] }
7777
log = { workspace = true }
7878
miniz_oxide = { version = "0.8.0", optional = true }

0 commit comments

Comments
 (0)