Bump the all-updates group across 1 directory with 5 updates - #189
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3cf25d05de
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "sentry" | ||
| version = "0.48.5" | ||
| version = "0.49.0" |
There was a problem hiding this comment.
Migrate ClientOptions before bumping Sentry
With the lockfile now resolving sentry to 0.49.0, any build of the binary will fail because src/main.rs still initializes Sentry with sentry::ClientOptions { release: ..., ..Default::default() }. In Sentry 0.49 ClientOptions is non-exhaustive, so downstream crates can no longer use struct literal/update syntax; this needs to be migrated to the builder-style API before taking this version bump.
Useful? React with 👍 / 👎.
|
@dependabot rebase |
Bumps the all-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [libc](https://github.com/rust-lang/libc) | `0.2.188` | `0.2.189` | | [clap](https://github.com/clap-rs/clap) | `4.6.3` | `4.6.4` | | [sentry](https://github.com/getsentry/sentry-rust) | `0.48.5` | `0.49.0` | | [sentry-anyhow](https://github.com/getsentry/sentry-rust) | `0.48.5` | `0.49.0` | | [serial_test](https://github.com/palfrey/serial_test) | `3.5.0` | `4.0.1` | Updates `libc` from 0.2.188 to 0.2.189 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.188...0.2.189) Updates `clap` from 4.6.3 to 4.6.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.3...clap_complete-v4.6.4) Updates `sentry` from 0.48.5 to 0.49.0 - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-rust@0.48.5...0.49.0) Updates `sentry-anyhow` from 0.48.5 to 0.49.0 - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-rust@0.48.5...0.49.0) Updates `serial_test` from 3.5.0 to 4.0.1 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.5.0...v4.0.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: libc dependency-version: 0.2.189 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: sentry dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: sentry-anyhow dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: serial_test dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
3cf25d0 to
42701c7
Compare
Bumps the all-updates group with 5 updates in the / directory:
0.2.1880.2.1894.6.34.6.40.48.50.49.00.48.50.49.03.5.04.0.1Updates
libcfrom 0.2.188 to 0.2.189Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
ef0906elibc: Release 0.2.1895a79f76riscv32-musl: Rename padding fields to avoid a conflict3e51062psp: Fixoverflowing_literalswarningse352fddemscripten: add pthread_sigmask, sigwait, sigwaitinfo, sigtimedwait, faccessa...63221b3macros: Requiresafeinsafe_f!invocations707ab52macros: Requireunsafeinf!invocations8e40c94Enable clone3() syscall on sparc-linux and sparc64-linux8427909windows: Add back link names fortime-related symbolsb4863fanuttx: fix wchar_t definition under arm41c683dnuttx: mirror type definitionsUpdates
clapfrom 4.6.3 to 4.6.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
87ec1adchore: Release78f2529docs: Update changelogb61f270Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering74c6666fix(complete): Keep zsh candidate orderd142d8fMerge pull request #6360 from epage/stringba89563style: Prefer explicit string operationsbea966eMerge pull request #6359 from epage/manb811986chore(man):Remove unused required-features0010bf2Merge pull request #6358 from clap-rs/renovate/crate-ci-typos-1.xbab9b24chore(deps): Update compatible (dev) (#6357)Updates
sentryfrom 0.48.5 to 0.49.0Release notes
Sourced from sentry's releases.
Changelog
Sourced from sentry's changelog.
Commits
09b15cdrelease: 0.49.02bcffd8chore(craft): Publish without development dependencies (#1276)08063e5ci:cargo autoinheritcheck (#1245)4e3c2f4build(cargo): Finish workspace dependency inheritance (#1243)5f2d601ci: Make bump-version.sh also update workspace deps (#1244)4e0e2d2chore(tracing): Enforce strict trace continuation (#1218)dd089e5chore(tracing): Store incoming baggage org ID (#1209)c9d2732ref(core): Add trace propagation context (#1212)a39a691ref(core): Splitperformancemodule (#1205)bc956cafeat(options): Addorg_idandstrict_trace_continuationoptions (#1203)Updates
sentry-anyhowfrom 0.48.5 to 0.49.0Release notes
Sourced from sentry-anyhow's releases.
Changelog
Sourced from sentry-anyhow's changelog.
Commits
09b15cdrelease: 0.49.02bcffd8chore(craft): Publish without development dependencies (#1276)08063e5ci:cargo autoinheritcheck (#1245)4e3c2f4build(cargo): Finish workspace dependency inheritance (#1243)5f2d601ci: Make bump-version.sh also update workspace deps (#1244)4e0e2d2chore(tracing): Enforce strict trace continuation (#1218)dd089e5chore(tracing): Store incoming baggage org ID (#1209)c9d2732ref(core): Add trace propagation context (#1212)a39a691ref(core): Splitperformancemodule (#1205)bc956cafeat(options): Addorg_idandstrict_trace_continuationoptions (#1203)Updates
serial_testfrom 3.5.0 to 4.0.1Release notes
Sourced from serial_test's releases.
Commits
383c8944.0.14298adfMSRV is actually 1.93.1f25d56f4.0.07984bdcMerge pull request #160 from palfrey/pre-release-fixesec74212Don't need to split build-all-features now03cd910Upgrade MSRV to 1.93.17cf8563Add a "finish" CI job that depends on everythingd7c4137Upgrade actix-macros to reduce syn 1.x needsae268b0Merge pull request #159 from AudaciousAxiom/refactor/syn-v398b2c36refactor(derive): bumpsynto v3