Skip to content

Commit fd058ef

Browse files
Update hashlink requirement from 0.5 to 0.7
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.5.0...v0.7.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 7f071aa commit fd058ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

amadeus-parquet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ educe = "0.4"
2929
flate2 = { version = "1.0.2", features = ["rust_backend"], default-features = false }
3030
futures = "0.3"
3131
fxhash = "0.2"
32-
hashlink = "0.5"
32+
hashlink = "0.7"
3333
lz-fear = "0.1"
3434
num-bigint = "0.3"
3535
quick-error = "1.2.2"

amadeus-serde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ chrono = { version = "0.4", default-features = false, features = ["serde"] }
2525
csv = "1.0"
2626
educe = "0.4"
2727
futures = "0.3"
28-
hashlink = "0.5"
28+
hashlink = "0.7"
2929
serde = { version = "1.0", features = ["derive"] }
3030
serde_bytes = "0.11"
3131
serde_closure = "0.3"

amadeus-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ amadeus-core = { version = "=0.4.2", path = "../amadeus-core" }
2323
chrono = { version = "0.4", default-features = false, features = ["std", "serde"] }
2424
chrono-tz = { version = "0.5", features = ["serde"] }
2525
fxhash = "0.2"
26-
hashlink = "0.5"
26+
hashlink = "0.7"
2727
once_cell = "1.0"
2828
ordered-float = "2.0"
2929
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)