From 948573db0dd01957ac50f09c9fdf208f9fae001d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 23:57:37 +0000 Subject: [PATCH] build: Bump dirs from 4.0.0 to 5.0.0 Bumps [dirs](https://github.com/soc/dirs-rs) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- performance-metrics/Cargo.toml | 2 +- test_infra/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1089df133..74dbe01a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,22 +297,22 @@ dependencies = [ [[package]] name = "dirs" -version = "4.0.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" +checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd" dependencies = [ "dirs-sys", ] [[package]] name = "dirs-sys" -version = "0.3.7" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" +checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b" dependencies = [ "libc", "redox_users", - "winapi", + "windows-sys 0.45.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 711913428..d1ba1e433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branc versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_derive", branch = "ch" } [dev-dependencies] -dirs = "4.0.0" +dirs = "5.0.0" net_util = { path = "net_util" } once_cell = "1.17.1" serde_json = "1.0.95" diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index c8577a65b..f06d372e7 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -7,7 +7,7 @@ build = "../build.rs" [dependencies] argh = "0.1.9" -dirs = "4.0.0" +dirs = "5.0.0" serde = { version = "1.0.151", features = ["rc", "derive"] } serde_json = "1.0.95" test_infra = { path = "../test_infra" } diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index abd4eb805..436583844 100644 --- a/test_infra/Cargo.toml +++ b/test_infra/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"] edition = "2021" [dependencies] -dirs = "4.0.0" +dirs = "5.0.0" epoll = "4.3.1" libc = "0.2.139" once_cell = "1.17.1"