Skip to content

Commit

Permalink
build(deps): update hashlink requirement from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
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/kyren/hashlink/blob/master/CHANGELOG.md)
- [Commits](kyren/hashlink@v0.9.0...v0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent c5a05d3 commit e929c88
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 @@ -19,7 +19,7 @@ async-std = { version = "1.10.0", optional = true }

async-trait = "0.1.52"
globset = { version = "0.4.8", optional = true }
hashlink = "0.9.0"
hashlink = "0.10.0"
ip_network = { version = "0.4.1", optional = true }
once_cell = "1.9.0"
mini-moka = { version = "0.10", optional = true }
Expand Down

0 comments on commit e929c88

Please sign in to comment.