Uh oh!
There was an error while loading. Please reload this page.
Bump rust to 1.98 and several packages - #265
Merged
Merged
Conversation
Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [actix-web](https://github.com/actix/actix-web) | `4.14.0` | `4.15.0` | | [actix-rt](https://github.com/actix/actix-net) | `2.11.0` | `2.13.0` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` | | [maxminddb](https://github.com/oschwald/maxminddb-rust) | `0.30.0` | `0.30.3` | | [sentry](https://github.com/getsentry/sentry-rust) | `0.49.0` | `0.49.2` | | [sentry-actix](https://github.com/getsentry/sentry-rust) | `0.49.0` | `0.49.2` | | [ipnet](https://github.com/krisprice/ipnet) | `2.12.0` | `2.12.1` | Updates `actix-web` from 4.14.0 to 4.15.0 - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md) - [Commits](actix/actix-web@web-v4.14.0...web-v4.15.0) Updates `actix-rt` from 2.11.0 to 2.13.0 - [Release notes](https://github.com/actix/actix-net/releases) - [Commits](actix/actix-net@rt-v2.11.0...rt-v2.13.0) Updates `futures` from 0.3.33 to 0.3.34 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.33...0.3.34) Updates `maxminddb` from 0.30.0 to 0.30.3 - [Release notes](https://github.com/oschwald/maxminddb-rust/releases) - [Changelog](https://github.com/oschwald/maxminddb-rust/blob/main/CHANGELOG.md) - [Commits](oschwald/maxminddb-rust@v0.30.0...v0.30.3) Updates `sentry` from 0.49.0 to 0.49.2 - [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.49.0...0.49.2) Updates `sentry-actix` from 0.49.0 to 0.49.2 - [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.49.0...0.49.2) Updates `ipnet` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/krisprice/ipnet/releases) - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md) - [Commits](https://github.com/krisprice/ipnet/commits) --- updated-dependencies: - dependency-name: actix-web dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: actix-rt dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: futures dependency-version: 0.3.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: maxminddb dependency-version: 0.30.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: sentry dependency-version: 0.49.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: sentry-actix dependency-version: 0.49.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: ipnet dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
alexcottner
approved these changes
Sep 1, 2026
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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 minor group with 7 updates:
4.14.04.15.02.11.02.13.00.3.330.3.340.30.00.30.30.49.00.49.20.49.00.49.22.12.02.12.1Updates
actix-webfrom 4.14.0 to 4.15.0Release notes
Sourced from actix-web's releases.
Commits
5723cf4chore(actix-web): prepare release 4.15.07ae209efix(multipart): include inner error in Payload and Parse display strings (#4186)e5e9911refactor(web): remove experimental io-uring feature (#4204)dab8c5aadd methods for mapping error responses (#2979)525dfb3test(router): increase actix-router test coverage (#4196)9bf4fb2chore(actix-files): prepare release 0.7.03bb0007refactor(files)!: remove experimental io-uring support (#4198)5b43241build(deps): bump futures-core from 0.3.33 to 0.3.34 (#4200)db14111build(deps): bump rcgen from 0.14.8 to 0.14.9 (#4201)22a0760chore: ignoreRUSTSEC-2026-0258(#4203)Updates
actix-rtfrom 2.11.0 to 2.13.0Release notes
Sourced from actix-rt's releases.
Commits
dc2ee5dchore(actix-rt): prepare release 2.13.0c1d1e91test: rework arbiter_spawn_failure_does_not_panic_creatore167efachore: mark unreachable coded1c945abuild(deps): bump futures-util from 0.3.33 to 0.3.34 (#949)05b203dactix-rt: Add fallible Arbiter spawn APIs (try_new & try_with_tokio_rt) (#944)e56afdachore(actix-codec): prepare release 0.5.329ca22bperf(codec): improve performance by storing next index (#870)3539d95test: cover graceful shutdown of queued connections (#946)6c90bfechore(actix-server): prepare release 2.9.16cabf4bfix: keep workers alive until graceful stop (#945)Updates
futuresfrom 0.3.33 to 0.3.34Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
705e6b5Release 0.3.34616dac7compat: Inline RawWaker clone function4176369Inline remaining RawWaker clone functionsf17a895Fix cloned FuturesUnordered waker identity51d62admacro: bumpsynto v3 (#3028)9e26177ci: Reduce timeout-minutesb2d0983tsan: Enable Adaptive Delayf733d0eMiri: Ignore compat testse5def2fRename default branch to mainUpdates
maxminddbfrom 0.30.0 to 0.30.3Release notes
Sourced from maxminddb's releases.
Changelog
Sourced from maxminddb's changelog.
Commits
36fe9cdPrepare v0.30.3 releaseacc2e22Harden fuzz workflowc04e8a3Clarify fuzzing documentation3d60df1Classify malformed typed tags as invalidbcae3e0Prepare v0.30.2 release4cf7b2cDocument v0.30.2 republish975a691Set release version to 0.30.2bdebb27test: avoid newer Clippy chunks lint817da97Prepare v0.30.1 releasecc83cd4Set release dateUpdates
sentryfrom 0.49.0 to 0.49.2Release notes
Sourced from sentry's releases.
Changelog
Sourced from sentry's changelog.
Commits
c09d7e6release: 0.49.227eca0emeta(changelog): Link docs.rs (#1309)eeabb24meta(changelog): Move entry to unreleased (#1308)2d75ecadocs(readme): Only claim "recent" self-hosted compat (#1281)9467e7bchore: Deprecate theenable_logsoption (#1299)265b417chore: Deprecate theenable_metricsoption (#1300)0b21336docs(hub): Clarify concurrent Hub usage (#1280)f0962edfix(curl): Preserve Sentry rate-limit header values (#1279)16c6571Merge branch 'release/0.49.1'c2dd65frelease: 0.49.1Updates
sentry-actixfrom 0.49.0 to 0.49.2Release notes
Sourced from sentry-actix's releases.
Changelog
Sourced from sentry-actix's changelog.
Commits
c09d7e6release: 0.49.227eca0emeta(changelog): Link docs.rs (#1309)eeabb24meta(changelog): Move entry to unreleased (#1308)2d75ecadocs(readme): Only claim "recent" self-hosted compat (#1281)9467e7bchore: Deprecate theenable_logsoption (#1299)265b417chore: Deprecate theenable_metricsoption (#1300)0b21336docs(hub): Clarify concurrent Hub usage (#1280)f0962edfix(curl): Preserve Sentry rate-limit header values (#1279)16c6571Merge branch 'release/0.49.1'c2dd65frelease: 0.49.1Updates
ipnetfrom 2.12.0 to 2.12.1Changelog
Sourced from ipnet's changelog.
Commits
Dependabot 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