DataDog / datadog-static-analyzer

Datadog Static Analyzer
https://docs.datadoghq.com/static_analysis/
Apache License 2.0
100 stars 12 forks source link

Update rocket requirement from =0.5.0 to =0.5.1 #379

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on rocket to permit the latest version.

Release notes

Sourced from rocket's releases.

Rocket v0.5.1

This release contains the following crate updates:

  • rocket 0.5.1
  • rocket_db_pools 0.2.0
  • rocket_dyn_templates 0.2.0
  • rocket_ws 0.1.1

See the CHANGELOG for release details.

Changelog

Sourced from rocket's changelog.

Version 0.5.1 (May 22, 2024)

This release contains the following crate updates:

  • rocket 0.5.1
  • rocket_db_pools 0.2.0
  • rocket_dyn_templates 0.2.0
  • rocket_ws 0.1.1

rocket 0.5.1

  • The following char and std::ops::Range types now implement FromForm:

    • char
    • Range<T: FromForm> with start and end fields
    • RangeFrom<T: FromForm> with start field
    • RangeTo<T: FromForm> with end field
    • RangeToInclusive<T: FromForm> with end field
  • [T; N], Vec<T>, and [u8] can now be passed to uri!.

  • The guide now includes a [deploying section].

  • The FromForm derive now properly records errors involving entire forms.

  • FromForm derive can now be used in code emitted by macro_rules! macros.

  • (fix #2668 via [52de9a]) [TempFile] now ensures it flushes before being persisted.

rocket_db_pools 0.2.0

  • SQLite extensions are now supported in sqlx_sqlite.

    Use a database configuration option of extensions to specify extensions:

    [default.databases.db_name]
    url = "db.sqlite"
    # This option is only supported by the `sqlx_sqlite` driver.
    extensions = ["memvfs", "rot13"]
    
  • (breaking) deadpool was updated to 0.13.

  • (breaking) The Config structure has a new extensions field.

rocket_dyn_templates 0.2.0

... (truncated)

Commits
  • f53611f Add CHANGELOG for 0.5.1.
  • 34321b4 New version: rocket_ws 0.1.1.
  • 92eb043 New version: rocket_dyn_templates 0.2.0.
  • 2993678 New version: rocket_db_pools 0.2.0.
  • af13365 New version: rocket 0.5.1.
  • 55c59b9 Fix API links for v0.5.
  • 65ab368 Update 'deadpool' and related databases to 0.13.
  • 66a2eab Update 'minijinja' to 2.0.
  • ca9648c Improve minijinja and tera template error logs.
  • 002f135 Remove double semicolon in SSE example
  • Additional commits viewable 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.