-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update compatible #12609
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @epage (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
e7a05bd
to
b7408c7
Compare
Stepped through each changelog and it all seems reasonable @bors r+ |
☀️ Test successful - checks-actions |
Update cargo 21 commits in 96fe1c9e1aecd8f57063e3753969bb6418fd2fd5..d14c85f4e6e7671673b1a1bc87231ff7164761e1 2023-08-29 20:10:34 +0000 to 2023-09-05 22:28:10 +0000 - fix(resolver): Make resolver behavior independent of package order (rust-lang/cargo#12602) - cargo-credential: change serialization of cache expiration (rust-lang/cargo#12622) - Update registry-web-api.md yank/unyank comments (rust-lang/cargo#12619) - test: new options of debuginfo are no longer unstable (rust-lang/cargo#12618) - use split_once for cleaner code (rust-lang/cargo#12615) - stop using lazy_static (rust-lang/cargo#12616) - doc: adjust all doc headings one level up (rust-lang/cargo#12595) - chore(deps): update compatible (rust-lang/cargo#12609) - chore(deps): update rust crate cargo_metadata to 0.17.0 (rust-lang/cargo#12610) - Prepare for partial-version package specs (rust-lang/cargo#12591) - refactor: Use more serde_untagged (rust-lang/cargo#12581) - fix(cli): Help users know possible `--target` values (rust-lang/cargo#12607) - Tab completion for --target uses rustup but fallsback to rustc (rust-lang/cargo#12606) - Fewer temporary needless strings (rust-lang/cargo#12604) - fix(help): Provide better commands heading for styling (rust-lang/cargo#12593) - fix(update): Clarify meaning of --aggressive as --recursive (rust-lang/cargo#12544) - docs(changelog): Clarify language for Cargo.lock policy (rust-lang/cargo#12601) - fix typo: "default branch branch" -> "default branch" (rust-lang/cargo#12598) - fix: add error for unsupported credential provider version (rust-lang/cargo#12590) - fix(help): Explain --explain (rust-lang/cargo#12592) - fix(help): Remove redundant information from new/init (rust-lang/cargo#12594) r? ghost
This PR contains the following updates:
1.0.72
->1.0.75
0.21.2
->0.21.3
1.2
->1.3
4.3.23
->4.4.2
0.2.21
->0.2.22
1.0.26
->1.0.27
2.5.0
->2.6.2
0.10.55
->0.10.57
0.1.0
->0.1.1
1.0.104
->1.0.105
0.4.11
->0.4.12
2.0.28
->2.0.29
0.4.39
->0.4.40
3.7.0
->3.8.0
1.0.44
->1.0.47
2.6.0
->2.7.0
2.4.0
->2.4.1
Release Notes
dtolnay/anyhow (anyhow)
v1.0.75
Compare Source
v1.0.74
Compare Source
v1.0.73
Compare Source
marshallpierce/rust-base64 (base64)
v0.21.3
Compare Source
source
instead ofcause
on Error typeshyunsik/bytesize (bytesize)
v1.3.0
: Release 1.3.0Compare Source
Changes
clap-rs/clap (clap)
v4.4.2
Compare Source
Performance
once_cell
dependencyv4.4.1
Compare Source
Features
Command::styles
v4.4.0
Compare Source
Compatibility
v4.3.24
Compare Source
Fixes
--help
with custom templatesalexcrichton/filetime (filetime)
v0.2.22
Compare Source
rust-lang/flate2-rs (flate2)
v1.0.27
Compare Source
What's Changed
Compression
struct by @JohnTitor in https://github.com/rust-lang/flate2-rs/pull/351GzDecoder
by @JohnTitor in https://github.com/rust-lang/flate2-rs/pull/347--no-default-features
ordefault-features = false
by @Byron in https://github.com/rust-lang/flate2-rs/pull/360read::GzDecoder
consumes bytes after end of gzip by @jongiddy in https://github.com/rust-lang/flate2-rs/pull/367New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.26...1.0.27
BurntSushi/memchr (memchr)
v2.6.2
Compare Source
v2.6.1
Compare Source
v2.6.0
Compare Source
sfackler/rust-openssl (openssl)
v0.10.57
Compare Source
What's Changed
New Contributors
Full Changelog: sfackler/rust-openssl@openssl-v0.10.56...openssl-v0.10.57
v0.10.56
: openssl v0.10.56Compare Source
dtolnay/serde-untagged (serde-untagged)
v0.1.1
Compare Source
serde-rs/json (serde_json)
v1.0.105
Compare Source
assert-rs/trycmd (snapbox)
v0.4.12
Compare Source
dtolnay/syn (syn)
v2.0.29
Compare Source
alexcrichton/tar-rs (tar)
v0.4.40
Compare Source
Stebalien/tempfile (tempfile)
v3.8.0
Compare Source
with_prefix
andwith_prefix_in
toTempDir
andNamedTempFile
to make it easier to create temporary files/directories with nice prefixes.v3.7.1
Compare Source
dtolnay/thiserror (thiserror)
v1.0.47
Compare Source
v1.0.46
Compare Source
v1.0.45
Compare Source
seanmonstar/unicase (unicase)
v2.7.0
Compare Source
What's Changed
servo/rust-url (url)
v2.4.1
Compare Source
What's Changed
--generate-link-to-definition
option when building on docs.rs by @GuillaumeGomez in https://github.com/servo/rust-url/pull/858New Contributors
Full Changelog: servo/rust-url@v2.4.0...v2.4.1
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.