From d46c61c5d4dfadc751cc11a2a2418271c8e0eb56 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 13:44:37 +0000 Subject: [PATCH] build(deps): bump byteorder from 1.3.2 to 1.3.4 Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.3.2 to 1.3.4. - [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.3.2...1.3.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 16 ++++++++-------- arch/Cargo.toml | 2 +- devices/Cargo.toml | 2 +- pci/Cargo.toml | 2 +- qcow/Cargo.toml | 2 +- vfio/Cargo.toml | 2 +- vm-virtio/Cargo.toml | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e70775237..9a5e0dfe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ version = "0.1.0" dependencies = [ "acpi_tables 0.1.0", "arch_gen 0.1.0", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "kvm-bindings 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "kvm-ioctls 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "byteorder" -version = "1.3.2" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -237,7 +237,7 @@ name = "devices" version = "0.1.0" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "epoll 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -502,7 +502,7 @@ dependencies = [ name = "pci" version = "0.1.0" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "devices 0.1.0", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -614,7 +614,7 @@ dependencies = [ name = "qcow" version = "0.1.0" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1033,7 +1033,7 @@ name = "vfio" version = "0.0.1" dependencies = [ "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "devices 0.1.0", "kvm-bindings 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "kvm-ioctls 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1169,7 +1169,7 @@ name = "vm-virtio" version = "0.1.0" dependencies = [ "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "devices 0.1.0", "epoll 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1286,7 +1286,7 @@ dependencies = [ "checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23" "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" "checksum blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" -"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" +"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" "checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0" "checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index aea1d382d..3aa7dafb1 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -7,7 +7,7 @@ authors = ["The Chromium OS Authors"] default = [] [dependencies] -byteorder = "1.3.2" +byteorder = "1.3.4" kvm-bindings = "0.2.0" kvm-ioctls = "0.5.0" libc = "0.2.60" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index e0c53e2b2..5427ea706 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The Chromium OS Authors"] [dependencies] bitflags = ">=1.2.1" -byteorder = "1.3.2" +byteorder = "1.3.4" epoll = ">=4.0.1" libc = "0.2.60" log = "0.4.8" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index d249496f5..e8f7dad9f 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] vm-allocator = { path = "../vm-allocator" } -byteorder = "1.3.2" +byteorder = "1.3.4" devices = { path = "../devices" } libc = "0.2.60" log = "0.4.8" diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index cabdc99c2..360422ab9 100644 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -9,7 +9,7 @@ license = "BSD-3-Clause" path = "src/qcow.rs" [dependencies] -byteorder = "1.3.2" +byteorder = "1.3.4" libc = "0.2.60" log = "0.4.8" remain = "0.2.1" diff --git a/vfio/Cargo.toml b/vfio/Cargo.toml index b3c266a5a..f110860f5 100644 --- a/vfio/Cargo.toml +++ b/vfio/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"] [dependencies] arc-swap = ">=0.4.4" -byteorder = "1.3.2" +byteorder = "1.3.4" devices = { path = "../devices" } kvm-bindings = "0.2.0" kvm-ioctls = "0.5.0" diff --git a/vm-virtio/Cargo.toml b/vm-virtio/Cargo.toml index c5df246de..1a399a63f 100644 --- a/vm-virtio/Cargo.toml +++ b/vm-virtio/Cargo.toml @@ -11,7 +11,7 @@ mmio_support = [] [dependencies] arc-swap = ">=0.4.4" -byteorder = "1.3.2" +byteorder = "1.3.4" devices = { path = "../devices" } epoll = ">=4.0.1" libc = "0.2.60"