From 8560c93737f820c2026f20c2dd16ffba50382ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 13:50:42 +0000 Subject: [PATCH] Bump byteorder from 1.4.2 to 1.4.3 Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/BurntSushi/byteorder/releases) - [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/byteorder/compare/1.4.2...1.4.3) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- meilisearch-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70df337f3..c489b9aa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -536,9 +536,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "byteorder" -version = "1.4.2" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b" +checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" diff --git a/meilisearch-core/Cargo.toml b/meilisearch-core/Cargo.toml index a60cac84d..cbf850491 100644 --- a/meilisearch-core/Cargo.toml +++ b/meilisearch-core/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] arc-swap = "1.2.0" bincode = "1.3.1" -byteorder = "1.3.4" +byteorder = "1.4.3" chrono = { version = "0.4.19", features = ["serde"] } compact_arena = "0.4.1" cow-utils = "0.1.2"