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

Bump the minor group with 8 updates #158

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps the minor group with 8 updates:

Package From To
actix 0.13.3 0.13.5
actix-web 4.6.0 4.7.0
actix-rt 2.9.0 2.10.0
regex 1.10.4 1.10.5
sentry 0.32.3 0.34.0
sentry-actix 0.32.3 0.34.0
serde 1.0.202 1.0.203
serde_derive 1.0.202 1.0.203

Updates actix from 0.13.3 to 0.13.5

Release notes

Sourced from actix's releases.

actix: v0.13.5

  • Add Registry::try_get() method.
  • Add Registry::get_or_start_default() method.
  • Deprecate Registry::get() method.
  • Relax A: ArbiterService bound on Registry::query().
  • Relax A: ArbiterService bound on Registry::set().

actix: v0.13.4

  • Add AsyncContext::run_interval_at() method.
Commits
  • 3815025 chore(actix): prepare release 0.13.5
  • 5c307dd ci: remove doc uploads
  • 5e5ec1c Make it possible to use Registry without requiring ArbiterService (#550)
  • 706f8a1 chore(actix): prepare release 0.13.4
  • 377c29f docs: remove useless release dates from changelog
  • 8a7c334 Add run_interval_at to AsyncContext (#581)
  • 73c2f35 chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 (#592)
  • 0781000 chore(deps): bump JamesIves/github-pages-deploy-action (#590)
  • 3b8e021 ci: use just recipes
  • fe8355d chore(deps): bump codecov/codecov-action from 4.1.0 to 4.3.1 (#589)
  • Additional commits viewable in compare view

Updates actix-web from 4.6.0 to 4.7.0

Release notes

Sourced from actix-web's releases.

actix-web: v4.7.0

Added

  • Add #[scope] macro.
  • Add middleware::Identity type.
  • Add CustomizeResponder::add_cookie() method.
  • Add guard::GuardContext::app_data() method.
  • Add compat-routing-macros-force-pub crate feature which (on-by-default) which, when disabled, causes handlers to inherit their attached function's visibility.
  • Add compat crate feature group (on-by-default) which, when disabled, helps with transitioning to some planned v5.0 breaking changes, starting only with compat-routing-macros-force-pub.
  • Implement From<Box<dyn ResponseError>> for Error.
Commits
  • a5c7848 chore(actix-web): prepare release 4.7.0
  • 12a0521 chore(actix-multipart): prepare release 0.6.2
  • b4faf88 chore(actix-web-codegen): prepare release 4.3.0
  • d6f8851 chore(actix-test): prepare release 0.1.4
  • ebc43dc feat: forwards-compatibility for handler visibility inheritance fix (#3391)
  • 7c4c26d feat: expose Identity middleware (#3390)
  • 3db7891 Scope macro (#3136)
  • c366649 docs: example of CPU core pinning
  • 534cfe1 feat: add .customize().add_cookie() (#3215)
  • cff958e chore: address clippy lint
  • Additional commits viewable in compare view

Updates actix-rt from 2.9.0 to 2.10.0

Release notes

Sourced from actix-rt's releases.

actix-rt: v2.10.0

  • Relax F's bound (Fn => FnOnce) on {Arbiter, System}::with_tokio_rt() functions.
  • Update tokio-uring dependency to 0.5.
  • Minimum supported Rust version (MSRV) is now 1.70.
Commits
  • 0d3d192 fix: relax bounds on with_tokio_rt (#569)
  • 0c26ecf chore(actix-server): prepare release 2.4.0
  • 1bdb15e chore(actix-rt): prepare release 2.10.0
  • a524f15 build(deps): update tokio-uring requirement from 0.4 to 0.5 (#568)
  • 451a44c build(deps): bump taiki-e/install-action from 2.33.34 to 2.34.1 (#567)
  • 18071d1 ci: disable io-uring tests
  • 786014c build(deps): bump taiki-e/install-action from 2.33.26 to 2.33.34 (#566)
  • a7ef438 ci: use mold linker on linux jobs
  • 375c352 --- (#565)
  • 2d1b546 --- (#563)
  • Additional commits viewable in compare view

Updates regex from 1.10.4 to 1.10.5

Changelog

Sourced from regex's changelog.

1.10.5 (2024-06-09)

This is a new patch release with some minor fixes.

Bug fixes:

Commits
  • 0718fc5 1.10.5
  • 377463b changelog: 1.10.4 and 1.10.5
  • 68c4f0b regex-automata-0.4.7
  • 4757b5f regex-syntax-0.8.4
  • 1430b65 changelog: 1.10.4
  • 1f9f9cc bytes: escape invalid UTF-8 bytes in debug output for Match
  • ab4c8d1 doc: fix duplicate phrasing typo
  • ddeb85e cli/deps: update memmap2 to 0.9
  • 023f1c9 lite: fix attribute warning about rustfmt
  • 9c139f4 syntax: simplify Hir::dot constructors
  • Additional commits viewable in compare view

Updates sentry from 0.32.3 to 0.34.0

Release notes

Sourced from sentry's releases.

0.34.0

Features:

  • Renamed the UNSTABLE_metrics and UNSTABLE_cadence feature flags to metrics and metrics-cadence1 respectively.

0.33.0

Various fixes & improvements

  • ref(metrics): Add normalization and update set metrics hashing (#658) by @​elramen
  • feat: add embedded-svc based http transport (#654) by @​madmo
Changelog

Sourced from sentry's changelog.

0.34.0

Features:

  • Renamed the UNSTABLE_metrics and UNSTABLE_cadence feature flags to metrics and metrics-cadence1 respectively.

0.33.0

Various fixes & improvements

  • ref(metrics): Add normalization and update set metrics hashing (#658) by @​elramen
  • feat: add embedded-svc based http transport (#654) by @​madmo
Commits

Updates sentry-actix from 0.32.3 to 0.34.0

Release notes

Sourced from sentry-actix's releases.

0.34.0

Features:

  • Renamed the UNSTABLE_metrics and UNSTABLE_cadence feature flags to metrics and metrics-cadence1 respectively.

0.33.0

Various fixes & improvements

  • ref(metrics): Add normalization and update set metrics hashing (#658) by @​elramen
  • feat: add embedded-svc based http transport (#654) by @​madmo
Changelog

Sourced from sentry-actix's changelog.

0.34.0

Features:

  • Renamed the UNSTABLE_metrics and UNSTABLE_cadence feature flags to metrics and metrics-cadence1 respectively.

0.33.0

Various fixes & improvements

  • ref(metrics): Add normalization and update set metrics hashing (#658) by @​elramen
  • feat: add embedded-svc based http transport (#654) by @​madmo
Commits

Updates serde from 1.0.202 to 1.0.203

Release notes

Sourced from serde's releases.

v1.0.203

  • Documentation improvements (#2747)
Commits
  • d5bc546 Release 1.0.203
  • 45ae217 Merge pull request #2747 from dtolnay/variadic
  • b7b97dd Unindent implementation inside tuple_impl_body macro
  • 5d3c563 Document tuple impls as fake variadic
  • 3761854 Merge pull request #2745 from dtolnay/docsrs
  • a8f1484 Rely on docs.rs to define --cfg=docsrs by default
  • See full diff in compare view

Updates serde_derive from 1.0.202 to 1.0.203

Release notes

Sourced from serde_derive's releases.

v1.0.203

  • Documentation improvements (#2747)
Commits
  • d5bc546 Release 1.0.203
  • 45ae217 Merge pull request #2747 from dtolnay/variadic
  • b7b97dd Unindent implementation inside tuple_impl_body macro
  • 5d3c563 Document tuple impls as fake variadic
  • 3761854 Merge pull request #2745 from dtolnay/docsrs
  • a8f1484 Rely on docs.rs to define --cfg=docsrs by default
  • See full diff in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the minor group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [actix](https://github.com/actix/actix) | `0.13.3` | `0.13.5` |
| [actix-web](https://github.com/actix/actix-web) | `4.6.0` | `4.7.0` |
| [actix-rt](https://github.com/actix/actix-net) | `2.9.0` | `2.10.0` |
| [regex](https://github.com/rust-lang/regex) | `1.10.4` | `1.10.5` |
| [sentry](https://github.com/getsentry/sentry-rust) | `0.32.3` | `0.34.0` |
| [sentry-actix](https://github.com/getsentry/sentry-rust) | `0.32.3` | `0.34.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.202` | `1.0.203` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.202` | `1.0.203` |


Updates `actix` from 0.13.3 to 0.13.5
- [Release notes](https://github.com/actix/actix/releases)
- [Commits](actix/actix@actix-v0.13.3...actix-v0.13.5)

Updates `actix-web` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@web-v4.6.0...web-v4.7.0)

Updates `actix-rt` from 2.9.0 to 2.10.0
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](actix/actix-net@rt-v2.9.0...rt-v2.10.0)

Updates `regex` from 1.10.4 to 1.10.5
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.4...1.10.5)

Updates `sentry` from 0.32.3 to 0.34.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.32.3...0.34.0)

Updates `sentry-actix` from 0.32.3 to 0.34.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.32.3...0.34.0)

Updates `serde` from 1.0.202 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.202...v1.0.203)

Updates `serde_derive` from 1.0.202 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.202...v1.0.203)

---
updated-dependencies:
- dependency-name: actix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: actix-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: actix-rt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: sentry-actix
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 10, 2024
@alexcottner alexcottner merged commit 43445d6 into master Jun 10, 2024
2 checks passed
@alexcottner alexcottner deleted the dependabot/cargo/minor-26f85b89a8 branch June 10, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant