Skip to content

Commit 3c767c9

Browse files
authored
Merge branch 'master' into lexnv/fix-mdns
2 parents fcf95cb + 4df9f14 commit 3c767c9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ jobs:
6161
- name: Checkout sources
6262
uses: actions/checkout@v4
6363

64+
- name: Install Rust stable toolchain
65+
uses: actions-rs/toolchain@v1
66+
with:
67+
profile: minimal
68+
toolchain: stable
69+
override: true
70+
6471
- name: Rust Cache
6572
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
6673
with:

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tokio-tungstenite = { version = "0.20.0", features = ["rustls-tls-native-roots"]
4343
tokio-util = { version = "0.7.11", features = ["compat", "io", "codec"] }
4444
tokio = { version = "1.26.0", features = ["rt", "net", "io-util", "time", "macros", "sync", "parking_lot"] }
4545
tracing = { version = "0.1.40", features = ["log"] }
46-
hickory-resolver = "0.24.1"
46+
hickory-resolver = "0.24.2"
4747
uint = "0.9.5"
4848
unsigned-varint = { version = "0.8.0", features = ["codec"] }
4949
url = "2.4.0"

0 commit comments

Comments
 (0)