Skip to content

Commit

Permalink
Bump mdns-sd from 0.13.2 to 0.13.3
Browse files Browse the repository at this point in the history
Bumps [mdns-sd](https://github.com/keepsimple1/mdns-sd) from 0.13.2 to 0.13.3.
- [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.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: mdns-sd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 387df44 commit b02833b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 hw_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio = { version = "1.43", default-features = false, features = ["time", "rt",
async-std = "1.13.0"
serial_test = "3.1.1"
anyhow = "1.0.96"
mdns-sd = { version = "0.13.2", default-features = false, features = ["async"] }
mdns-sd = { version = "0.13.3", default-features = false, features = ["async"] }
iroh = { version = "0.33.0", default-features = false }

[package.metadata.cargo-all-features]
Expand Down
2 changes: 1 addition & 1 deletion piggui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ iced_aw = { version = "0.12", default-features = false, features = ["menu"] }
serde_json = { version = "1.0.139", default-features = false, features = ["std"] }

iroh = { version = "0.33.0", default-features = false, optional = true }
mdns-sd = { version = "0.13.2", default-features = false, features = ["async"], optional = true }
mdns-sd = { version = "0.13.3", default-features = false, features = ["async"], optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rfd = "0.15.2"
Expand Down
2 changes: 1 addition & 1 deletion piglet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ serde_json = { version = "1.0.139", default-features = false, features = ["std"]
iroh = { version = "0.33.0", default-features = false, optional = true }
portpicker = { version = "0.1.1", default-features = false, optional = true }
local-ip-address = { version = "0.6.3", default-features = false, optional = true }
mdns-sd = { version = "0.13.2", default-features = false, optional = true }
mdns-sd = { version = "0.13.3", default-features = false, optional = true }
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"], optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down

0 comments on commit b02833b

Please sign in to comment.