From 4bad2c7c2616e95aba7f6e2f74ea742f5dc6b19d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Jun 2026 22:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=A4=20Sync=202026-06-01=2022:03:43?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ipv6-neigh/Cargo.lock | 2 +- ipv6-neigh/Cargo.toml | 2 +- ipv6-neigh/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ipv6-neigh/Cargo.lock b/ipv6-neigh/Cargo.lock index 7a9901de..2fd1f793 100644 --- a/ipv6-neigh/Cargo.lock +++ b/ipv6-neigh/Cargo.lock @@ -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", diff --git a/ipv6-neigh/Cargo.toml b/ipv6-neigh/Cargo.toml index ffe52c6f..9c869d96 100644 --- a/ipv6-neigh/Cargo.toml +++ b/ipv6-neigh/Cargo.toml @@ -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" diff --git a/ipv6-neigh/Makefile b/ipv6-neigh/Makefile index 5cc68478..213320bd 100644 --- a/ipv6-neigh/Makefile +++ b/ipv6-neigh/Makefile @@ -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