Skip to content

Commit

Permalink
chore(deps): bump hashlink from 0.8.1 to 0.8.2 (vectordotdev#17419)
Browse files Browse the repository at this point in the history
Bumps [hashlink](https://github.com/kyren/hashlink) from 0.8.1 to 0.8.2.
- [Changelog](https://github.com/triplehex/hashlink/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kyren/hashlink/commits)

---
updated-dependencies:
- dependency-name: hashlink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 17, 2023
1 parent b6c7e0a commit 01b3cd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ directories = "5.0.1"
# remove this when stabilized https://doc.rust-lang.org/stable/std/path/fn.absolute.html
dunce = "1.0.4"
glob = { version = "0.3.1", default-features = false }
hashlink = { version = "0.8.1", features = ["serde_impl"] }
hashlink = { version = "0.8.2", features = ["serde_impl"] }
hex = "0.4.3"
indicatif = { version = "0.17.3", features = ["improved_unicode"] }
itertools = "0.10.5"
Expand Down

0 comments on commit 01b3cd7

Please sign in to comment.