deps: bump byteorder from 1.4.3 to 1.5.0

Pull-Request: #4614.
This commit is contained in:
dependabot[bot]
2023-10-10 05:04:05 +00:00
committed by GitHub
parent d3f34454d4
commit 6cc40fe533
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -714,9 +714,9 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
[[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"

View File

@@ -16,7 +16,7 @@ wasm-bindgen = ["getrandom/js", "instant/wasm-bindgen"]
[dependencies]
asynchronous-codec = "0.6"
base64 = "0.21.4"
byteorder = "1.3.4"
byteorder = "1.5.0"
bytes = "1.5"
either = "1.9"
fnv = "1.0.7"