stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
73 stars 46 forks source link

Build(deps): Bump the pointercrate group with 13 updates #137

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the pointercrate group with 13 updates:

Package From To
serde 1.0.202 1.0.203
rocket 0.5.0 0.5.1
crc32fast 1.4.0 1.4.2
hyper-util 0.1.3 0.1.4
libz-sys 1.1.16 1.1.18
multer 2.1.0 3.1.0
parking_lot 0.12.2 0.12.3
proc-macro2 1.0.82 1.0.84
rocket_codegen 0.5.0 0.5.1
rocket_http 0.5.0 0.5.1
serde_derive 1.0.202 1.0.203
stringprep 0.1.4 0.1.5
zeroize 1.7.0 1.8.1

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 rocket from 0.5.0 to 0.5.1

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


Updates crc32fast from 1.4.0 to 1.4.2

Commits


Updates hyper-util from 0.1.3 to 0.1.4

Release notes

Sourced from hyper-util's releases.

v0.1.4

What's Changed

  • Add initial_max_send_streams() to legacy client builder
  • Add max_pending_accept_reset_streams() to legacy client builder
  • Add max_headers(usize) to auto server builder
  • Add http1_onl() and http2_only() to auto server builder
  • Add connection capturing API to legacy client
  • Add impl Connection for TokioIo
  • Fix graceful shutdown hanging on reading the HTTP version

New Contributors

Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.3...v0.1.4

Changelog

Sourced from hyper-util's changelog.

0.1.4 (2024-05-24)

  • Add initial_max_send_streams() to legacy client builder
  • Add max_pending_accept_reset_streams() to legacy client builder
  • Add max_headers(usize) to auto server builder
  • Add http1_onl() and http2_only() to auto server builder
  • Add connection capturing API to legacy client
  • Add impl Connection for TokioIo
  • Fix graceful shutdown hanging on reading the HTTP version
Commits
  • 3f6a92e v0.1.4
  • 1635bcc feat: add {http1,http2}_only for auto conn (#111)
  • 4b24573 bump hyper to v1.3.0 (#122)
  • f1142a4 docs: Fix typo in legacy/client.rs (#120)
  • 5688b27 feat: adds max_pending_accept_reset_streams for legacy (#102)
  • a77d866 feat(client): Add connection capturing API to hyper-util (#112)
  • f87fe0d feat(auto): allow serving connection with upgrades after config (#113)
  • 7bae87f feat: impl Connection for TokioIo (#117)
  • a566eb0 doc: minor: Fix TokioIo doc
  • 564ae12 fix: disable default features for dep "tower"
  • Additional commits viewable in compare view


Updates libz-sys from 1.1.16 to 1.1.18

Release notes

Sourced from libz-sys's releases.

1.1.17 - Use zlib-ng without cmake

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.16...1.1.17

Commits


Updates multer from 2.1.0 to 3.1.0

Release notes

Sourced from multer's releases.

v3.1.0

log is now an optional dependency, disabled by default. To enable logging, enable the log feature.

v3.0.0

  • update to http dependency to 1.0 [d2fe51fefd400198fca96e6f24442aaad4dc6bb0]
  • better Content-Disposition parsing [bca313f]
  • Error now implements std::Error::source() [0f5f742dba85766ed09e9374053fa19e5da73f91]
Commits


Updates parking_lot from 0.12.2 to 0.12.3

Changelog

Sourced from parking_lot's changelog.

parking_lot 0.12.3 (2024-05-24)

  • Export types provided by arc_lock feature (#442)
Commits
  • a29dd3d Release parking_lot 0.12.3
  • f7efcae Merge pull request #442 from iwanders/add-arc_lock-feature-top-level-exports
  • c357017 Export types provided by arc_lock feature.
  • See full diff in compare view


Updates proc-macro2 from 1.0.82 to 1.0.84

Release notes

Sourced from proc-macro2's releases.

1.0.84

1.0.83

  • Optimize the representation of Ident (#462)
Commits
  • 33c9578 Release 1.0.84
  • d850da5 Merge pull request #455 from CensoredUsername/master
  • eabac15 Add a warning to Delimiter::None that rustc currently does not respect it.
  • 1b77aca Release 1.0.83
  • 728eddf Merge pull request #462 from dtolnay/identsize
  • c56c5e6 Drop irrelevant capacity field from Ident representation
  • 464c2eb Merge pull request #461 from dtolnay/sizetest
  • 6f894e7 Disable span size tests when layout is randomized
  • 7b357af Add additional size tests
  • abc7dff Merge pull request #460 from dtolnay/docsrs
  • Additional commits viewable in compare view


Updates rocket_codegen from 0.5.0 to 0.5.1

Release notes

Sourced from rocket_codegen'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_codegen'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


Updates rocket_http from 0.5.0 to 0.5.1

Release notes

Sourced from rocket_http'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_http'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


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


Updates stringprep from 0.1.4 to 0.1.5

Release notes

Sourced from stringprep's releases.

v0.1.5

What's Changed

New Contributors

Full Changelog: https://github.com/sfackler/rust-stringprep/compare/v0.1.4...v0.1.5

Commits


Updates zeroize from 1.7.0 to 1.8.1

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 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 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions