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 #12609

Merged
merged 1 commit into from
Sep 1, 2023
Merged

chore(deps): update compatible #12609

merged 1 commit into from
Sep 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.72 -> 1.0.75
base64 workspace.dependencies patch 0.21.2 -> 0.21.3
bytesize workspace.dependencies minor 1.2 -> 1.3
clap workspace.dependencies minor 4.3.23 -> 4.4.2
filetime workspace.dependencies patch 0.2.21 -> 0.2.22
flate2 workspace.dependencies patch 1.0.26 -> 1.0.27
memchr workspace.dependencies minor 2.5.0 -> 2.6.2
openssl workspace.dependencies patch 0.10.55 -> 0.10.57
serde-untagged workspace.dependencies patch 0.1.0 -> 0.1.1
serde_json workspace.dependencies patch 1.0.104 -> 1.0.105
snapbox (source) workspace.dependencies patch 0.4.11 -> 0.4.12
syn workspace.dependencies patch 2.0.28 -> 2.0.29
tar workspace.dependencies patch 0.4.39 -> 0.4.40
tempfile (source) workspace.dependencies minor 3.7.0 -> 3.8.0
thiserror workspace.dependencies patch 1.0.44 -> 1.0.47
unicase workspace.dependencies minor 2.6.0 -> 2.7.0
url workspace.dependencies patch 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

  • Implement source instead of cause on Error types
  • Roll back MSRV to 1.48.0 so Debian can continue to live in a time warp
  • Slightly faster chunked encoding for short inputs
  • Decrease binary size
hyunsik/bytesize (bytesize)

v1.3.0: Release 1.3.0

Compare Source

Changes

  • Improved performance by eliminating String creation by utilizing the original &str slice #​31 (@​ChanTsune)
clap-rs/clap (clap)

v4.4.2

Compare Source

Performance
  • Improve build times by removing once_cell dependency

v4.4.1

Compare Source

Features
  • Stabilize Command::styles

v4.4.0

Compare Source

Compatibility
  • Update MSRV to 1.70.0

v4.3.24

Compare Source

Fixes
  • Ensure column padding is preserved in --help with custom templates
alexcrichton/filetime (filetime)

v0.2.22

Compare Source

rust-lang/flate2-rs (flate2)

v1.0.27

Compare Source

What's Changed

New 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.56

Compare 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

  • Added with_prefix and with_prefix_in to TempDir and NamedTempFile to make it easier to create temporary files/directories with nice prefixes.
  • Misc cleanups.

v3.7.1

Compare Source

  • Tempfile builds on haiku again.
  • Under the hood, we've switched from the unlinkat/linkat syscalls to the regular unlink/link syscalls where possible.
dtolnay/thiserror (thiserror)

v1.0.47

Compare Source

v1.0.46

Compare Source

  • Add bootstrap workaround to allow rustc to depend on thiserror (#​248, thanks @​RalfJung)

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


  • 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 Sep 1, 2023

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 (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 Sep 1, 2023
@epage
Copy link
Contributor

epage commented Sep 1, 2023

Stepped through each changelog and it all seems reasonable

@bors r+

@bors
Copy link
Collaborator

bors commented Sep 1, 2023

📌 Commit b7408c7 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 Sep 1, 2023
@bors
Copy link
Collaborator

bors commented Sep 1, 2023

⌛ Testing commit b7408c7 with merge 774161b...

@bors
Copy link
Collaborator

bors commented Sep 1, 2023

☀️ Test successful - checks-actions
Approved by: epage
Pushing 774161b to master...

@bors bors merged commit 774161b into master Sep 1, 2023
39 checks passed
@bors bors deleted the renovate/compatible branch September 1, 2023 14:25
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 6, 2023
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
@ehuss ehuss added this to the 1.74.0 milestone Sep 30, 2023
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.

4 participants