Skip to content

Commit 657750f

Browse files
Update hashlink requirement from 0.7 to 0.8 (#40)
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](djc/hashlink@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: hashlink dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 236b3b1 commit 657750f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ modern-full = [
3333

3434
[dependencies]
3535
# time = { version = "0.3.2", features = ["formatting", "parsing"], optional = true }
36-
hashlink = "0.7"
36+
hashlink = "0.8"
3737
chrono = { version = "0.4", optional = true }
3838
serde_json = { version = "1.0", optional = true }
3939
csv = { version = "1.1", optional = true }

0 commit comments

Comments
 (0)