-
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 #13507
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @weihanglo (or someone else) some time within the next two weeks. 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 (
|
Cargo.toml
Outdated
curl = "0.4.44" | ||
curl-sys = "0.4.71" | ||
curl = "0.4.46" | ||
curl-sys = "0.4.72+curl-8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still not fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renovatebot force-pushed my commit 😨😨😨 8488aec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird, I've force pushed into their branches before
btw a PR is now up for them to stop including metadata
2372e24
to
2d8a912
Compare
2d8a912
to
8488aec
Compare
8488aec
to
8a280bb
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
@bors r+ |
☀️ Test successful - checks-actions |
Update cargo 12 commits in 8964c8ccff6e420e2a38b8696d178d69fab84d9d..f772ec0224d3755ce52ac5128a80319fb2eb45d0 2024-02-27 19:22:46 +0000 to 2024-03-01 22:57:35 +0000 - feat(toml): Warn on unset Edition (rust-lang/cargo#13505) - fix(msrv): Report all incompatible packages, not just a random one (rust-lang/cargo#13514) - refactor: abstract `std::fs` away from on-disk index cache (rust-lang/cargo#13515) - chore(deps): update compatible (rust-lang/cargo#13507) - chore(deps): update rust crate rusqlite to 0.31.0 (rust-lang/cargo#13510) - [docs]: Clarify vendored sources as read-only and way to modify (rust-lang/cargo#13512) - chore(deps): update rust crate supports-hyperlinks to v3 (rust-lang/cargo#13511) - refactor: Clarify more Config -> Context (rust-lang/cargo#13506) - test: Make `edition` explicit in packages (rust-lang/cargo#13504) - Add all unit's children recursively for `doc.extern-map` option (rust-lang/cargo#13481) - fix(rustc): Always pass --edition to rustc (rust-lang/cargo#13499) - Silently ignore `cargo::rustc-check-cfg` to avoid MSRV annoyance when stabilizing `-Zcheck-cfg` (rust-lang/cargo#13438) r? ghost
This PR contains the following updates:
0.10.1
->0.10.2
0.6.11
->0.6.13
1.0.79
->1.0.80
0.4.44
->0.4.46
0.4.71
->0.4.72+curl-8
0.10.63
->0.10.64
0.3.29
->0.3.30
1.0.21
->1.0.22
1.0.196
->1.0.197
1.0.113
->1.0.114
0.5.6
->0.5.7
3.9.0
->3.10.1
1.0.56
->1.0.57
0.22.4
->0.22.6
Release Notes
rust-lang/annotate-snippets-rs (annotate-snippets)
v0.10.2
Compare Source
Added
testing-colors
feature to remove platform-specific colors when testing#82
rust-cli/anstyle (anstream)
v0.6.13
Compare Source
v0.6.12
Compare Source
dtolnay/anyhow (anyhow)
v1.0.80
Compare Source
alexcrichton/curl-rust (curl)
v0.4.46
Compare Source
v0.4.45
Compare Source
sfackler/rust-openssl (openssl)
v0.10.64
Compare Source
What's Changed
Full Changelog: sfackler/rust-openssl@openssl-v0.10.63...openssl-v0.10.64
rust-lang/pkg-config-rs (pkg-config)
v0.3.30
Compare Source
Changed
Update documentation for cross-compilation (#161).
Update GitHub Action CI (#160).
dtolnay/semver (semver)
v1.0.22
Compare Source
serde-rs/serde (serde)
v1.0.197
Compare Source
serde-rs/json (serde_json)
v1.0.114
Compare Source
assert-rs/trycmd (snapbox)
v0.5.7
Compare Source
Stebalien/tempfile (tempfile)
v3.10.1
Compare Source
Thanks to @stoeckmann for finding and fixing both of these issues.
v3.10.0
Compare Source
redox_syscall
dependency, we now userustix
for Redox.Builder::permissions
for setting the permissions on temporary files and directories (thanks to @Byron).dtolnay/thiserror (thiserror)
v1.0.57
Compare Source
Display
impl for error message which do not contain any interpolated value (#286, thanks @nyurik)toml-rs/toml (toml_edit)
v0.22.6
Compare Source
v0.22.5
Compare Source
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.