Browse Source

Update hashlink requirement from 0.10 to 0.11 (#230)

pull/235/head
dependabot[bot] 7 months ago
committed by GitHub
parent
commit
8307ad87fd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Cargo.toml

2
Cargo.toml

@ -35,7 +35,7 @@ ctrlc2 = { version = "3.6.5", features = ["async", "termination"] }
digest_auth = "0.3"
dotenvy = "0.15"
env_logger = "0.11"
hashlink = "0.10"
hashlink = "0.11"
hickory-proto = "0.25"
httparse = "1"
ipstack = { version = "0.5" }

Loading…
Cancel
Save