From be7b30657b5b71e5641568a11a79f503228566db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:17:54 +0000 Subject: [PATCH] build(deps): bump the patch group with 3 updates Bumps the patch group with 3 updates: [thiserror](https://github.com/dtolnay/thiserror), [anyhow](https://github.com/dtolnay/anyhow) and [mdns-sd](https://github.com/keepsimple1/mdns-sd). Updates `thiserror` from 1.0.63 to 1.0.64 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64) Updates `anyhow` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.89) Updates `mdns-sd` from 0.11.3 to 0.11.4 - [Release notes](https://github.com/keepsimple1/mdns-sd/releases) - [Changelog](https://github.com/keepsimple1/mdns-sd/blob/main/CHANGELOG.md) - [Commits](https://github.com/keepsimple1/mdns-sd/compare/v0.11.3...v0.11.4) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mdns-sd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- crates/devolutions-pedm-hook/Cargo.toml | 2 +- crates/devolutions-pedm-shared/Cargo.toml | 2 +- crates/devolutions-pedm/Cargo.toml | 2 +- crates/win-api-wrappers/Cargo.toml | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a28ad6b2..759fcde3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,9 +109,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "arc-swap" @@ -2637,9 +2637,9 @@ dependencies = [ [[package]] name = "mdns-sd" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66b18c39a781e986434d14398b94993f3d7659ea4b255a79b00ed40a31f4a97d" +checksum = "35d1967e64b4ca7bba8af2458d0b9dd50471d541959ca2120cb9cc965946ef61" dependencies = [ "flume", "if-addrs", @@ -4893,18 +4893,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.36", diff --git a/crates/devolutions-pedm-hook/Cargo.toml b/crates/devolutions-pedm-hook/Cargo.toml index 9ae29fc1e..6487a2e43 100644 --- a/crates/devolutions-pedm-hook/Cargo.toml +++ b/crates/devolutions-pedm-hook/Cargo.toml @@ -11,7 +11,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.89" retour = "0.3.1" win-api-wrappers = { path = "../win-api-wrappers" } devolutions-pedm-shared = { path = "../devolutions-pedm-shared", features = ["pedm_client"] } diff --git a/crates/devolutions-pedm-shared/Cargo.toml b/crates/devolutions-pedm-shared/Cargo.toml index b42c9724f..773eeab79 100644 --- a/crates/devolutions-pedm-shared/Cargo.toml +++ b/crates/devolutions-pedm-shared/Cargo.toml @@ -8,7 +8,7 @@ description = "Shared code for Devolutions PEDM" publish = false [dependencies] -anyhow ={ version = "1.0.86", optional = true } +anyhow ={ version = "1.0.89", optional = true } serde = { version = "1.0.210", features = ["derive"], optional = true } win-api-wrappers = { path = "../win-api-wrappers", optional = true } hyper = { version = "~0.14", features = ["client", "http1"], optional = true } # old version required for OpenAPI generator diff --git a/crates/devolutions-pedm/Cargo.toml b/crates/devolutions-pedm/Cargo.toml index 2593708be..daeaf6085 100644 --- a/crates/devolutions-pedm/Cargo.toml +++ b/crates/devolutions-pedm/Cargo.toml @@ -10,7 +10,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.83" +anyhow = "1.0.89" axum = { version = "0.7.5", default-features = false, features = ["http1", "json", "tokio", "query", "tracing", "tower-log", "form", "original-uri", "matched-path"] } base16ct = { version = "0.2.0", features = ["std", "alloc"] } base64 = "0.22.1" diff --git a/crates/win-api-wrappers/Cargo.toml b/crates/win-api-wrappers/Cargo.toml index f00d90951..db0853b46 100644 --- a/crates/win-api-wrappers/Cargo.toml +++ b/crates/win-api-wrappers/Cargo.toml @@ -9,8 +9,8 @@ publish = false [dependencies] base16ct = { version = "0.2.0", features = ["alloc"] } -anyhow = "1.0.86" -thiserror = "1.0.63" +anyhow = "1.0.89" +thiserror = "1.0.64" tracing = "0.1" [dependencies.windows]