run cargo update, upgrade comrak, sentry, prometheus#2806
Merged
GuillaumeGomez merged 5 commits intorust-lang:masterfrom May 8, 2025
Merged
run cargo update, upgrade comrak, sentry, prometheus#2806GuillaumeGomez merged 5 commits intorust-lang:masterfrom
GuillaumeGomez merged 5 commits intorust-lang:masterfrom
Conversation
Member
Author
|
back to draft, there are some deprecations I need to fix, |
b2c5986 to
c1aa370
Compare
Updating anyhow v1.0.97 -> v1.0.98
Updating aws-lc-sys v0.28.0 -> v0.28.1
Updating bstr v1.11.3 -> v1.12.0
Updating cc v1.2.18 -> v1.2.19
Updating clap v4.5.35 -> v4.5.37
Updating clap_builder v4.5.35 -> v4.5.37
Updating data-encoding v2.8.0 -> v2.9.0
Updating der v0.7.9 -> v0.7.10
Updating h2 v0.4.8 -> v0.4.9
Updating half v2.5.0 -> v2.6.0
Updating hostname v0.4.0 -> v0.4.1
Updating jiff v0.2.5 -> v0.2.8
Updating jiff-static v0.2.5 -> v0.2.8
Updating libc v0.2.171 -> v0.2.172
Updating linux-raw-sys v0.9.3 -> v0.9.4
Updating miniz_oxide v0.8.7 -> v0.8.8
Updating proc-macro2 v1.0.94 -> v1.0.95
Updating prodash v29.0.1 -> v29.0.2
Updating rand v0.9.0 -> v0.9.1
Updating rustls v0.23.25 -> v0.23.26
Updating sqlx v0.8.3 -> v0.8.5
Updating sqlx-core v0.8.3 -> v0.8.5
Updating sqlx-macros v0.8.3 -> v0.8.5
Updating sqlx-macros-core v0.8.3 -> v0.8.5
Updating sqlx-mysql v0.8.3 -> v0.8.5
Updating sqlx-postgres v0.8.3 -> v0.8.5
Updating sqlx-sqlite v0.8.3 -> v0.8.5
Removing windows v0.52.0
Removing windows-core v0.52.0
Updating winnow v0.7.4 -> v0.7.6
Member
Author
|
@GuillaumeGomez time for a short review? |
GuillaumeGomez
approved these changes
May 8, 2025
Member
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the one failing test is fixed in fix build-test after breaking nightly proc-macro change #2807
the change in
.env.sampleis actually a fix where we were deriving from the.envstandard, and the sqlx update started to choke on it.https://github.com/kivikakk/comrak/releases/tag/v0.37.0
https://github.com/kivikakk/comrak/releases/tag/v0.38.0
https://github.com/getsentry/sentry-rust/releases/tag/0.37.0
https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md#0140