Browse Source

Update hashlink requirement from 0.10 to 0.11

Updates the requirements on [hashlink](https://github.com/kyren/hashlink) to permit the latest version.
- [Release notes](https://github.com/kyren/hashlink/releases)
- [Changelog](https://github.com/djc/hashlink/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kyren/hashlink/compare/v0.10...v0.11.0)

---
updated-dependencies:
- dependency-name: hashlink
  dependency-version: 0.11.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
pull/230/head
dependabot[bot] 7 months ago
committed by GitHub
parent
commit
cf661f4a75
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