Skip to content

Commit

Permalink
Merge pull request #887 from andrewdavidmackenzie/dependabot/cargo/md…
Browse files Browse the repository at this point in the history
…ns-sd-0.13.3
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
2 parents a7b3464 + b02833b commit c27405c
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.140", 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.140", 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 c27405c

Please sign in to comment.