From 6b3aad9bfd88e7e2f34d872e01e668c033e47151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:19:56 +0000 Subject: [PATCH] build(deps): bump the vhost-device group in /staging with 6 updates Bumps the vhost-device group in /staging with 6 updates: | Package | From | To | | --- | --- | --- | | [libc](https://github.com/rust-lang/libc) | `0.2.161` | `0.2.162` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.68` | `2.0.3` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.1.1` | `2.2.0` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.39` | `0.38.40` | | [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.68` | `1.0.69` | Updates `libc` from 0.2.161 to 0.2.162 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.162/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.161...0.2.162) Updates `thiserror` from 1.0.68 to 2.0.3 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.68...2.0.3) Updates `tempfile` from 3.13.0 to 3.14.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.13.0...v3.14.0) Updates `fastrand` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.1.1...v2.2.0) Updates `rustix` from 0.38.39 to 0.38.40 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.39...v0.38.40) Updates `thiserror-impl` from 1.0.68 to 1.0.69 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.68...1.0.69) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vhost-device - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: vhost-device - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vhost-device - dependency-name: fastrand dependency-type: indirect update-type: version-update:semver-minor dependency-group: vhost-device - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: vhost-device - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: vhost-device ... Signed-off-by: dependabot[bot] --- staging/Cargo.lock | 56 ++++++++++++++++++--------- staging/vhost-device-can/Cargo.toml | 2 +- staging/vhost-device-video/Cargo.toml | 6 +-- 3 files changed, 42 insertions(+), 22 deletions(-) diff --git a/staging/Cargo.lock b/staging/Cargo.lock index 59f407f..a283509 100644 --- a/staging/Cargo.lock +++ b/staging/Cargo.lock @@ -237,9 +237,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" +checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "futures" @@ -411,9 +411,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.161" +version = "0.2.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" +checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" [[package]] name = "linux-raw-sys" @@ -694,9 +694,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.39" +version = "0.38.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee" +checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0" dependencies = [ "bitflags 2.6.0", "errno", @@ -766,7 +766,7 @@ dependencies = [ "neli", "nix 0.26.4", "socket2", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -799,9 +799,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.13.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" +checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" dependencies = [ "cfg-if", "fastrand", @@ -812,18 +812,38 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.68" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +dependencies = [ + "thiserror-impl 2.0.3", ] [[package]] name = "thiserror-impl" -version = "1.0.68" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" dependencies = [ "proc-macro2", "quote", @@ -891,7 +911,7 @@ dependencies = [ "enumn", "log", "nix 0.27.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -917,7 +937,7 @@ dependencies = [ "log", "queues", "socketcan", - "thiserror", + "thiserror 2.0.3", "vhost", "vhost-user-backend", "virtio-bindings", @@ -941,7 +961,7 @@ dependencies = [ "num_enum", "rstest", "tempfile", - "thiserror", + "thiserror 2.0.3", "v4l2r", "vhost", "vhost-user-backend", @@ -993,7 +1013,7 @@ dependencies = [ "arc-swap", "bitflags 2.6.0", "libc", - "thiserror", + "thiserror 1.0.69", "vmm-sys-util", "winapi", ] diff --git a/staging/vhost-device-can/Cargo.toml b/staging/vhost-device-can/Cargo.toml index 5df2beb..b110ae4 100644 --- a/staging/vhost-device-can/Cargo.toml +++ b/staging/vhost-device-can/Cargo.toml @@ -18,7 +18,7 @@ xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"] clap = { version = "4.5", features = ["derive"] } env_logger = "0.11" log = "0.4" -thiserror = "1.0" +thiserror = "2.0" queues = "1.0.2" # TODO: Update socketcan to version "v3.4.0" when this is released. # Socketcan "v3.3.0" includes the following issue: https://github.com/socketcan-rs/socketcan-rs/pull/61. diff --git a/staging/vhost-device-video/Cargo.toml b/staging/vhost-device-video/Cargo.toml index 4fef366..fcb9c67 100644 --- a/staging/vhost-device-video/Cargo.toml +++ b/staging/vhost-device-video/Cargo.toml @@ -23,8 +23,8 @@ env_logger = "0.11" epoll = "4.3" num_enum = "0.7" log = "0.4" -libc = "0.2.161" -thiserror = "1.0" +libc = "0.2.162" +thiserror = "2.0" futures-executor = { version = "0.3", features = ["thread-pool"] } vhost = { version = "0.13", features = ["vhost-user-backend"] } vhost-user-backend = "0.17" @@ -37,6 +37,6 @@ v4l2r = { git = "https://github.com/Gnurou/v4l2r", rev = "110fd77", optional = [dev-dependencies] assert_matches = "1.5" rstest = "0.23.0" -tempfile = "3.13.0" +tempfile = "3.14.0" virtio-queue = { version = "0.14", features = ["test-utils"] } vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-atomic"] }