mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Merge pull request #257 from rustic-rs/dependabot/cargo/gethostname-0.3.0
build(deps): bump gethostname from 0.2.3 to 0.3.0
This commit is contained in:
commit
26ff838dcd
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -729,9 +729,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "gethostname"
|
||||
version = "0.2.3"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
||||
checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"winapi",
|
||||
|
||||
@ -83,7 +83,7 @@ prettytable-rs = {version = "0.9", default-features = false }
|
||||
bytesize = "1"
|
||||
indicatif = "0.17"
|
||||
path-absolutize = "3"
|
||||
gethostname = "0.2"
|
||||
gethostname = "0.3"
|
||||
humantime = "2"
|
||||
users = "0.11"
|
||||
itertools = "0.10"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user