From f5a702b1cc3a741dfbee7a4026e087522883349c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:53:48 +0000 Subject: [PATCH] build(deps): bump the patch group with 3 updates Bumps the patch group with 3 updates: [async-trait](https://github.com/dtolnay/async-trait), [httparse](https://github.com/seanmonstar/httparse) and [mdns-sd](https://github.com/keepsimple1/mdns-sd). Updates `async-trait` from 0.1.82 to 0.1.83 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.82...0.1.83) Updates `httparse` from 1.9.4 to 1.9.5 - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.9.4...v1.9.5) Updates `mdns-sd` from 0.11.4 to 0.11.5 - [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.4...v0.11.5) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: httparse 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 | 12 ++++++------ crates/devolutions-pedm/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 897952fa..d335c928 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,9 +240,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.82" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.36", @@ -1937,9 +1937,9 @@ checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a" [[package]] name = "httparse" -version = "1.9.4" +version = "1.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" +checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" [[package]] name = "httpdate" @@ -2637,9 +2637,9 @@ dependencies = [ [[package]] name = "mdns-sd" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35d1967e64b4ca7bba8af2458d0b9dd50471d541959ca2120cb9cc965946ef61" +checksum = "8fe7c11a1eb3cfbfcf702d1601c1f5f4c102cdc8665b8a557783ef634741676e" dependencies = [ "flume", "if-addrs", diff --git a/crates/devolutions-pedm/Cargo.toml b/crates/devolutions-pedm/Cargo.toml index daeaf608..6cd073b0 100644 --- a/crates/devolutions-pedm/Cargo.toml +++ b/crates/devolutions-pedm/Cargo.toml @@ -30,7 +30,7 @@ devolutions-pedm-shared = { path = "../devolutions-pedm-shared", features = ["po devolutions-gateway-task = { path = "../devolutions-gateway-task" } devolutions-agent-shared = { path = "../devolutions-agent-shared" } camino = { version = "1.1" } -async-trait = "0.1.82" +async-trait = "0.1.83" tracing = "0.1.40" walkdir = "2.5.0" aide = { version = "0.13.4", features = ["axum", "axum-extra"] }