Skip to content
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

Merged
merged 2 commits into from
Mar 1, 2024
Merged

chore(deps): update compatible #13507

merged 2 commits into from
Mar 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
annotate-snippets workspace.dependencies patch 0.10.1 -> 0.10.2
anstream workspace.dependencies patch 0.6.11 -> 0.6.13
anyhow workspace.dependencies patch 1.0.79 -> 1.0.80
curl workspace.dependencies patch 0.4.44 -> 0.4.46
curl-sys workspace.dependencies patch 0.4.71 -> 0.4.72+curl-8
openssl workspace.dependencies patch 0.10.63 -> 0.10.64
pkg-config workspace.dependencies patch 0.3.29 -> 0.3.30
semver workspace.dependencies patch 1.0.21 -> 1.0.22
serde (source) workspace.dependencies patch 1.0.196 -> 1.0.197
serde_json workspace.dependencies patch 1.0.113 -> 1.0.114
snapbox (source) workspace.dependencies patch 0.5.6 -> 0.5.7
tempfile (source) workspace.dependencies minor 3.9.0 -> 3.10.1
thiserror workspace.dependencies patch 1.0.56 -> 1.0.57
toml_edit workspace.dependencies patch 0.22.4 -> 0.22.6

Release Notes

rust-lang/annotate-snippets-rs (annotate-snippets)

v0.10.2

Compare Source

Added
  • 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

  • Fix unused_imports warnings when compiled by rustc 1.78
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

  • Fix unused_imports warnings when compiled by rustc 1.78
serde-rs/serde (serde)

v1.0.197

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#​2697, thanks @​nyurik)
serde-rs/json (serde_json)

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
assert-rs/trycmd (snapbox)

v0.5.7

Compare Source

Stebalien/tempfile (tempfile)

v3.10.1

Compare Source

  • Handle potential integer overflows in 32-bit systems when seeking/truncating "spooled" temporary files past 4GiB (2³²).
  • Handle a theoretical 32-bit overflow when generating a temporary file name larger than 4GiB. Now it'll panic (on allocation failure) rather than silently succeeding due to wraparound.

Thanks to @​stoeckmann for finding and fixing both of these issues.

v3.10.0

Compare Source

  • Drop redox_syscall dependency, we now use rustix for Redox.
  • Add Builder::permissions for setting the permissions on temporary files and directories (thanks to @​Byron).
  • Update rustix to 0.38.31.
  • Update fastrand to 2.0.1.
dtolnay/thiserror (thiserror)

v1.0.57

Compare Source

  • Generate more efficient 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@rustbot
Copy link
Collaborator

rustbot commented Mar 1, 2024

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 (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 1, 2024
Cargo.toml Outdated
curl = "0.4.44"
curl-sys = "0.4.71"
curl = "0.4.46"
curl-sys = "0.4.72+curl-8"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still not fixed

Copy link
Member

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

Copy link
Contributor

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

Copy link
Contributor Author

renovate bot commented Mar 1, 2024

Edited/Blocked Notification

Renovate 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.

@epage
Copy link
Contributor

epage commented Mar 1, 2024

@bors r+

@bors
Copy link
Collaborator

bors commented Mar 1, 2024

📌 Commit 96e891c has been approved by epage

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 1, 2024
@bors
Copy link
Collaborator

bors commented Mar 1, 2024

⌛ Testing commit 96e891c with merge 6994f62...

@bors
Copy link
Collaborator

bors commented Mar 1, 2024

☀️ Test successful - checks-actions
Approved by: epage
Pushing 6994f62 to master...

@bors bors merged commit 6994f62 into master Mar 1, 2024
23 checks passed
@bors bors deleted the renovate/compatible branch March 1, 2024 18:07
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 2, 2024
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
@rustbot rustbot added this to the 1.78.0 milestone Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants