Bump the all-updates group across 1 directory with 8 updates#173
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the all-updates group across 1 directory with 8 updates#173dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dhcproto](https://github.com/bluecatengineering/dhcproto) | ``eece41c`` | ``60719e5`` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` | | [sentry](https://github.com/getsentry/sentry-rust) | `0.48.1` | `0.48.3` | | [sentry-anyhow](https://github.com/getsentry/sentry-rust) | `0.48.1` | `0.48.3` | | [nix](https://github.com/nix-rust/nix) | `0.31.2` | `0.31.3` | | [prefix-trie](https://github.com/tiborschneider/prefix-trie) | `0.8.3` | `0.9.2` | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.33` | | [serial_test](https://github.com/palfrey/serial_test) | `3.4.0` | `3.5.0` | Updates `dhcproto` from `eece41c` to `60719e5` - [Release notes](https://github.com/bluecatengineering/dhcproto/releases) - [Commits](bluecatengineering/dhcproto@eece41c...60719e5) Updates `anyhow` from 1.0.102 to 1.0.103 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.102...1.0.103) Updates `sentry` from 0.48.1 to 0.48.3 - [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.1...0.48.3) Updates `sentry-anyhow` from 0.48.1 to 0.48.3 - [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.1...0.48.3) Updates `nix` from 0.31.2 to 0.31.3 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.31.2...v0.31.3) Updates `prefix-trie` from 0.8.3 to 0.9.2 - [Release notes](https://github.com/tiborschneider/prefix-trie/releases) - [Commits](https://github.com/tiborschneider/prefix-trie/commits) Updates `log` from 0.4.29 to 0.4.33 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.29...0.4.33) Updates `serial_test` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: dhcproto dependency-version: 60719e5df11359b12bf74e743b3c7e0831351c2d dependency-type: direct:production dependency-group: all-updates - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: sentry dependency-version: 0.48.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: sentry-anyhow dependency-version: 0.48.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: nix dependency-version: 0.31.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: prefix-trie dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: log dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: serial_test dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the all-updates group with 8 updates in the / directory:
eece41c60719e51.0.1021.0.1030.48.10.48.30.48.10.48.30.31.20.31.30.8.30.9.20.4.290.4.333.4.03.5.0Updates
dhcprotofromeece41cto60719e5Commits
60719e5update CHANGELOG8db438cSwitch numbered enum types to repr(transparent) (#105)b0591e0Add DHCPv4 options 120 and 125 (#102)1271f17update deps and changelog (#103)Updates
anyhowfrom 1.0.102 to 1.0.103Release notes
Sourced from anyhow's releases.
Commits
5bdb0e2Release 1.0.103e621bd3Merge pull request #452 from dtolnay/downcast6e8c000Eliminate pointer->reference->pointer during downcast67c4abdAdd regression test for issue 451917a169Update actions/upload-artifact@v6 -> v7d9dc3faUpdate actions/checkout@v6 -> v7841522bRaise minimum tested compiler to rust 1.85Updates
sentryfrom 0.48.1 to 0.48.3Release notes
Sourced from sentry's releases.
Changelog
Sourced from sentry's changelog.
Commits
12658earelease: 0.48.306d4d5emeta(changelog): Add entry forHub::withdeprecation (#1196)f22532bchore(client-reports): Prevent client report loss when envelope dropped (#1195)2c33119meta(changelog): Prepare for client reports release (#1194)63525edchore: Record client reports for dropped logs/metrics (#1193)a80cf84chore: Record transaction and span drops in client reports (#1192)964f17dchore(client-reports): Record event pipeline drops (#1191)ad1a65achore(transport): Record tokio thread client report losses (#1186)4908b0bchore(transport): Record std thread client report losses (#1184)753e68achore(ureq): Record envelope losses in the Ureq transport (#1178)Updates
sentry-anyhowfrom 0.48.1 to 0.48.3Release notes
Sourced from sentry-anyhow's releases.
Changelog
Sourced from sentry-anyhow's changelog.
Commits
12658earelease: 0.48.306d4d5emeta(changelog): Add entry forHub::withdeprecation (#1196)f22532bchore(client-reports): Prevent client report loss when envelope dropped (#1195)2c33119meta(changelog): Prepare for client reports release (#1194)63525edchore: Record client reports for dropped logs/metrics (#1193)a80cf84chore: Record transaction and span drops in client reports (#1192)964f17dchore(client-reports): Record event pipeline drops (#1191)ad1a65achore(transport): Record tokio thread client report losses (#1186)4908b0bchore(transport): Record std thread client report losses (#1184)753e68achore(ureq): Record envelope losses in the Ureq transport (#1178)Updates
nixfrom 0.31.2 to 0.31.3Changelog
Sourced from nix's changelog.
Commits
b5933cachore: release v0.31.35d6a46eReplace Cirrus CI with more Github Workflows jobs (#2776)3407489event: add kevent64 support on apple targets (#2781)fe80fc5chore: resolve clippy useless_borrows_in_formatting (#2790)3310fc7Revert "fix(ci): temporarily disable armv7-unknown-linux-uclibceabihf (#2764)...e3ab917epoll: use from_bits_retain to avoid panics on unknown flags (#2783)6c15701kqueue: use from_bits_retain to avoid panics on unknown flags (#2784)73028cffix(ci): enable Hurd target (#2765)1a680a9cargo: Remove deprecated package authors field (#2789)85cff07docs: add missing changelog entries (#2786)Updates
prefix-triefrom 0.8.3 to 0.9.2Release notes
Sourced from prefix-trie's releases.
Commits
Updates
logfrom 0.4.29 to 0.4.33Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
f405739Merge pull request #734 from rust-lang/cargo/0.4.336a24abfprepare for 0.4.33 release87e0621Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparisona9b5711Review: fallback to the &str hashcc89cc6Review: fixed other comparisons920e7dcReview: fixed comparison onMaybeStaticStr0d71d3cFixed key comparisona5b5b21Merge pull request #730 from rust-lang/cargo/0.4.32c8d3b12prepare for 0.4.32 releasece6cd9fMerge pull request #729 from tisonkun/kv-std-supportUpdates
serial_testfrom 3.4.0 to 3.5.0Release notes
Sourced from serial_test's releases.
Commits
6181f643.5.0480beadMerge pull request #157 from justanotheranonymoususer/remove-scc-depe03019eUpdate ci.yml820c0f3Update ci.yml62a89b0Only skip file_lock with filesystem access5ff5501Update ci.yml0bd996dLet's try --all-features338e4edFix formattinga55cde5Cleanup code_lock.rs9ad7a8fRemove unnecessary test leftover changesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions