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 10 updates #126

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the pointercrate group with 10 updates:

Package From To
serde 1.0.198 1.0.199
fastrand 2.0.2 2.1.0
flate2 1.0.28 1.0.29
lock_api 0.4.11 0.4.12
parking_lot 0.12.1 0.12.2
parking_lot_core 0.9.9 0.9.10
rustix 0.38.33 0.38.34
rustls-pki-types 1.4.1 1.5.0
serde_derive 1.0.198 1.0.199
winnow 0.6.6 0.6.7

Updates serde from 1.0.198 to 1.0.199

Release notes

Sourced from serde's releases.

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)
Commits
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • See full diff in compare view


Updates fastrand from 2.0.2 to 2.1.0

Release notes

Sourced from fastrand's releases.

v2.1.0

  • Change the RNG algorithm and the way that the seed is computed. This will cause the algorithm to emit different constants for different seeds, hence the minor SemVer change.
    • Update to the final WyRand v4.2 constants for better entropy. (#82)
    • Remove an unnecessary seed modification. (#73)
Changelog

Sourced from fastrand's changelog.

Version 2.1.0

  • Change the RNG algorithm and the way that the seed is computed. This will cause the algorithm to emit different constants for different seeds, hence the minor SemVer change.
    • Update to the final WyRand v4.2 constants for better entropy. (#82)
    • Remove an unnecessary seed modification. (#73)
Commits


Updates flate2 from 1.0.28 to 1.0.29

Release notes

Sourced from flate2's releases.

1.0.29 - with new zlib-rs feature (~zlib-ng in Rust)

With the new zlib-rs feature, a new backend is enabled that brings in a SIMD-accelerated Rust implementation.

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.28...1.0.29

Commits
  • 9a25bc0 Merge pull request #403 from folkertdev/bump-version-zlib-rs
  • e9c87c0 zlib-rs support version bump
  • 8a502a7 Merge pull request #402 from jongiddy/bufread-tests
  • 320e7c7 Merge pull request #400 from folkertdev/zlib-rs-c-api
  • 6a26c0c Test that BufRead and Write can be used after decoding
  • 7e6429a add zlib-rs support via the libz-rs-sys C api for zlib-rs
  • ae78497 Merge pull request #398 from rust-lang/fix-imports
  • 20bbd74 Avoid redudant imports
  • 0a584f4 Merge pull request #394 from icmccorm/main
  • 8386651 Switched to storing mz_stream as a raw pointer to fix tree borrows violation.
  • Additional commits viewable in compare view


Updates lock_api from 0.4.11 to 0.4.12

Changelog

Sourced from lock_api's changelog.

parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)

  • Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#431)
  • Fixed RwLockUpgradeableReadGuard::with_upgraded
  • Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (#429)
  • Added Apple visionOS support (#433)
Commits
  • 9dace42 Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12
  • 4f898be Merge pull request #435 from sorcio/wasm-atomics-feature
  • 9ee3a54 stdarch_wasm_atomic_wait instead of stdsimd
  • 7aeb2f1 Merge pull request #433 from QuentinPerez/master
  • c0a9077 Add Apple visionOS support
  • 7ab94b6 Merge pull request #432 from alex/patch-1
  • 75a97b2 Update redox_syscall dependency version
  • 66d025b Merge pull request #431 from mbyzhang/master
  • cd7bda0 Merge pull request #429 from waywardmonkeys/fix-typos
  • 1bb45aa Fix panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard
  • Additional commits viewable in compare view


Updates parking_lot from 0.12.1 to 0.12.2

Changelog

Sourced from parking_lot's changelog.

parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)

  • Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#431)
  • Fixed RwLockUpgradeableReadGuard::with_upgraded
  • Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (#429)
  • Added Apple visionOS support (#433)

parking_lot_core 0.9.9, lock_api 0.4.11 (2023-10-18)

  • Fixed RwLockUpgradeableReadGuard::with_upgraded. (#393)
  • Fixed ReentrantMutex::bump lock count. (#390)
  • Added methods to unsafely create a lock guard out of thin air. (#403)
  • Added support for Apple tvOS. (#405)

parking_lot_core 0.9.8, lock_api 0.4.10 (2023-06-05)

  • Mark guards with #[clippy::has_significant_drop] (#369, #371)
  • Removed windows-sys dependency (#374, #378)
  • Add atomic_usize default feature to support platforms without atomics. (#380)
  • Add with_upgraded API to upgradable read locks (#386)
  • Make RwLock guards Sync again (#370)

parking_lot_core 0.9.7 (2023-02-01)

  • Update windows-sys dependency to 0.45. (#368)

parking_lot_core 0.9.6 (2023-01-11)

  • Add support for watchOS. (#367)

parking_lot_core 0.9.5 (2022-11-29)

  • Update use of libc::timespec to prepare for future libc version (#363)

parking_lot_core 0.9.4 (2022-10-18)

  • Bump windows-sys dependency to 0.42. (#356)

lock_api 0.4.9 (2022-09-20)

  • Fixed ReentrantMutexGuard::try_map signature (#355)

lock_api 0.4.8 (2022-08-28)

  • Fixed unsound Sync/Send impls for ArcMutexGuard. (#349)
  • Added ArcMutexGuard::into_arc. (#350)
Commits
  • 9dace42 Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12
  • 4f898be Merge pull request #435 from sorcio/wasm-atomics-feature
  • 9ee3a54 stdarch_wasm_atomic_wait instead of stdsimd
  • 7aeb2f1 Merge pull request #433 from QuentinPerez/master
  • c0a9077 Add Apple visionOS support
  • 7ab94b6 Merge pull request #432 from alex/patch-1
  • 75a97b2 Update redox_syscall dependency version
  • 66d025b Merge pull request #431 from mbyzhang/master
  • cd7bda0 Merge pull request #429 from waywardmonkeys/fix-typos
  • 1bb45aa Fix panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard
  • Additional commits viewable in compare view


Updates parking_lot_core from 0.9.9 to 0.9.10

Changelog

Sourced from parking_lot_core's changelog.

parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)

  • Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#431)
  • Fixed RwLockUpgradeableReadGuard::with_upgraded
  • Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (#429)
  • Added Apple visionOS support (#433)
Commits
  • 9dace42 Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12
  • 4f898be Merge pull request #435 from sorcio/wasm-atomics-feature
  • 9ee3a54 stdarch_wasm_atomic_wait instead of stdsimd
  • 7aeb2f1 Merge pull request #433 from QuentinPerez/master
  • c0a9077 Add Apple visionOS support
  • 7ab94b6 Merge pull request #432 from alex/patch-1
  • 75a97b2 Update redox_syscall dependency version
  • 66d025b Merge pull request #431 from mbyzhang/master
  • cd7bda0 Merge pull request #429 from waywardmonkeys/fix-typos
  • 1bb45aa Fix panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard
  • Additional commits viewable in compare view


Updates rustix from 0.38.33 to 0.38.34

Commits


Updates rustls-pki-types from 1.4.1 to 1.5.0

Release notes

Sourced from rustls-pki-types's releases.

v/1.5.0

  • A new EchConfigListBytes type is added for representing TLS encoded Encrypted Client Hello (ECH) configuration lists. See draft-ietf-tls-esni-18 §4 for more information.

What's Changed

Full Changelog: https://github.com/rustls/pki-types/compare/v/1.4.1...v/1.5.0

Commits
  • e341f9c Cargo: v1.4.1 -> v1.5.0
  • 7156c43 lib: impl AsRef/PartialEq/Eq for BytesInner
  • ab541e2 ci: ubuntu-20.04 -> ubuntu-latest
  • 9154acc EchConfigListBytes for encrypted client hello configs
  • d07ca44 lib: DerInner -> BytesInner
  • 420bfac Refactor key type tests
  • bc859d8 Move key type determination tests into tests/
  • 8683cc7 Move test keys into tests
  • See full diff in compare view


Updates serde_derive from 1.0.198 to 1.0.199

Release notes

Sourced from serde_derive's releases.

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)
Commits
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • See full diff in compare view


Updates winnow from 0.6.6 to 0.6.7

Changelog

Sourced from winnow's changelog.

[0.6.7] - 2024-04-26

Fixes

  • Improve debug traces when Input wrapper types are used
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