diff options
Diffstat (limited to 'security/sequoia-chameleon-gnupg/Makefile.crates')
| -rw-r--r-- | security/sequoia-chameleon-gnupg/Makefile.crates | 25 | 
1 files changed, 22 insertions, 3 deletions
| diff --git a/security/sequoia-chameleon-gnupg/Makefile.crates b/security/sequoia-chameleon-gnupg/Makefile.crates index e3dde225d52d..6d710798f065 100644 --- a/security/sequoia-chameleon-gnupg/Makefile.crates +++ b/security/sequoia-chameleon-gnupg/Makefile.crates @@ -43,6 +43,7 @@ CARGO_CRATES=	addr2line-0.24.2 \  		cc-1.2.10 \  		cexpr-0.6.0 \  		cfg-if-1.0.0 \ +		cfg_aliases-0.2.1 \  		chrono-0.4.39 \  		cipher-0.4.4 \  		clang-sys-1.8.1 \ @@ -125,6 +126,7 @@ CARGO_CRATES=	addr2line-0.24.2 \  		generic-array-0.14.7 \  		gethostname-0.5.0 \  		getrandom-0.2.15 \ +		getrandom-0.3.4 \  		ghash-0.5.1 \  		gimli-0.31.1 \  		glob-0.3.2 \ @@ -191,6 +193,7 @@ CARGO_CRATES=	addr2line-0.24.2 \  		lock_api-0.4.12 \  		log-0.4.25 \  		lru-cache-0.1.2 \ +		lru-slab-0.1.2 \  		match_cfg-0.1.0 \  		md-5-0.10.6 \  		memchr-2.7.4 \ @@ -199,7 +202,7 @@ CARGO_CRATES=	addr2line-0.24.2 \  		minimal-lexical-0.2.1 \  		miniz_oxide-0.8.3 \  		mio-1.0.3 \ -		native-tls-0.2.13 \ +		native-tls-0.2.14 \  		nettle-7.4.0 \  		nettle-sys-2.3.1 \  		new_debug_unreachable-1.0.6 \ @@ -220,10 +223,10 @@ CARGO_CRATES=	addr2line-0.24.2 \  		opaque-debug-0.3.1 \  		openpgp-cert-d-0.3.4 \  		openssh-keys-0.6.4 \ -		openssl-0.10.73 \ +		openssl-0.10.74 \  		openssl-macros-0.1.1 \  		openssl-probe-0.1.6 \ -		openssl-sys-0.9.109 \ +		openssl-sys-0.9.110 \  		option-ext-0.2.0 \  		parking_lot-0.12.3 \  		parking_lot_core-0.9.10 \ @@ -243,11 +246,18 @@ CARGO_CRATES=	addr2line-0.24.2 \  		proc-macro2-1.0.93 \  		pty-process-0.4.0 \  		quick-error-1.2.3 \ +		quinn-0.11.9 \ +		quinn-proto-0.11.13 \ +		quinn-udp-0.5.14 \  		quote-1.0.38 \ +		r-efi-5.3.0 \  		radix_trie-0.2.1 \  		rand-0.8.5 \ +		rand-0.9.2 \  		rand_chacha-0.3.1 \ +		rand_chacha-0.9.0 \  		rand_core-0.6.4 \ +		rand_core-0.9.3 \  		rand_distr-0.4.3 \  		rayon-1.10.0 \  		rayon-core-1.12.1 \ @@ -266,9 +276,11 @@ CARGO_CRATES=	addr2line-0.24.2 \  		rusqlite-0.31.0 \  		rustc-demangle-0.1.24 \  		rustc-hash-1.1.0 \ +		rustc-hash-2.1.1 \  		rustc_version-0.4.1 \  		rustix-0.38.44 \  		rustls-0.23.21 \ +		rustls-native-certs-0.8.2 \  		rustls-pemfile-2.2.0 \  		rustls-pki-types-1.11.0 \  		rustls-webpki-0.102.8 \ @@ -321,7 +333,9 @@ CARGO_CRATES=	addr2line-0.24.2 \  		tempfile-3.15.0 \  		term-0.7.0 \  		thiserror-1.0.69 \ +		thiserror-2.0.17 \  		thiserror-impl-1.0.69 \ +		thiserror-impl-2.0.17 \  		time-0.3.37 \  		time-core-0.1.2 \  		time-macros-0.2.19 \ @@ -359,6 +373,7 @@ CARGO_CRATES=	addr2line-0.24.2 \  		walkdir-2.5.0 \  		want-0.3.1 \  		wasi-0.11.0+wasi-snapshot-preview1 \ +		wasip2-1.0.1+wasi-0.2.4 \  		wasm-bindgen-0.2.100 \  		wasm-bindgen-backend-0.2.100 \  		wasm-bindgen-futures-0.4.50 \ @@ -366,6 +381,9 @@ CARGO_CRATES=	addr2line-0.24.2 \  		wasm-bindgen-macro-support-0.2.100 \  		wasm-bindgen-shared-0.2.100 \  		web-sys-0.3.77 \ +		web-time-1.1.0 \ +		webpki-roots-0.26.11 \ +		webpki-roots-1.0.3 \  		widestring-1.1.0 \  		win-crypto-ng-0.5.1 \  		winapi-0.3.9 \ @@ -398,6 +416,7 @@ CARGO_CRATES=	addr2line-0.24.2 \  		windows_x86_64_msvc-0.52.6 \  		winnow-0.6.24 \  		winreg-0.50.0 \ +		wit-bindgen-0.46.0 \  		write16-1.0.0 \  		writeable-0.5.5 \  		xxhash-rust-0.8.15 \ | 
