diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index b76006de483..424ff086202 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -3113,23 +3113,18 @@ touchscreen devices.") (license license:expat))) (define-public rusty - ;; commit before 7b80dee6fefc1f6f012a57e451331db524a8012f, which updates - ;; the rust version to 1.9. After rust has been updated in Guix, we can - ;; continue updating. - (let ((commit "2f406d938f95415c5063e5d3615dae29671b351e") - (revision "1")) (package (name "rusty") - (version (git-version "0.2.0" revision commit)) + (version "0.5.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/PLC-lang/rusty") - (commit commit))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0zsyyh7n4pc5q2dmsn3qcil00m8aw6id8qq2k61j02mz0cm6ylvp")))) + (base32 "1a0gv247kzclya5i78mgxav21aqrya4bv5sylh7idnzhn1ap37nb")))) (build-system cargo-build-system) (arguments (list @@ -3147,16 +3142,15 @@ touchscreen devices.") "xtask/src/task.rs" "xtask/src/main.rs") (("([=\"])cc(\")" _ prefix suffix) (string-append prefix #$(cc-for-target) suffix)))))))) - (inputs (cons* libffi lld-14 llvm-14 + (inputs (cons* libffi llvm-21 (cargo-inputs 'rusty))) - (native-inputs (list lld-wrapper)) (home-page "https://plc-lang.github.io/rusty/") (synopsis "IEC 61131-3 structured text compiler") (description "RuSTy is a IEC 61131-3 @acronym{ST, Structured Text} compiler written in Rust. It compiles ST down to native machine code, targeting most @code{llvm}-supported targets.") - (license (list license:lgpl3 license:gpl3))))) + (license (list license:lgpl3 license:gpl3)))) (define-public rust-swc (package diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index 94ffe9d7285..8f8e0d5f133 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm @@ -17184,6 +17184,14 @@ (crate-source "inkwell" "0.2.0" "1hb9wdh6hfr8shdnx3hda2mrb2vgglqyc94f2ysggf509x5cnkrz")) +(define rust-inkwell-0.8.0 + (crate-source "inkwell" "0.8.0" + "0rgk1mfys1pkxsi8583h3kpg9ha3vfngf9vhvf9jkkmjvw943vqx")) + +(define rust-inkwell-internals-0.13.0 + (crate-source "inkwell_internals" "0.13.0" + "0sdd7d7hqlbb92p912cpssfb7q33c7rfk381ywis23m3r5sn2wv3")) + (define rust-inkwell-internals-0.8.0 (crate-source "inkwell_internals" "0.8.0" "1sgqira2mpbjdcah551rhl27a47hzgc19yifa08h90nnd38fg1di")) @@ -20234,6 +20242,16 @@ (string-append all "\n default=[\"force-dynamic\"]"))) (copy-file "Cargo.toml.orig" "Cargo.toml")))) +(define rust-llvm-sys-211.0.1 + (crate-source "llvm-sys" "211.0.1" + "1qqf7iviayhfsns6a3z940952dk04ppwrjd9gy3xsfxp8ix7l024" + #:snippet + '(begin + (substitute* "Cargo.toml.orig" + (("\\[features\\]" all) + (string-append all "\n default=[\"force-dynamic\"]"))) + (copy-file "Cargo.toml.orig" "Cargo.toml")))) + (define rust-lmdb-master-sys-0.2.5 ;; TODO: Delete bundled liblmdb (lmdb/) and link against system lmdb. (crate-source "lmdb-master-sys" "0.2.5" @@ -20979,6 +20997,14 @@ "1v1h40c6kdygqwlm9xdn5ly7viygjzc9mkqrb5yay5jrhp989hlk" #:snippet '(delete-file-recursively "src/front-end/fonts"))) +(define rust-mdbook-core-0.5.2 + (crate-source "mdbook-core" "0.5.2" + "1vh7sckrfm45qw1bnr1499drv66zb3q6zddcy61mbips98yqg8rr")) + +(define rust-mdbook-preprocessor-0.5.2 + (crate-source "mdbook-preprocessor" "0.5.2" + "1fqkl00kdy6vma84982vcp295gq29yk3ky9211pz55q5pr0bz1sd")) + (define rust-mem-dbg-0.3.4 (crate-source "mem_dbg" "0.3.4" "1w3c9891hcv5idjpspl5k9x1sf9d1bvvw7y8gcpx4g2rjzfck33j")) @@ -22847,6 +22873,10 @@ (crate-source "num-conv" "0.2.1" "0rqrr29brafaa2za352pbmhkk556n7f8z9rrkgmjp1idvdl3fry6")) +(define rust-num-conv-0.2.2 + (crate-source "num-conv" "0.2.2" + "0hg4f9bwmy7cwpxdkm165dmkfc8jhkkayci234jsmi5ssb33j5sj")) + (define rust-num-cpus-1.16.0 (crate-source "num_cpus" "1.16.0" "0hra6ihpnh06dvfvz9ipscys0xfqa9ca9hzp384d5m02ssvgqqa1")) @@ -92128,105 +92158,88 @@ rust-zerocopy-derive-0.8.48 rust-zmij-1.0.21)) (rusty => - (list rust-addr2line-0.24.2 - rust-adler2-2.0.1 - rust-ahash-0.8.12 - rust-aho-corasick-1.1.3 + (list rust-ahash-0.8.12 + rust-aho-corasick-1.1.4 rust-allocator-api2-0.2.21 - rust-ammonia-4.1.2 rust-android-system-properties-0.1.5 rust-annotate-snippets-0.11.5 - rust-anstream-0.6.20 - rust-anstyle-1.0.11 - rust-anstyle-parse-0.2.7 - rust-anstyle-query-1.1.4 - rust-anstyle-wincon-3.0.10 - rust-anyhow-1.0.100 + 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-async-channel-1.9.0 rust-async-channel-2.5.0 - rust-async-executor-1.13.3 + rust-async-executor-1.14.0 rust-async-global-executor-2.4.1 rust-async-io-1.13.0 rust-async-io-2.6.0 rust-async-lock-2.8.0 - rust-async-lock-3.4.1 + rust-async-lock-3.4.2 rust-async-std-1.13.2 rust-async-task-4.7.1 rust-atoi-2.0.0 rust-atomic-waker-1.1.2 rust-atty-0.2.14 rust-autocfg-1.5.0 - rust-axum-0.8.4 - rust-axum-core-0.5.2 - rust-backtrace-0.3.75 rust-base64-0.21.7 rust-base64-0.22.1 - rust-base64ct-1.8.0 + rust-base64ct-1.8.3 rust-beef-0.5.2 rust-bit-set-0.5.3 rust-bit-vec-0.6.3 rust-bitflags-1.3.2 - rust-bitflags-2.9.4 + rust-bitflags-2.11.1 rust-block-buffer-0.10.4 rust-blocking-1.6.2 - rust-bstr-1.12.0 - rust-bumpalo-3.19.0 + rust-bstr-1.12.1 + rust-bumpalo-3.20.2 rust-bytecount-0.6.9 rust-byteorder-1.5.0 - rust-bytes-1.10.1 - rust-cc-1.2.38 - rust-cfg-if-1.0.3 - rust-chrono-0.4.42 + rust-bytes-1.11.1 + rust-cc-1.2.62 + rust-cfg-if-1.0.4 + rust-chrono-0.4.44 + rust-chrono-tz-0.9.0 + rust-chrono-tz-build-0.3.0 rust-clap-3.2.25 - rust-clap-4.5.48 - rust-clap-builder-4.5.48 - rust-clap-complete-4.5.58 + rust-clap-4.6.1 + rust-clap-builder-4.6.0 rust-clap-derive-3.2.25 - rust-clap-derive-4.5.47 + rust-clap-derive-4.6.1 rust-clap-lex-0.2.4 - rust-clap-lex-0.7.5 + rust-clap-lex-1.1.0 rust-codespan-reporting-0.11.1 - rust-colorchoice-1.0.4 + rust-colorchoice-1.0.5 rust-concurrent-queue-2.5.0 - rust-console-0.15.11 + rust-console-0.16.3 rust-const-oid-0.9.6 rust-convert-case-0.4.0 rust-core-foundation-0.9.4 + rust-core-foundation-0.10.1 rust-core-foundation-sys-0.8.7 rust-cpufeatures-0.2.17 - rust-crc-3.3.0 - rust-crc-catalog-2.4.0 + rust-crc-3.4.0 + rust-crc-catalog-2.5.0 rust-crossbeam-deque-0.8.6 rust-crossbeam-epoch-0.9.18 rust-crossbeam-queue-0.3.12 rust-crossbeam-utils-0.8.21 - rust-crypto-common-0.1.6 - rust-cssparser-0.35.0 - rust-cssparser-macros-0.6.1 - rust-darling-0.20.11 - rust-darling-core-0.20.11 - rust-darling-macro-0.20.11 - rust-data-encoding-2.9.0 + rust-crypto-common-0.1.7 rust-der-0.7.10 - rust-deranged-0.5.3 - rust-derive-builder-0.20.2 - rust-derive-builder-core-0.20.2 - rust-derive-builder-macro-0.20.2 + rust-deranged-0.5.8 rust-derive-more-0.99.20 + rust-deunicode-1.6.2 rust-diff-0.1.13 rust-digest-0.10.7 rust-displaydoc-0.2.5 rust-dotenvy-0.15.7 - rust-dtoa-1.0.10 - rust-dtoa-short-0.3.5 rust-either-1.15.0 - rust-elasticlunr-rs-3.0.2 rust-encode-unicode-1.0.0 rust-encoding-rs-0.8.35 rust-encoding-rs-io-0.1.7 - rust-env-filter-0.1.3 rust-env-logger-0.10.2 - rust-env-logger-0.11.8 rust-equivalent-1.0.2 rust-errno-0.3.14 rust-etcetera-0.8.0 @@ -92235,8 +92248,8 @@ rust-event-listener-strategy-0.5.4 rust-fancy-regex-0.11.0 rust-fastrand-1.9.0 - rust-fastrand-2.3.0 - rust-find-msvc-tools-0.1.2 + rust-fastrand-2.4.1 + rust-find-msvc-tools-0.1.9 rust-flume-0.11.1 rust-fnv-1.0.7 rust-foldhash-0.1.5 @@ -92244,33 +92257,29 @@ rust-foreign-types-shared-0.1.1 rust-form-urlencoded-1.2.2 rust-fraction-0.13.1 - rust-fsevent-sys-4.1.0 - rust-futf-0.1.5 - rust-futures-0.3.31 - rust-futures-channel-0.3.31 - rust-futures-core-0.3.31 - rust-futures-executor-0.3.31 + rust-futures-channel-0.3.32 + rust-futures-core-0.3.32 + rust-futures-executor-0.3.32 rust-futures-intrusive-0.5.0 - rust-futures-io-0.3.31 + rust-futures-io-0.3.32 rust-futures-lite-1.13.0 rust-futures-lite-2.6.1 - rust-futures-macro-0.3.31 - rust-futures-sink-0.3.31 - rust-futures-task-0.3.31 - rust-futures-util-0.3.31 + rust-futures-sink-0.3.32 + rust-futures-task-0.3.32 + rust-futures-util-0.3.32 rust-generational-arena-0.2.9 rust-generic-array-0.14.7 - rust-getrandom-0.2.16 - rust-getrandom-0.3.3 - rust-gimli-0.31.1 + rust-getrandom-0.2.17 + rust-getrandom-0.3.4 + rust-getrandom-0.4.2 rust-glob-0.3.3 - rust-globset-0.4.16 + rust-globset-0.4.18 + rust-globwalk-0.9.1 rust-gloo-timers-0.3.0 rust-h2-0.3.27 - rust-handlebars-6.3.2 rust-hashbrown-0.12.3 rust-hashbrown-0.15.5 - rust-hashbrown-0.16.0 + rust-hashbrown-0.17.1 rust-hashlink-0.10.0 rust-heck-0.4.1 rust-heck-0.5.0 @@ -92280,207 +92289,179 @@ rust-hex-0.4.3 rust-hkdf-0.12.4 rust-hmac-0.12.1 - rust-home-0.5.11 + rust-home-0.5.12 rust-html-escape-0.2.13 - rust-html5ever-0.35.0 rust-http-0.2.12 - rust-http-1.3.1 rust-http-body-0.4.6 - rust-http-body-1.0.1 - rust-http-body-util-0.1.3 - rust-http-range-header-0.4.2 rust-httparse-1.10.1 rust-httpdate-1.0.3 + rust-humansize-2.1.3 rust-humantime-2.3.0 rust-hyper-0.14.32 - rust-hyper-1.7.0 - rust-hyper-util-0.1.17 - rust-iana-time-zone-0.1.64 + rust-iana-time-zone-0.1.65 rust-iana-time-zone-haiku-0.1.2 - rust-icu-collections-2.0.0 - rust-icu-locale-core-2.0.0 - rust-icu-normalizer-2.0.0 - rust-icu-normalizer-data-2.0.0 - rust-icu-properties-2.0.1 - rust-icu-properties-data-2.0.1 - rust-icu-provider-2.0.0 - rust-ident-case-1.0.1 + rust-icu-collections-2.2.0 + rust-icu-locale-core-2.2.0 + rust-icu-normalizer-2.2.0 + rust-icu-normalizer-data-2.2.0 + rust-icu-properties-2.2.0 + rust-icu-properties-data-2.2.0 + rust-icu-provider-2.2.0 + rust-id-arena-2.3.0 rust-idna-1.1.0 - rust-idna-adapter-1.2.1 - rust-ignore-0.4.23 + rust-idna-adapter-1.2.2 + rust-ignore-0.4.25 rust-indexmap-1.9.3 - rust-indexmap-2.11.4 - rust-inkwell-0.2.0 - rust-inkwell-internals-0.8.0 - rust-inotify-0.11.0 - rust-inotify-sys-0.1.5 - rust-insta-1.43.2 + rust-indexmap-2.14.0 + rust-inkwell-0.8.0 + rust-inkwell-internals-0.13.0 + rust-insta-1.47.2 rust-instant-0.1.13 rust-io-lifetimes-1.0.11 - rust-io-uring-0.7.10 - rust-ipnet-2.11.0 - rust-is-terminal-0.4.16 - rust-is-terminal-polyfill-1.70.1 + rust-ipnet-2.12.0 + rust-is-terminal-0.4.17 + rust-is-terminal-polyfill-1.70.2 rust-iso8601-0.6.3 rust-itertools-0.11.0 - rust-itoa-1.0.15 - rust-jiff-0.2.15 - rust-jiff-static-0.2.15 - rust-js-sys-0.3.80 + rust-itoa-1.0.18 + rust-js-sys-0.3.98 rust-jsonschema-0.17.1 - rust-kqueue-1.1.1 - rust-kqueue-sys-1.0.4 rust-kv-log-macro-1.0.7 rust-lazy-static-1.5.0 - rust-libc-0.2.176 - rust-libm-0.2.15 - rust-libredox-0.1.10 + rust-leb128fmt-0.1.0 + rust-libc-0.2.186 + rust-libloading-0.9.0 + rust-libm-0.2.16 + rust-libredox-0.1.16 rust-libsqlite3-sys-0.30.1 rust-linux-raw-sys-0.3.8 rust-linux-raw-sys-0.4.15 - rust-linux-raw-sys-0.11.0 - rust-litemap-0.8.0 - rust-lld-rs-140.0.0 - rust-llvm-sys-140.1.3 - rust-lock-api-0.4.13 - rust-log-0.4.28 + rust-linux-raw-sys-0.12.1 + rust-litemap-0.8.2 + rust-llvm-sys-211.0.1 + rust-lock-api-0.4.14 + rust-log-0.4.29 rust-logos-0.12.1 rust-logos-derive-0.12.1 - rust-mac-0.1.1 - rust-maplit-1.0.2 - rust-markup5ever-0.35.0 - rust-match-token-0.35.0 - rust-matchit-0.8.4 rust-md-5-0.10.6 - rust-mdbook-0.4.52 - rust-memchr-2.7.5 + rust-mdbook-core-0.5.2 + rust-mdbook-preprocessor-0.5.2 + rust-memchr-2.8.0 rust-mime-0.3.17 - rust-mime-guess-2.0.5 rust-minimal-lexical-0.2.1 - rust-miniz-oxide-0.8.9 - rust-mio-1.0.4 - rust-native-tls-0.2.14 - rust-new-debug-unreachable-1.0.6 + rust-mio-1.2.0 + rust-native-tls-0.2.18 rust-nom-7.1.3 rust-nom-8.0.0 - rust-normpath-1.5.0 - rust-notify-8.2.0 - rust-notify-debouncer-mini-0.6.0 - rust-notify-types-2.0.0 - rust-ntapi-0.4.1 + rust-ntapi-0.4.3 rust-num-0.4.3 rust-num-bigint-0.4.6 - rust-num-bigint-dig-0.8.4 + rust-num-bigint-dig-0.8.6 rust-num-cmp-0.1.0 rust-num-complex-0.4.6 - rust-num-conv-0.1.0 + rust-num-conv-0.2.2 rust-num-integer-0.1.46 rust-num-iter-0.1.45 - rust-num-modular-0.6.1 - rust-num-order-1.2.0 rust-num-rational-0.4.2 rust-num-traits-0.2.19 - rust-object-0.36.7 - rust-once-cell-1.21.3 - rust-once-cell-polyfill-1.70.1 - rust-opener-0.8.3 - rust-openssl-0.10.73 + rust-once-cell-1.21.4 + rust-once-cell-polyfill-1.70.2 + rust-openssl-0.10.80 rust-openssl-macros-0.1.1 - rust-openssl-probe-0.1.6 - rust-openssl-sys-0.9.109 + rust-openssl-probe-0.2.1 + rust-openssl-sys-0.9.116 rust-os-str-bytes-6.6.1 + rust-papergrid-0.17.0 rust-parking-2.2.1 - rust-parking-lot-0.12.4 - rust-parking-lot-core-0.9.11 + rust-parking-lot-0.12.5 + rust-parking-lot-core-0.9.12 + rust-parse-zoneinfo-0.3.1 rust-paste-1.0.15 - rust-pathdiff-0.2.3 rust-pem-rfc7468-0.7.0 rust-percent-encoding-2.3.2 - rust-pest-2.8.2 - rust-pest-derive-2.8.2 - rust-pest-generator-2.8.2 - rust-pest-meta-2.8.2 + rust-pest-2.8.6 + rust-pest-derive-2.8.6 + rust-pest-generator-2.8.6 + rust-pest-meta-2.8.6 rust-phf-0.11.3 rust-phf-codegen-0.11.3 rust-phf-generator-0.11.3 - rust-phf-macros-0.11.3 rust-phf-shared-0.11.3 - rust-pin-project-lite-0.2.16 + rust-pin-project-lite-0.2.17 rust-pin-utils-0.1.0 - rust-piper-0.2.4 + rust-piper-0.2.5 rust-pkcs1-0.7.5 rust-pkcs8-0.10.2 - rust-pkg-config-0.3.32 + rust-pkg-config-0.3.33 + rust-plain-0.2.3 rust-polling-2.8.0 rust-polling-3.11.0 - rust-portable-atomic-1.11.1 - rust-portable-atomic-util-0.2.4 - rust-potential-utf-0.1.3 + rust-potential-utf-0.1.5 rust-powerfmt-0.2.0 rust-ppv-lite86-0.2.21 - rust-precomputed-hash-0.1.1 rust-pretty-assertions-1.4.1 + rust-prettyplease-0.2.37 rust-proc-macro-error-1.0.4 rust-proc-macro-error-attr-1.0.4 + rust-proc-macro-error-attr2-2.0.0 + rust-proc-macro-error2-2.0.1 rust-proc-macro2-0.4.30 - rust-proc-macro2-1.0.101 - rust-pulldown-cmark-0.10.3 - rust-pulldown-cmark-escape-0.10.1 + rust-proc-macro2-1.0.106 rust-quick-xml-0.30.0 rust-quote-0.6.13 - rust-quote-1.0.40 + rust-quote-1.0.45 rust-r-efi-5.3.0 - rust-rand-0.8.5 - rust-rand-0.9.2 + rust-r-efi-6.0.0 + rust-rand-0.8.6 rust-rand-chacha-0.3.1 - rust-rand-chacha-0.9.0 rust-rand-core-0.6.4 - rust-rand-core-0.9.3 - rust-rayon-1.11.0 + rust-rayon-1.12.0 rust-rayon-core-1.13.0 - rust-redox-syscall-0.5.17 - rust-regex-1.11.2 - rust-regex-automata-0.4.10 + rust-redox-syscall-0.5.18 + rust-redox-syscall-0.7.5 + rust-regex-1.12.3 + rust-regex-automata-0.4.14 + rust-regex-lite-0.1.9 rust-regex-syntax-0.6.29 - rust-regex-syntax-0.8.6 + rust-regex-syntax-0.8.10 rust-reqwest-0.11.27 - rust-rsa-0.9.8 - rust-rustc-demangle-0.1.26 + rust-rsa-0.9.10 rust-rustc-hash-1.1.0 rust-rustc-version-0.4.1 rust-rustix-0.37.28 rust-rustix-0.38.44 - rust-rustix-1.1.2 + rust-rustix-1.1.4 rust-rustversion-1.0.22 - rust-ryu-1.0.20 + rust-ryu-1.0.23 rust-same-file-1.0.6 rust-scc-2.4.0 - rust-schannel-0.1.28 + rust-schannel-0.1.29 rust-scopeguard-1.2.0 rust-sdd-3.0.10 - rust-security-framework-2.11.1 - rust-security-framework-sys-2.15.0 - rust-semver-1.0.27 - rust-serde-1.0.226 - rust-serde-core-1.0.226 - rust-serde-derive-1.0.226 - rust-serde-json-1.0.145 - rust-serde-path-to-error-0.1.20 + rust-security-framework-3.7.0 + rust-security-framework-sys-2.17.0 + rust-semver-1.0.28 + rust-serde-1.0.228 + rust-serde-core-1.0.228 + rust-serde-derive-1.0.228 + rust-serde-json-1.0.149 + rust-serde-spanned-1.1.1 rust-serde-urlencoded-0.7.1 - rust-serial-test-3.2.0 - rust-serial-test-derive-3.2.0 + rust-serial-test-3.4.0 + rust-serial-test-derive-3.4.0 rust-sha1-0.10.6 rust-sha2-0.10.9 - rust-shell-words-1.1.0 + rust-shell-words-1.1.1 rust-shlex-1.3.0 rust-signature-2.2.0 rust-similar-2.7.0 - rust-siphasher-1.0.1 - rust-slab-0.4.11 + rust-siphasher-1.0.3 + rust-slab-0.4.12 + rust-slug-0.1.6 rust-smallvec-1.15.1 rust-socket2-0.4.10 rust-socket2-0.5.10 - rust-socket2-0.6.0 + rust-socket2-0.6.3 rust-spin-0.9.8 rust-spki-0.7.3 rust-sqlx-0.8.6 @@ -92490,146 +92471,140 @@ rust-sqlx-mysql-0.8.6 rust-sqlx-postgres-0.8.6 rust-sqlx-sqlite-0.8.6 - rust-stable-deref-trait-1.2.0 - rust-string-cache-0.8.9 - rust-string-cache-codegen-0.5.4 + rust-stable-deref-trait-1.2.1 rust-stringprep-0.1.5 rust-strsim-0.10.0 rust-strsim-0.11.1 rust-subtle-2.6.1 rust-syn-0.15.44 rust-syn-1.0.109 - rust-syn-2.0.106 + rust-syn-2.0.117 rust-sync-wrapper-0.1.2 - rust-sync-wrapper-1.0.2 rust-synstructure-0.13.2 rust-sysinfo-0.29.11 rust-system-configuration-0.5.1 rust-system-configuration-sys-0.5.0 - rust-tempfile-3.23.0 - rust-tendril-0.4.3 + rust-tabled-0.20.0 + rust-tabled-derive-0.11.0 + rust-tempfile-3.27.0 + rust-tera-1.20.1 rust-termcolor-1.4.1 - rust-terminal-size-0.4.3 + rust-testing-table-0.3.0 rust-textwrap-0.16.2 - rust-thiserror-1.0.69 - rust-thiserror-2.0.16 - rust-thiserror-impl-1.0.69 - rust-thiserror-impl-2.0.16 - rust-time-0.3.44 - rust-time-core-0.1.6 - rust-time-macros-0.2.24 - rust-tinystr-0.8.1 - rust-tinyvec-1.10.0 + rust-thiserror-2.0.18 + rust-thiserror-impl-2.0.18 + rust-time-0.3.47 + rust-time-core-0.1.8 + rust-time-macros-0.2.27 + rust-tinystr-0.8.3 + rust-tinyvec-1.11.0 rust-tinyvec-macros-0.1.1 - rust-tokio-1.47.1 - rust-tokio-macros-2.5.0 - rust-tokio-tungstenite-0.26.2 - rust-tokio-util-0.7.16 + rust-tokio-1.52.3 + rust-tokio-util-0.7.18 rust-toml-0.5.11 - rust-topological-sort-0.2.2 - rust-tower-0.5.2 - rust-tower-http-0.6.6 - rust-tower-layer-0.3.3 + rust-toml-0.9.12+spec-1.1.0 + rust-toml-datetime-0.7.5+spec-1.1.0 + rust-toml-parser-1.1.2+spec-1.1.0 + rust-toml-writer-1.1.1+spec-1.1.0 rust-tower-service-0.3.3 - rust-tracing-0.1.41 - rust-tracing-attributes-0.1.30 - rust-tracing-core-0.1.34 + rust-tracing-0.1.44 + rust-tracing-attributes-0.1.31 + rust-tracing-core-0.1.36 rust-try-lock-0.2.5 - rust-tungstenite-0.26.2 - rust-typenum-1.18.0 + rust-typenum-1.20.0 rust-ucd-trie-0.1.7 - rust-unicase-2.8.1 rust-unicode-bidi-0.3.18 - rust-unicode-ident-1.0.19 - rust-unicode-normalization-0.1.24 - rust-unicode-properties-0.1.3 + rust-unicode-ident-1.0.24 + rust-unicode-normalization-0.1.25 + rust-unicode-properties-0.1.4 + rust-unicode-segmentation-1.13.2 rust-unicode-width-0.1.14 - rust-unicode-width-0.2.1 + rust-unicode-width-0.2.2 rust-unicode-xid-0.1.0 - rust-url-2.5.7 - rust-utf-8-0.7.6 - rust-utf8-width-0.1.7 + rust-unicode-xid-0.2.6 + rust-url-2.5.8 + rust-utf8-width-0.1.8 rust-utf8-iter-1.0.4 rust-utf8parse-0.2.2 - rust-uuid-1.18.1 - rust-value-bag-1.11.1 + rust-uuid-1.23.1 + rust-value-bag-1.12.0 rust-vcpkg-0.2.15 rust-version-check-0.9.5 rust-waker-fn-1.2.0 rust-walkdir-2.5.0 rust-want-0.3.1 rust-wasi-0.11.1+wasi-snapshot-preview1 - rust-wasi-0.14.7+wasi-0.2.4 - rust-wasip2-1.0.1+wasi-0.2.4 + rust-wasip2-1.0.3+wasi-0.2.9 + rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 rust-wasite-0.1.0 - rust-wasm-bindgen-0.2.103 - rust-wasm-bindgen-backend-0.2.103 - rust-wasm-bindgen-futures-0.4.53 - rust-wasm-bindgen-macro-0.2.103 - rust-wasm-bindgen-macro-support-0.2.103 - rust-wasm-bindgen-shared-0.2.103 - rust-web-sys-0.3.80 - rust-web-atoms-0.1.3 + rust-wasm-bindgen-0.2.121 + rust-wasm-bindgen-futures-0.4.71 + rust-wasm-bindgen-macro-0.2.121 + rust-wasm-bindgen-macro-support-0.2.121 + rust-wasm-bindgen-shared-0.2.121 + rust-wasm-encoder-0.244.0 + rust-wasm-metadata-0.244.0 + rust-wasmparser-0.244.0 + rust-web-sys-0.3.98 rust-which-4.4.2 + rust-which-8.0.2 rust-whoami-1.6.1 rust-winapi-0.3.9 rust-winapi-i686-pc-windows-gnu-0.4.0 rust-winapi-util-0.1.11 rust-winapi-x86-64-pc-windows-gnu-0.4.0 - rust-windows-core-0.62.0 - rust-windows-implement-0.60.0 - rust-windows-interface-0.59.1 - rust-windows-link-0.1.3 - rust-windows-link-0.2.0 - rust-windows-result-0.4.0 - rust-windows-strings-0.5.0 + rust-windows-core-0.62.2 + rust-windows-implement-0.60.2 + rust-windows-interface-0.59.3 + rust-windows-link-0.2.1 + rust-windows-result-0.4.1 + rust-windows-strings-0.5.1 rust-windows-sys-0.48.0 rust-windows-sys-0.52.0 rust-windows-sys-0.59.0 - rust-windows-sys-0.60.2 - rust-windows-sys-0.61.0 + rust-windows-sys-0.61.2 rust-windows-targets-0.48.5 rust-windows-targets-0.52.6 - rust-windows-targets-0.53.3 rust-windows-aarch64-gnullvm-0.48.5 rust-windows-aarch64-gnullvm-0.52.6 - rust-windows-aarch64-gnullvm-0.53.0 rust-windows-aarch64-msvc-0.48.5 rust-windows-aarch64-msvc-0.52.6 - rust-windows-aarch64-msvc-0.53.0 rust-windows-i686-gnu-0.48.5 rust-windows-i686-gnu-0.52.6 - rust-windows-i686-gnu-0.53.0 rust-windows-i686-gnullvm-0.52.6 - rust-windows-i686-gnullvm-0.53.0 rust-windows-i686-msvc-0.48.5 rust-windows-i686-msvc-0.52.6 - rust-windows-i686-msvc-0.53.0 rust-windows-x86-64-gnu-0.48.5 rust-windows-x86-64-gnu-0.52.6 - rust-windows-x86-64-gnu-0.53.0 rust-windows-x86-64-gnullvm-0.48.5 rust-windows-x86-64-gnullvm-0.52.6 - rust-windows-x86-64-gnullvm-0.53.0 rust-windows-x86-64-msvc-0.48.5 rust-windows-x86-64-msvc-0.52.6 - rust-windows-x86-64-msvc-0.53.0 + rust-winnow-0.7.15 + rust-winnow-1.0.3 rust-winreg-0.50.0 - rust-wit-bindgen-0.46.0 - rust-writeable-0.6.1 + rust-wit-bindgen-0.51.0 + rust-wit-bindgen-0.57.1 + rust-wit-bindgen-core-0.51.0 + rust-wit-bindgen-rust-0.51.0 + rust-wit-bindgen-rust-macro-0.51.0 + rust-wit-component-0.244.0 + rust-wit-parser-0.244.0 + rust-writeable-0.6.3 rust-xshell-0.2.7 rust-xshell-macros-0.2.7 rust-yansi-1.0.1 - rust-yoke-0.8.0 - rust-yoke-derive-0.8.0 - rust-zerocopy-0.8.27 - rust-zerocopy-derive-0.8.27 - rust-zerofrom-0.1.6 - rust-zerofrom-derive-0.1.6 - rust-zeroize-1.8.1 - rust-zerotrie-0.2.2 - rust-zerovec-0.11.4 - rust-zerovec-derive-0.11.1)) + rust-yoke-0.8.2 + rust-yoke-derive-0.8.2 + rust-zerocopy-0.8.48 + rust-zerocopy-derive-0.8.48 + rust-zerofrom-0.1.8 + rust-zerofrom-derive-0.1.7 + rust-zeroize-1.8.2 + rust-zerotrie-0.2.4 + rust-zerovec-0.11.6 + rust-zerovec-derive-0.11.3 + rust-zmij-1.0.21)) (scryer-prolog => (list rust-addr2line-0.24.2 rust-adler2-2.0.0