Weekly `cargo update`
Automation to keep dependencies in `Cargo.lock` current.
The following is the output from `cargo update`:
```txt
Updating ahash v0.8.10 -> v0.8.11
Updating anyhow v1.0.80 -> v1.0.81
Updating basic-toml v0.1.8 -> v0.1.9
Updating bumpalo v3.15.3 -> v3.15.4
Adding cfg_aliases v0.1.1
Updating chrono v0.4.34 -> v0.4.35
Updating clap v4.5.1 -> v4.5.3
Updating clap_builder v4.5.1 -> v4.5.2
Updating clap_derive v4.5.0 -> v4.5.3
Updating color-eyre v0.6.2 -> v0.6.3
Updating ctrlc v3.4.2 -> v3.4.4
Updating env_logger v0.11.2 -> v0.11.3
Updating h2 v0.3.24 -> v0.3.25
Adding heck v0.5.0
Updating http v0.2.11 -> v0.2.12
Updating js-sys v0.3.68 -> v0.3.69
Updating libloading v0.8.2 -> v0.8.3
Updating new_debug_unreachable v1.0.4 -> v1.0.6
Updating nix v0.27.1 -> v0.28.0
Updating proc-macro2 v1.0.78 -> v1.0.79
Updating reqwest v0.11.24 -> v0.11.26
Updating syn v2.0.52 -> v2.0.53
Updating sysinfo v0.30.6 -> v0.30.7
Updating thiserror v1.0.57 -> v1.0.58
Updating thiserror-impl v1.0.57 -> v1.0.58
Updating wasm-bindgen v0.2.91 -> v0.2.92
Updating wasm-bindgen-backend v0.2.91 -> v0.2.92
Updating wasm-bindgen-futures v0.4.41 -> v0.4.42
Updating wasm-bindgen-macro v0.2.91 -> v0.2.92
Updating wasm-bindgen-macro-support v0.2.91 -> v0.2.92
Updating wasm-bindgen-shared v0.2.91 -> v0.2.92
Updating web-sys v0.3.68 -> v0.3.69
```
|
||
|---|---|---|
| .github | ||
| .reuse | ||
| compiler | ||
| library | ||
| LICENSES | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .git-blame-ignore-revs | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .mailmap | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CODE_OF_CONDUCT.md | ||
| config.example.toml | ||
| configure | ||
| CONTRIBUTING.md | ||
| COPYRIGHT | ||
| INSTALL.md | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
| RELEASES.md | ||
| rust-bors.toml | ||
| rustfmt.toml | ||
| triagebot.toml | ||
| x | ||
| x.ps1 | ||
| x.py | ||
The Rust Programming Language
This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.
Note: this README is for users rather than contributors. If you wish to contribute to the compiler, you should read CONTRIBUTING.md instead.
Table of Contents
Quick Start
Read "Installation" from The Book.
Installing from Source
If you really want to install from source (though this is not recommended), see INSTALL.md.
Getting Help
See https://www.rust-lang.org/community for a list of chat platforms and forums.
Contributing
See CONTRIBUTING.md.
License
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.
Trademark
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 media guide.
Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.