Skip to content

Commit 9ad93a8

Browse files
build(deps): bump gethostname from 0.2.3 to 0.4.0 (#312)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed2b07e commit 9ad93a8

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

Cargo.lock

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

aw-client-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Johan Bjäreholt <johan@bjareho.lt>"]
66

77
[dependencies]
88
reqwest = { version = "0.11", features = ["json", "blocking"] }
9-
gethostname = "0.2"
9+
gethostname = "0.4"
1010
serde = "1.0"
1111
serde_json = "1.0"
1212
chrono = { version = "0.4", features = ["serde"] }

aw-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lazy_static = "1.4"
2929
log = "0.4"
3030
fern = { version = "0.6", features = ["colored"] }
3131
toml = "0.5"
32-
gethostname = "0.2"
32+
gethostname = "0.4"
3333
uuid = { version = "1.1", features = ["serde", "v4"] }
3434
clap = { version = "4.0", features = ["derive", "cargo"] }
3535

0 commit comments

Comments
 (0)