Skip to content

Commit

Permalink
Update hashlink requirement from 0.5 to 0.7
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.5.0...v0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored May 4, 2021
1 parent 7f071aa commit fd058ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amadeus-parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ educe = "0.4"
flate2 = { version = "1.0.2", features = ["rust_backend"], default-features = false }
futures = "0.3"
fxhash = "0.2"
hashlink = "0.5"
hashlink = "0.7"
lz-fear = "0.1"
num-bigint = "0.3"
quick-error = "1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion amadeus-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chrono = { version = "0.4", default-features = false, features = ["serde"] }
csv = "1.0"
educe = "0.4"
futures = "0.3"
hashlink = "0.5"
hashlink = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11"
serde_closure = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion amadeus-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ amadeus-core = { version = "=0.4.2", path = "../amadeus-core" }
chrono = { version = "0.4", default-features = false, features = ["std", "serde"] }
chrono-tz = { version = "0.5", features = ["serde"] }
fxhash = "0.2"
hashlink = "0.5"
hashlink = "0.7"
once_cell = "1.0"
ordered-float = "2.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit fd058ef

Please sign in to comment.