diff options
Diffstat (limited to 'dns/doh-proxy/Makefile.crates')
-rw-r--r-- | dns/doh-proxy/Makefile.crates | 94 |
1 files changed, 56 insertions, 38 deletions
diff --git a/dns/doh-proxy/Makefile.crates b/dns/doh-proxy/Makefile.crates index ef3701071b52..6fd8859dcb11 100644 --- a/dns/doh-proxy/Makefile.crates +++ b/dns/doh-proxy/Makefile.crates @@ -1,31 +1,30 @@ CARGO_CRATES= addr2line-0.24.2 \ - adler2-2.0.0 \ + adler2-2.0.1 \ aead-0.5.2 \ aes-0.8.4 \ aes-gcm-0.10.3 \ - anstream-0.6.19 \ + anstream-0.6.20 \ anstyle-1.0.11 \ anstyle-parse-0.2.7 \ - anstyle-query-1.1.3 \ - anstyle-wincon-3.0.9 \ - anyhow-1.0.98 \ + anstyle-query-1.1.4 \ + anstyle-wincon-3.0.10 \ + anyhow-1.0.99 \ arc-swap-1.7.1 \ - autocfg-1.4.0 \ backtrace-0.3.75 \ base64-0.21.7 \ base64-0.22.1 \ - bitflags-2.9.1 \ + bitflags-2.9.4 \ block-buffer-0.10.4 \ byteorder-1.5.0 \ bytes-1.10.1 \ - cc-1.2.26 \ - cfg-if-1.0.0 \ + cc-1.2.35 \ + cfg-if-1.0.3 \ chacha20-0.9.1 \ chacha20poly1305-0.10.1 \ cipher-0.4.4 \ - clap-4.5.39 \ - clap_builder-4.5.39 \ - clap_lex-0.7.4 \ + clap-4.5.47 \ + clap_builder-4.5.47 \ + clap_lex-0.7.5 \ colorchoice-1.0.4 \ cpufeatures-0.2.17 \ crypto-common-0.1.6 \ @@ -36,8 +35,9 @@ CARGO_CRATES= addr2line-0.24.2 \ digest-0.10.7 \ dnsstamps-0.1.10 \ equivalent-1.0.2 \ - errno-0.3.12 \ + errno-0.3.13 \ fiat-crypto-0.2.9 \ + find-msvc-tools-0.1.0 \ fnv-1.0.7 \ futures-0.3.31 \ futures-channel-0.3.31 \ @@ -50,33 +50,35 @@ CARGO_CRATES= addr2line-0.24.2 \ futures-util-0.3.31 \ generic-array-0.14.7 \ getrandom-0.2.16 \ + getrandom-0.3.3 \ ghash-0.5.1 \ gimli-0.31.1 \ - h2-0.3.26 \ - hashbrown-0.15.4 \ + h2-0.3.27 \ + hashbrown-0.15.5 \ hkdf-0.12.4 \ hmac-0.12.1 \ - hpke-0.11.0 \ + hpke-0.13.0 \ http-0.2.12 \ http-body-0.4.6 \ httparse-1.10.1 \ httpdate-1.0.3 \ hyper-0.14.32 \ - indexmap-2.9.0 \ + indexmap-2.11.0 \ inout-0.1.4 \ + io-uring-0.7.10 \ is_terminal_polyfill-1.70.1 \ itoa-1.0.15 \ - libc-0.2.172 \ - libdoh-0.9.12 \ - libmimalloc-sys-0.1.42 \ + libc-0.2.175 \ + libdoh-0.9.15 \ + libmimalloc-sys-0.1.44 \ linux-raw-sys-0.9.4 \ log-0.4.27 \ - memchr-2.7.4 \ - mimalloc-0.1.46 \ - miniz_oxide-0.8.8 \ + memchr-2.7.5 \ + mimalloc-0.1.48 \ + miniz_oxide-0.8.9 \ mio-1.0.4 \ object-0.36.7 \ - odoh-rs-1.0.3 \ + odoh-rs-1.0.4 \ once_cell-1.21.3 \ once_cell_polyfill-1.70.1 \ opaque-debug-0.3.1 \ @@ -85,15 +87,17 @@ CARGO_CRATES= addr2line-0.24.2 \ poly1305-0.8.0 \ polyval-0.6.2 \ ppv-lite86-0.2.21 \ - proc-macro2-1.0.95 \ + proc-macro2-1.0.101 \ quote-1.0.40 \ - rand-0.8.5 \ - rand_chacha-0.3.1 \ + r-efi-5.3.0 \ + rand-0.9.2 \ + rand_chacha-0.9.0 \ rand_core-0.6.4 \ + rand_core-0.9.3 \ ring-0.17.14 \ - rustc-demangle-0.1.24 \ + rustc-demangle-0.1.26 \ rustc_version-0.4.1 \ - rustix-1.0.7 \ + rustix-1.0.8 \ rustls-0.21.12 \ rustls-pemfile-1.0.4 \ rustls-webpki-0.101.7 \ @@ -102,20 +106,21 @@ CARGO_CRATES= addr2line-0.24.2 \ semver-1.0.26 \ serde-1.0.219 \ serde_derive-1.0.219 \ - serde_json-1.0.140 \ + serde_json-1.0.143 \ sha2-0.10.9 \ shlex-1.3.0 \ - slab-0.4.9 \ + slab-0.4.11 \ socket2-0.5.10 \ + socket2-0.6.0 \ strsim-0.11.1 \ subtle-2.6.1 \ - syn-2.0.101 \ - terminal_size-0.4.2 \ + syn-2.0.106 \ + terminal_size-0.4.3 \ thiserror-1.0.69 \ thiserror-impl-1.0.69 \ - tokio-1.45.1 \ + tokio-1.47.1 \ tokio-rustls-0.24.1 \ - tokio-util-0.7.15 \ + tokio-util-0.7.16 \ tower-service-0.3.3 \ tracing-0.1.41 \ tracing-core-0.1.34 \ @@ -128,20 +133,33 @@ CARGO_CRATES= addr2line-0.24.2 \ utf8parse-0.2.2 \ version_check-0.9.5 \ want-0.3.1 \ - wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasi-0.14.3+wasi-0.2.4 \ + windows-link-0.1.3 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.52.6 \ + windows-targets-0.53.3 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.0 \ + wit-bindgen-0.45.0 \ x25519-dalek-2.0.1 \ - zerocopy-0.8.25 \ - zerocopy-derive-0.8.25 \ + zerocopy-0.8.26 \ + zerocopy-derive-0.8.26 \ zeroize-1.8.1 \ zeroize_derive-1.4.2 |