Skip to content

Commit

Permalink
Merge pull request #164 from Achiefs/dependabot/cargo/gethostname-0.5.0
Browse files Browse the repository at this point in the history
Update gethostname requirement from 0.4.0 to 0.5.0
  • Loading branch information
okynos authored Jul 11, 2024
2 parents 3cef1aa + befff2a commit 51789f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hex = "0.4.3"
futures = "0.3.21"
sha3 = { version = "0.10.0", default-features = false }
log = { version = "0.4.11", default-features = false }
gethostname = { version = "0.4.0", default-features = false }
gethostname = { version = "0.5.0", default-features = false }
uuid = { version = "1.0.0", default-features = false, features = ["v4"] }
reqwest = { version = "0.12.4", default-features = false, features = ["json", "stream", "rustls-tls"] }
tokio = { version = "1.18.4", default-features = false, features = ["rt", "rt-multi-thread", "macros"] }
Expand Down

0 comments on commit 51789f2

Please sign in to comment.