diff options
Diffstat (limited to 'dns/dnstracer-rs/Makefile.crates')
-rw-r--r-- | dns/dnstracer-rs/Makefile.crates | 62 |
1 files changed, 40 insertions, 22 deletions
diff --git a/dns/dnstracer-rs/Makefile.crates b/dns/dnstracer-rs/Makefile.crates index 82895df28d75..cfce7b1c59d3 100644 --- a/dns/dnstracer-rs/Makefile.crates +++ b/dns/dnstracer-rs/Makefile.crates @@ -9,13 +9,13 @@ CARGO_CRATES= addr2line-0.24.2 \ async-trait-0.1.89 \ autocfg-1.5.0 \ backtrace-0.3.75 \ - bitflags-2.9.3 \ + bitflags-2.9.4 \ bumpalo-3.19.0 \ bytes-1.10.1 \ - cc-1.2.34 \ + cc-1.2.37 \ cfg-if-1.0.3 \ - clap-4.5.47 \ - clap_builder-4.5.47 \ + clap-4.5.48 \ + clap_builder-4.5.48 \ clap_derive-4.5.47 \ clap_lex-0.7.5 \ colorchoice-1.0.4 \ @@ -30,17 +30,23 @@ CARGO_CRATES= addr2line-0.24.2 \ encode_unicode-1.0.0 \ endian-type-0.1.2 \ enum-as-inner-0.6.1 \ + equivalent-1.0.2 \ eyre-0.6.12 \ + find-msvc-tools-0.1.1 \ form_urlencoded-1.2.2 \ futures-channel-0.3.31 \ futures-core-0.3.31 \ futures-io-0.3.31 \ + futures-macro-0.3.31 \ futures-task-0.3.31 \ + futures-timer-3.0.3 \ futures-util-0.3.31 \ generator-0.8.7 \ getrandom-0.2.16 \ getrandom-0.3.3 \ gimli-0.31.1 \ + glob-0.3.3 \ + hashbrown-0.16.0 \ heck-0.5.0 \ hickory-client-0.25.2 \ hickory-proto-0.25.2 \ @@ -55,18 +61,19 @@ CARGO_CRATES= addr2line-0.24.2 \ idna-1.1.0 \ idna_adapter-1.2.1 \ indenter-0.3.4 \ - insta-1.43.1 \ + indexmap-2.11.4 \ + insta-1.43.2 \ io-uring-0.7.10 \ ipconfig-0.3.2 \ ipnet-2.11.0 \ is_terminal_polyfill-1.70.1 \ itertools-0.14.0 \ - js-sys-0.3.77 \ + js-sys-0.3.78 \ lazy_static-1.5.0 \ libc-0.2.175 \ litemap-0.8.0 \ lock_api-0.4.13 \ - log-0.4.27 \ + log-0.4.28 \ loom-0.7.2 \ matchers-0.2.0 \ memchr-2.7.5 \ @@ -86,6 +93,7 @@ CARGO_CRATES= addr2line-0.24.2 \ portable-atomic-1.11.1 \ potential_utf-0.1.3 \ ppv-lite86-0.2.21 \ + proc-macro-crate-3.4.0 \ proc-macro2-1.0.101 \ quote-1.0.40 \ r-efi-5.3.0 \ @@ -94,18 +102,23 @@ CARGO_CRATES= addr2line-0.24.2 \ rand_chacha-0.9.0 \ rand_core-0.9.3 \ redox_syscall-0.5.17 \ + regex-1.11.2 \ regex-automata-0.4.10 \ regex-syntax-0.8.6 \ - resolv-conf-0.7.4 \ + relative-path-1.9.3 \ + resolv-conf-0.7.5 \ ring-0.17.14 \ + rstest-0.26.1 \ + rstest_macros-0.26.1 \ rustc-demangle-0.1.26 \ rustc_version-0.4.1 \ rustversion-1.0.22 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ - semver-1.0.26 \ - serde-1.0.219 \ - serde_derive-1.0.219 \ + semver-1.0.27 \ + serde-1.0.225 \ + serde_core-1.0.225 \ + serde_derive-1.0.225 \ sharded-slab-0.1.7 \ shlex-1.3.0 \ signal-hook-registry-1.4.6 \ @@ -129,24 +142,28 @@ CARGO_CRATES= addr2line-0.24.2 \ tinyvec_macros-0.1.1 \ tokio-1.47.1 \ tokio-macros-2.5.0 \ + toml_datetime-0.7.2 \ + toml_edit-0.23.6 \ + toml_parser-1.0.3 \ tracing-0.1.41 \ tracing-core-0.1.34 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.20 \ - unicode-ident-1.0.18 \ + unicode-ident-1.0.19 \ untrusted-0.9.0 \ url-2.5.7 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-1.18.0 \ + uuid-1.18.1 \ valuable-0.1.1 \ wasi-0.11.1+wasi-snapshot-preview1 \ - wasi-0.14.3+wasi-0.2.4 \ - wasm-bindgen-0.2.100 \ - wasm-bindgen-backend-0.2.100 \ - wasm-bindgen-macro-0.2.100 \ - wasm-bindgen-macro-support-0.2.100 \ - wasm-bindgen-shared-0.2.100 \ + wasi-0.14.5+wasi-0.2.4 \ + wasip2-1.0.0+wasi-0.2.4 \ + wasm-bindgen-0.2.101 \ + wasm-bindgen-backend-0.2.101 \ + wasm-bindgen-macro-0.2.101 \ + wasm-bindgen-macro-support-0.2.101 \ + wasm-bindgen-shared-0.2.101 \ widestring-1.2.0 \ windows-0.61.3 \ windows-collections-0.2.0 \ @@ -189,13 +206,14 @@ CARGO_CRATES= addr2line-0.24.2 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ + winnow-0.7.13 \ winreg-0.50.0 \ - wit-bindgen-0.45.0 \ + wit-bindgen-0.45.1 \ writeable-0.6.1 \ yoke-0.8.0 \ yoke-derive-0.8.0 \ - zerocopy-0.8.26 \ - zerocopy-derive-0.8.26 \ + zerocopy-0.8.27 \ + zerocopy-derive-0.8.27 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zerotrie-0.2.2 \ |