diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index b07841bf42..a278238d84 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -1324,7 +1324,7 @@ defaults for 80% of the use cases.") (define-public forgejo-cli (package (name "forgejo-cli") - (version "0.4.0") + (version "0.4.1") (source (origin (method git-fetch) @@ -1333,7 +1333,7 @@ defaults for 80% of the use cases.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1xsqcq6fyhvc4q3f79745lmx1afan5a58d2w920j7hmnczpgz6hh")))) + (base32 "1279cvdbgvl8yaqrxm8mg1swqn623xdfqjx13s9clrxp923zjrmm")))) (build-system cargo-build-system) (arguments (list diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index a4a61f0245..7b233502ff 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm @@ -18581,6 +18581,11 @@ "0a238gvrzjq0r62a7472i685hi5jjzgfj72kp1xd32ir46qqv0q8" #:snippet '(delete-file-recursively "test"))) +(define rust-openssl-0.10.76 + (crate-source "openssl" "0.10.76" + "1kwfn77qi342fr3hn1kxza6hslyma4ylszlcbg3a4vp1fln0074m" + #:snippet '(delete-file-recursively "test"))) + (define rust-openssl-macros-0.1.0 (crate-source "openssl-macros" "0.1.0" "0v3kgnzbadrf9c06q4cqmbjas53av73n5w7wwz3n0nb6257y80dm")) @@ -18672,6 +18677,22 @@ (string-append bindgen "\"*\","))) (copy-file "Cargo.toml.orig" "Cargo.toml")))) +(define rust-openssl-sys-0.9.112 + (crate-source "openssl-sys" "0.9.112" + "1nyvn3nvkcknjpkh8c19zjb9q3mbcyxgsvajw4mm09p2ngrmmmap" + #:snippet + #~(begin + ;; Remove dependency on boringssl and vendor openssl source. + (substitute* "Cargo.toml.orig" + (("vendored = .*") "vendored = []\n") + ((".*bssl.*") "") + ((".*openssl-src.*") "") + ;; Allow any version of bindgen. + (("(bindgen = \\{ version =) \".*\"," _ bindgen) + (string-append bindgen "\"*\","))) + (copy-file "Cargo.toml.orig" "Cargo.toml"))) +) + (define rust-opentelemetry-0.17.0 (crate-source "opentelemetry" "0.17.0" "1f5c04yl784bwzksl66q6vjp0fjk7dnn9ms9iksgs4xg0acfh1b1")) @@ -46103,14 +46124,13 @@ rust-zerocopy-derive-0.8.37)) (forgejo-cli => (list rust-aho-corasick-1.1.4 - rust-anstream-0.6.21 - rust-anstyle-1.0.13 - rust-anstyle-parse-0.2.7 + rust-anstream-1.0.0 + rust-anstyle-1.0.14 + rust-anstyle-parse-1.0.0 rust-anstyle-query-1.1.5 rust-anstyle-wincon-3.0.11 rust-anyhow-1.0.102 rust-arraydeque-0.5.1 - rust-async-trait-0.1.89 rust-atomic-waker-1.1.2 rust-auth-git2-0.5.8 rust-autocfg-1.5.0 @@ -46121,14 +46141,14 @@ rust-bumpalo-3.20.2 rust-bytes-1.11.1 rust-caseless-0.2.2 - rust-cc-1.2.56 + rust-cc-1.2.57 rust-cfg-if-1.0.4 - rust-clap-4.5.60 - rust-clap-builder-4.5.60 - rust-clap-complete-4.5.66 - rust-clap-derive-4.5.55 - rust-clap-lex-1.0.0 - rust-colorchoice-1.0.4 + rust-clap-4.6.0 + rust-clap-builder-4.6.0 + rust-clap-complete-4.6.0 + rust-clap-derive-4.6.0 + rust-clap-lex-1.1.0 + rust-colorchoice-1.0.5 rust-comrak-0.37.0 rust-core-foundation-0.9.4 rust-core-foundation-0.10.1 @@ -46169,7 +46189,7 @@ rust-generic-array-0.14.7 rust-getrandom-0.2.17 rust-getrandom-0.3.4 - rust-getrandom-0.4.1 + rust-getrandom-0.4.2 rust-git2-0.20.4 rust-glob-0.3.3 rust-h2-0.4.13 @@ -46177,7 +46197,6 @@ rust-hashbrown-0.16.1 rust-hashlink-0.10.0 rust-heck-0.5.0 - rust-hex-0.4.3 rust-http-1.4.0 rust-http-body-1.0.1 rust-http-body-util-0.1.3 @@ -46199,20 +46218,20 @@ rust-idna-adapter-1.2.1 rust-indenter-0.3.4 rust-indexmap-2.13.0 - rust-ipnet-2.11.0 + rust-ipnet-2.12.0 rust-iri-string-0.7.10 rust-is-docker-0.2.0 rust-is-wsl-0.4.0 rust-is-terminal-polyfill-1.70.2 - rust-itoa-1.0.17 + rust-itoa-1.0.18 rust-jobserver-0.1.34 - rust-js-sys-0.3.88 + rust-js-sys-0.3.91 rust-leb128fmt-0.1.0 - rust-libc-0.2.182 + rust-libc-0.2.183 rust-libgit2-sys-0.18.3+1.9.2 - rust-libredox-0.1.12 + rust-libredox-0.1.14 rust-libssh2-sys-0.3.1 - rust-libz-sys-1.1.23 + rust-libz-sys-1.1.25 rust-linux-raw-sys-0.4.15 rust-linux-raw-sys-0.12.1 rust-litemap-0.8.1 @@ -46227,20 +46246,20 @@ rust-num-conv-0.2.0 rust-num-traits-0.2.19 rust-num-threads-0.1.7 - rust-once-cell-1.21.3 + rust-once-cell-1.21.4 rust-once-cell-polyfill-1.70.2 rust-open-5.3.3 - rust-openssl-0.10.75 + rust-openssl-0.10.76 rust-openssl-macros-0.1.1 rust-openssl-probe-0.1.6 rust-openssl-probe-0.2.1 - rust-openssl-sys-0.9.111 + rust-openssl-sys-0.9.112 rust-option-ext-0.2.0 rust-parking-lot-0.12.5 rust-parking-lot-core-0.9.12 rust-pathdiff-0.2.3 rust-percent-encoding-2.3.2 - rust-pin-project-lite-0.2.16 + rust-pin-project-lite-0.2.17 rust-pin-utils-0.1.0 rust-pkg-config-0.3.32 rust-potential-utf-0.1.4 @@ -46248,8 +46267,9 @@ rust-ppv-lite86-0.2.21 rust-prettyplease-0.2.37 rust-proc-macro2-1.0.106 - rust-quote-1.0.44 + rust-quote-1.0.45 rust-r-efi-5.3.0 + rust-r-efi-6.0.0 rust-rand-0.9.2 rust-rand-chacha-0.9.0 rust-rand-core-0.9.5 @@ -46257,18 +46277,18 @@ rust-redox-users-0.5.2 rust-regex-1.12.3 rust-regex-automata-0.4.14 - rust-regex-syntax-0.8.9 + rust-regex-syntax-0.8.10 rust-reqwest-0.12.28 rust-ring-0.17.14 rust-rustix-0.38.44 rust-rustix-1.1.4 - rust-rustls-0.23.36 + rust-rustls-0.23.37 rust-rustls-pki-types-1.14.0 - rust-rustls-webpki-0.103.9 + rust-rustls-webpki-0.103.10 rust-rustversion-1.0.22 rust-ryu-1.0.23 rust-saphyr-parser-0.0.6 - rust-schannel-0.1.28 + rust-schannel-0.1.29 rust-scopeguard-1.2.0 rust-security-framework-3.7.0 rust-security-framework-sys-2.17.0 @@ -46280,7 +46300,6 @@ rust-serde-json-1.0.149 rust-serde-urlencoded-0.7.1 rust-sha2-0.10.9 - rust-sha256-1.6.0 rust-shlex-1.3.0 rust-signal-hook-0.3.18 rust-signal-hook-mio-0.2.5 @@ -46289,7 +46308,7 @@ rust-slug-0.1.6 rust-smallvec-1.15.1 rust-smallvec-2.0.0-alpha.12 - rust-socket2-0.6.2 + rust-socket2-0.6.3 rust-soft-assert-0.1.1 rust-ssh2-config-0.5.4 rust-stable-deref-trait-1.2.1 @@ -46300,7 +46319,7 @@ rust-synstructure-0.13.2 rust-system-configuration-0.7.0 rust-system-configuration-sys-0.6.0 - rust-tempfile-3.25.0 + rust-tempfile-3.27.0 rust-terminal-prompt-0.2.3 rust-thiserror-1.0.69 rust-thiserror-2.0.18 @@ -46310,10 +46329,10 @@ rust-time-core-0.1.8 rust-time-macros-0.2.27 rust-tinystr-0.8.2 - rust-tinyvec-1.10.0 + rust-tinyvec-1.11.0 rust-tinyvec-macros-0.1.1 - rust-tokio-1.49.0 - rust-tokio-macros-2.6.0 + rust-tokio-1.50.0 + rust-tokio-macros-2.6.1 rust-tokio-native-tls-0.3.1 rust-tokio-rustls-0.26.4 rust-tokio-util-0.7.18 @@ -46336,22 +46355,22 @@ rust-urlencoding-2.1.3 rust-utf8-iter-1.0.4 rust-utf8parse-0.2.2 - rust-uuid-1.21.0 + rust-uuid-1.22.0 rust-vcpkg-0.2.15 rust-version-check-0.9.5 rust-want-0.3.1 rust-wasi-0.11.1+wasi-snapshot-preview1 rust-wasip2-1.0.2+wasi-0.2.9 rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 - rust-wasm-bindgen-0.2.111 - rust-wasm-bindgen-futures-0.4.61 - rust-wasm-bindgen-macro-0.2.111 - rust-wasm-bindgen-macro-support-0.2.111 - rust-wasm-bindgen-shared-0.2.111 + rust-wasm-bindgen-0.2.114 + rust-wasm-bindgen-futures-0.4.64 + rust-wasm-bindgen-macro-0.2.114 + rust-wasm-bindgen-macro-support-0.2.114 + rust-wasm-bindgen-shared-0.2.114 rust-wasm-encoder-0.244.0 rust-wasm-metadata-0.244.0 rust-wasmparser-0.244.0 - rust-web-sys-0.3.88 + rust-web-sys-0.3.91 rust-wildmatch-2.6.1 rust-winapi-0.3.9 rust-winapi-i686-pc-windows-gnu-0.4.0 @@ -46362,26 +46381,16 @@ rust-windows-strings-0.5.1 rust-windows-sys-0.52.0 rust-windows-sys-0.59.0 - rust-windows-sys-0.60.2 rust-windows-sys-0.61.2 rust-windows-targets-0.52.6 - rust-windows-targets-0.53.5 rust-windows-aarch64-gnullvm-0.52.6 - rust-windows-aarch64-gnullvm-0.53.1 rust-windows-aarch64-msvc-0.52.6 - rust-windows-aarch64-msvc-0.53.1 rust-windows-i686-gnu-0.52.6 - rust-windows-i686-gnu-0.53.1 rust-windows-i686-gnullvm-0.52.6 - rust-windows-i686-gnullvm-0.53.1 rust-windows-i686-msvc-0.52.6 - rust-windows-i686-msvc-0.53.1 rust-windows-x86-64-gnu-0.52.6 - rust-windows-x86-64-gnu-0.53.1 rust-windows-x86-64-gnullvm-0.52.6 - rust-windows-x86-64-gnullvm-0.53.1 rust-windows-x86-64-msvc-0.52.6 - rust-windows-x86-64-msvc-0.53.1 rust-wit-bindgen-0.51.0 rust-wit-bindgen-core-0.51.0 rust-wit-bindgen-rust-0.51.0 @@ -46391,8 +46400,8 @@ rust-writeable-0.6.2 rust-yoke-0.8.1 rust-yoke-derive-0.8.1 - rust-zerocopy-0.8.39 - rust-zerocopy-derive-0.8.39 + rust-zerocopy-0.8.47 + rust-zerocopy-derive-0.8.47 rust-zerofrom-0.1.6 rust-zerofrom-derive-0.1.6 rust-zeroize-1.8.2