From 6f9efe3d529945011c5714c807fec6a5d721ac5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 02:58:51 +0000 Subject: [PATCH] Bump byteorder from 1.4.3 to 1.5.0 Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.4.3 to 1.5.0. - [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/byteorder/compare/1.4.3...1.5.0) --- updated-dependencies: - dependency-name: byteorder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- couchstore/Cargo.toml | 2 +- ep_engine/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bffe3a..49b82df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,9 +52,9 @@ checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" [[package]] name = "byteorder" -version = "1.4.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" diff --git a/couchstore/Cargo.toml b/couchstore/Cargo.toml index 802c767..8e79e68 100644 --- a/couchstore/Cargo.toml +++ b/couchstore/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -byteorder = "1.4.3" +byteorder = "1.5.0" bitflags = "2.4.0" crc32c = "0.6.4" crc32fast = "1.3.2" diff --git a/ep_engine/Cargo.toml b/ep_engine/Cargo.toml index 0f1cc0c..b5f2433 100644 --- a/ep_engine/Cargo.toml +++ b/ep_engine/Cargo.toml @@ -11,6 +11,6 @@ parking_lot = "0.12.1" crossbeam-utils = "0.8.16" dashmap = "5.5.3" rand = "0.8.5" -byteorder = "1.4.3" +byteorder = "1.5.0" bitflags = "2.4.0" crc32fast = "1.3.2"