Skip to content

Commit

Permalink
build(deps): bump the patch group with 3 updates (#1033)
Browse files Browse the repository at this point in the history
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](dtolnay/async-trait@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](seanmonstar/httparse@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](keepsimple1/mdns-sd@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 6484844 commit 742e329
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/devolutions-pedm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 742e329

Please sign in to comment.