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 9 updates #145

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the pointercrate group with 9 updates:

Package From To
serde 1.0.203 1.0.204
serde_json 1.0.118 1.0.120
cc 1.0.103 1.0.105
hyper-util 0.1.5 0.1.6
rustls-webpki 0.102.4 0.102.5
serde_derive 1.0.203 1.0.204
tinyvec 1.6.1 1.7.0
zerocopy 0.7.34 0.7.35
zerocopy-derive 0.7.34 0.7.35

Updates serde from 1.0.203 to 1.0.204

Release notes

Sourced from serde's releases.

v1.0.204

  • Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#2767, thanks @​weiznich)
Commits
  • 18dcae0 Release 1.0.204
  • 58c307f Alphabetize list of rustc-check-cfg
  • 8cc4809 Merge pull request #2769 from dtolnay/onunimpl
  • 1179158 Update ui test with diagnostic::on_unimplemented from PR 2767
  • 91aa40e Add ui test of unsatisfied serde trait bound
  • 595019e Cut test_suite from workspace members in old toolchain CI jobs
  • b0d7917 Pull in trybuild 'following types implement trait' fix
  • 8e6637a Merge pull request #2767 from weiznich/feature/diagnostic_on_unimplemented
  • 694fe05 Use the #[diagnostic::on_unimplemented] attribute when possible
  • f3dfd2a Suppress dead code warning in test of unit struct remote derive
  • Additional commits viewable in compare view


Updates serde_json from 1.0.118 to 1.0.120

Release notes

Sourced from serde_json's releases.

v1.0.120

  • Correctly specify required version of indexmap dependency (#1152, thanks @​cforycki)

v1.0.119

Commits
  • bcedc3d Release 1.0.120
  • 962c0fb Merge pull request #1152 from cforycki/fix/index-map-minimal-version
  • 3480fed fix: indexmap minimal version with Map::shift_insert()
  • b48b9a3 Release 1.0.119
  • 8878cd7 Make shift_insert available for inlining like other Map methods
  • 352b7ab Document the cfg required for Map::shift_insert to exist
  • c17e63f Merge pull request #1149 from joshka/master
  • 309ef6b Add Map::shift_insert()
  • a9e089a Merge pull request #1146 from haouvw/master
  • a83fe96 chore: remove repeat words
  • See full diff in compare view


Updates cc from 1.0.103 to 1.0.105

Release notes

Sourced from cc's releases.

cc-v1.0.105

Other

  • Regenerate windows sys bindings (#1132)
  • Fix generate-windows-sys-bindings (#1133)
  • Fix gen-windows-sys-binding (#1130)
  • Fix gen-windows-sys-binding (#1127)
  • Update windows-bindgen requirement from 0.57 to 0.58 (#1123)

cc-v1.0.104

Other

  • Fixed link break about compile-time-requirements (#1118)
Changelog

Sourced from cc's changelog.

1.0.105 - 2024-07-07

Other

  • Regenerate windows sys bindings (#1132)
  • Fix generate-windows-sys-bindings (#1133)
  • Fix gen-windows-sys-binding (#1130)
  • Fix gen-windows-sys-binding (#1127)
  • Update windows-bindgen requirement from 0.57 to 0.58 (#1123)

1.0.104 - 2024-07-01

Other

  • Fixed link break about compile-time-requirements (#1118)
Commits


Updates hyper-util from 0.1.5 to 0.1.6

Release notes

Sourced from hyper-util's releases.

v0.1.6

What's Changed

  • Add support for AIX operating system to legacy client.
  • Fix legacy client to better use dying pooled connections.

New Contributors

Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.5...v0.1.6

Changelog

Sourced from hyper-util's changelog.

0.1.6 (2024-07-01)

  • Add support for AIX operating system to legacy client.
  • Fix legacy client to better use dying pooled connections.
Commits


Updates rustls-webpki from 0.102.4 to 0.102.5

Release notes

Sourced from rustls-webpki's releases.

0.102.5

Notable changes

  • EndEntityCert::subject_public_key_info() as added in 0.102.4 neglected to specify the return type's lifetime, limiting the visible lifetime to the lifetime of the EndEntityCert. The actual lifetime was 'static; we've made this explicit and enabled warnings for elided_lifetimes_in_paths to avoid similar issues in the future.

What's changed

Commits
  • 056e987 Prepare 0.102.5 release
  • 8337340 build(deps): bump the crates-io group with 2 updates
  • dba3b84 lib: warn for clippy::use_self
  • 36ee9b6 use Self where appropriate
  • c399cd9 Warn on clippy::use_self
  • 53b833b Warn on elided_lifetimes_in_paths
  • 27cda7e build(deps): bump seanmiddleditch/gha-setup-ninja from 4 to 5
  • bdb1b75 build(deps): bump aws-lc-rs from 1.7.2 to 1.7.3 in the crates-io group
  • 8e0db69 ci: update cargo-check-external-types toolchain
  • ff7917a build(deps): bump the crates-io group with 2 updates
  • See full diff in compare view


Updates serde_derive from 1.0.203 to 1.0.204

Release notes

Sourced from serde_derive's releases.

v1.0.204

  • Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#2767, thanks @​weiznich)
Commits
  • 18dcae0 Release 1.0.204
  • 58c307f Alphabetize list of rustc-check-cfg
  • 8cc4809 Merge pull request #2769 from dtolnay/onunimpl
  • 1179158 Update ui test with diagnostic::on_unimplemented from PR 2767
  • 91aa40e Add ui test of unsatisfied serde trait bound
  • 595019e Cut test_suite from workspace members in old toolchain CI jobs
  • b0d7917 Pull in trybuild 'following types implement trait' fix
  • 8e6637a Merge pull request #2767 from weiznich/feature/diagnostic_on_unimplemented
  • 694fe05 Use the #[diagnostic::on_unimplemented] attribute when possible
  • f3dfd2a Suppress dead code warning in test of unit struct remote derive
  • Additional commits viewable in compare view


Updates tinyvec from 1.6.1 to 1.7.0

Changelog

Sourced from tinyvec's changelog.

Changelog

1.7

  • Fuuzetsu added the rustc_1_61 cargo feature, which adds the retain_mut method. pr 198
Commits


Updates zerocopy from 0.7.34 to 0.7.35

Commits


Updates zerocopy-derive from 0.7.34 to 0.7.35

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