| commit | 4e0e9ce63ca88433f1e4b6b8f19e015b3561b70f | [log] [tgz] |
|---|---|---|
| author | github-actions <github-actions@github.com> | Sun Nov 23 00:26:00 2025 +0000 |
| committer | github-actions <github-actions@github.com> | Sun Nov 23 00:26:00 2025 +0000 |
| tree | cfed36c2b81342089645c293ca71d8b387af43fa | |
| parent | 94b49fd998d6723e0a9240a7cff5f9df37b84dd8 [diff] |
cargo update
compiler & tools dependencies:
Locking 21 packages to latest compatible versions
Updating addr2line v0.24.2 -> v0.25.1
Updating anstyle-svg v0.1.11 -> v0.1.12
Updating backtrace v0.3.75 -> v0.3.76
Updating clap v4.5.51 -> v4.5.53
Updating clap_builder v4.5.51 -> v4.5.53
Updating cxx v1.0.188 -> v1.0.189
Updating cxx-build v1.0.188 -> v1.0.189
Updating cxxbridge-cmd v1.0.188 -> v1.0.189
Updating cxxbridge-flags v1.0.188 -> v1.0.189
Updating cxxbridge-macro v1.0.188 -> v1.0.189
Updating hashbrown v0.16.0 -> v0.16.1
Updating indexmap v2.12.0 -> v2.12.1
Updating pest v2.8.3 -> v2.8.4
Updating pest_derive v2.8.3 -> v2.8.4
Updating pest_generator v2.8.3 -> v2.8.4
Updating pest_meta v2.8.3 -> v2.8.4
Updating unicode-ident v1.0.18 -> v1.0.22
Updating unicode-normalization v0.1.24 -> v0.1.25
Updating unicode-properties v0.1.3 -> v0.1.4
Updating zerocopy v0.8.27 -> v0.8.28
Updating zerocopy-derive v0.8.27 -> v0.8.28
note: pass `--verbose` to see 39 unchanged dependencies behind latest
library dependencies:
Locking 2 packages to latest compatible versions
Updating dlmalloc v0.2.11 -> v0.2.12
Updating windows-sys v0.60.2 -> v0.61.2
Removing windows-targets v0.53.5
Removing windows_aarch64_gnullvm v0.53.1
Removing windows_aarch64_msvc v0.53.1
Removing windows_i686_gnu v0.53.1
Removing windows_i686_gnullvm v0.53.1
Removing windows_i686_msvc v0.53.1
Removing windows_x86_64_gnu v0.53.1
Removing windows_x86_64_gnullvm v0.53.1
Removing windows_x86_64_msvc v0.53.1
note: pass `--verbose` to see 5 unchanged dependencies behind latest
rustbook dependencies:
Locking 19 packages to latest compatible versions
Updating anstyle-query v1.1.4 -> v1.1.5
Updating anstyle-wincon v3.0.10 -> v3.0.11
Updating cc v1.2.45 -> v1.2.47
Updating clap v4.5.51 -> v4.5.53
Updating clap_builder v4.5.51 -> v4.5.53
Updating clap_complete v4.5.60 -> v4.5.61
Updating crypto-common v0.1.6 -> v0.1.7
Updating find-msvc-tools v0.1.4 -> v0.1.5
Downgrading generic-array v0.14.9 -> v0.14.7 (available: v0.14.9)
Updating hashbrown v0.16.0 -> v0.16.1
Updating indexmap v2.12.0 -> v2.12.1
Updating pest v2.8.3 -> v2.8.4
Updating pest_derive v2.8.3 -> v2.8.4
Updating pest_generator v2.8.3 -> v2.8.4
Updating pest_meta v2.8.3 -> v2.8.4
Removing phf v0.13.1
Downgrading phf_codegen v0.13.1 -> v0.11.3
Removing phf_generator v0.13.1
Removing phf_shared v0.13.1
Downgrading string_cache v0.9.0 -> v0.8.9
Downgrading string_cache_codegen v0.6.1 -> v0.5.4
Downgrading web_atoms v0.1.4 -> v0.1.3
note: pass `--verbose` to see 1 unchanged dependencies behind latest
Website | Getting started | Learn | Documentation | Contributing
This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.
Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.
Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.
Productivity: Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer).
Read “Installation” from The Book.
If you really want to install from source (though this is not recommended), see INSTALL.md.
See https://www.rust-lang.org/community for a list of chat platforms and forums.
See CONTRIBUTING.md.
Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.
The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the “Rust Trademarks”).
If you want to use these names or brands, please read the Rust language trademark policy.
Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.