From 8f1ce975f3d307193124bfdc2df4bc3cb25b64e2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 17:22:21 +0000 Subject: [PATCH] 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](https://github.com/kyren/hashlink/compare/v0.5.0...v0.7.0) Signed-off-by: dependabot-preview[bot] --- amadeus-parquet/Cargo.toml | 2 +- amadeus-serde/Cargo.toml | 2 +- amadeus-types/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/amadeus-parquet/Cargo.toml b/amadeus-parquet/Cargo.toml index 97ad725..e03f044 100644 --- a/amadeus-parquet/Cargo.toml +++ b/amadeus-parquet/Cargo.toml @@ -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" diff --git a/amadeus-serde/Cargo.toml b/amadeus-serde/Cargo.toml index b2f92a3..4db75fe 100644 --- a/amadeus-serde/Cargo.toml +++ b/amadeus-serde/Cargo.toml @@ -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" diff --git a/amadeus-types/Cargo.toml b/amadeus-types/Cargo.toml index 71f6f05..af09a01 100644 --- a/amadeus-types/Cargo.toml +++ b/amadeus-types/Cargo.toml @@ -23,7 +23,7 @@ amadeus-core = { version = "=0.4.3", 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"] }