🐤 Sync 2026-06-01 22:03:43

This commit is contained in:
github-actions[bot] 2026-06-01 22:03:44 +08:00
parent f24353a35e
commit 4bad2c7c26
3 changed files with 3 additions and 3 deletions

2
ipv6-neigh/Cargo.lock generated
View File

@ -385,7 +385,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hickory-proto"
version = "0.27.0-alpha.1"
source = "git+https://github.com/hickory-dns/hickory-dns.git?rev=50ee6c13a2272d42e5d03eff84dca8efd5109d96#50ee6c13a2272d42e5d03eff84dca8efd5109d96"
source = "git+https://github.com/hickory-dns/hickory-dns.git?rev=33cefb6e87b7ef16fb378680b8051c16013ed969#33cefb6e87b7ef16fb378680b8051c16013ed969"
dependencies = [
"bitflags",
"data-encoding",

View File

@ -13,7 +13,7 @@ futures = "0.3.32"
netlink-packet-route = {version = "0.30" }
netlink-packet-core= {version ="0.8"}
clap = { version = "4.6", default-features = false, features = ["cargo", "derive", "help", "std", "suggestions"] }
hickory-proto = { git = "https://github.com/hickory-dns/hickory-dns.git", rev = "50ee6c13a2272d42e5d03eff84dca8efd5109d96", features = ["dnssec-ring"] }
hickory-proto = { git = "https://github.com/hickory-dns/hickory-dns.git", rev = "33cefb6e87b7ef16fb378680b8051c16013ed969", features = ["dnssec-ring"] }
ubus = "0.1.7"
serde_json = "1.0.150"
log = "0.4"

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ipv6-neigh
PKG_VERSION:=0.1.0
PKG_RELEASE:=17
PKG_RELEASE:=18
PKG_BUILD_DEPENDS:=rust/host
PKG_BUILD_PARALLEL:=1