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 21 updates #131

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the pointercrate group with 21 updates:

Package From To
serde 1.0.200 1.0.201
serde_json 1.0.116 1.0.117
cc 1.0.96 1.0.97
errno 0.3.8 0.3.9
getrandom 0.2.14 0.2.15
num-bigint 0.4.4 0.4.5
paste 1.0.14 1.0.15
proc-macro2 1.0.81 1.0.82
ref-cast 1.0.22 1.0.23
ref-cast-impl 1.0.22 1.0.23
rustc-demangle 0.1.23 0.1.24
rustls-pki-types 1.5.0 1.7.0
rustversion 1.0.15 1.0.16
ryu 1.0.17 1.0.18
semver 1.0.22 1.0.23
serde_derive 1.0.200 1.0.201
thiserror 1.0.59 1.0.60
thiserror-impl 1.0.59 1.0.60
winnow 0.6.7 0.6.8
zerocopy 0.7.33 0.7.34
zerocopy-derive 0.7.33 0.7.34

Updates serde from 1.0.200 to 1.0.201

Release notes

Sourced from serde's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits


Updates serde_json from 1.0.116 to 1.0.117

Release notes

Sourced from serde_json's releases.

v1.0.117

  • Resolve unexpected_cfgs warning (#1130)
Commits


Updates cc from 1.0.96 to 1.0.97

Release notes

Sourced from cc's releases.

1.0.97

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.96...1.0.97

Commits


Updates errno from 0.3.8 to 0.3.9

Changelog

Sourced from errno's changelog.

[0.3.9] - 2024-05-07

  • Add visionOS support #95
Commits


Updates getrandom from 0.2.14 to 0.2.15

Changelog

Sourced from getrandom's changelog.

[0.2.15] - 2024-05-06

Added

  • Apple visionOS support #410

Changed

  • Use libc::getrandom on DragonflyBSD, FreeBSD, illumos, and Solaris #411 #416 #417 #420
  • Unify libc::getentropy-based implementations #418

#410: rust-random/getrandom#410 #411: rust-random/getrandom#411 #416: rust-random/getrandom#416 #417: rust-random/getrandom#417 #418: rust-random/getrandom#418 #420: rust-random/getrandom#420

Commits


Updates num-bigint from 0.4.4 to 0.4.5

Changelog

Sourced from num-bigint's changelog.

Release 0.4.5 (2024-05-06)

Contributors: @​cuviper, @​joelonsql, @​waywardmonkeys

Commits
  • a6d29fa Merge pull request #303 from cuviper/release-0.4.5
  • 9237009 Release 0.4.5
  • a6f3f5b Merge pull request #302 from cuviper/lints
  • 8f2666d Fix clippy::ptr_arg
  • 8bf4881 Fix clippy::unnecessary_fallible_conversions
  • c992166 Fix clippy::legacy_numeric_constants
  • 29c4d04 Nightly check-cfg doesn't like target_pointer_width = "128"
  • 9210db6 Merge pull request #236 from cuviper/x86-div
  • b02188d Skip asm under miri
  • ecec8c4 Use inline asm! for x86 DIV
  • Additional commits viewable in compare view


Updates paste from 1.0.14 to 1.0.15

Release notes

Sourced from paste's releases.

1.0.15

  • Resolve unexpected_cfgs warning (#102)
Commits
  • a2c7e27 Release 1.0.15
  • 1d23098 Merge pull request #102 from dtolnay/checkcfg
  • 1edfaae Resolve unexpected_cfgs warning
  • cc6803d Explicitly install a Rust toolchain for cargo-outdated job
  • d39fb86 Ignore dead code lint in tests
  • 14872ad Work around empty_docs clippy lint in test
  • ed844dc Work around dead_code warning in test
  • 0a4161b Add cargo.toml metadata to link to crate documentation
  • 5a2bce1 Test docs.rs documentation build in CI
  • d7e0be1 Update actions/checkout@v3 -> v4
  • Additional commits viewable in compare view


Updates proc-macro2 from 1.0.81 to 1.0.82

Release notes

Sourced from proc-macro2's releases.

1.0.82

  • Resolve unexpected_cfgs warning (#456)
Commits
  • 8dc63f3 Release 1.0.82
  • 790cb41 Merge pull request #457 from dtolnay/defaultfeatures
  • 2ebe711 Fix use of deprecated default_features in Cargo.toml
  • a720819 Delete unused nightly cfg
  • 37c5d18 Merge pull request #456 from dtolnay/checkcfg
  • 5e02f52 Suppress unknown_lints warning on old rustc
  • 2660d30 Resolve unexpected_cfgs warning
  • See full diff in compare view


Updates ref-cast from 1.0.22 to 1.0.23

Release notes

Sourced from ref-cast's releases.

1.0.23

  • Resolve unexpected_cfgs warning (#47)
Commits
  • 06c520c Release 1.0.23
  • fd3256d Merge pull request #47 from dtolnay/checkcfg
  • 473dc81 Resolve unexpected_cfgs warning
  • b4d78e2 Revert "Temporarily disable miri on doctests"
  • 24de24e Resolve legacy_numeric_constants clippy lints
  • 33b0b8f Update ui test suite to nightly-2024-03-31
  • bd301af Explicitly install a Rust toolchain for cargo-outdated job
  • b747bf7 Temporarily disable miri on doctests
  • 0b59588 Raise minimum tested compiler to 1.70
  • ad5cadb Update ui test suite to nightly-2024-03-06
  • Additional commits viewable in compare view


Updates ref-cast-impl from 1.0.22 to 1.0.23

Release notes

Sourced from ref-cast-impl's releases.

1.0.23

  • Resolve unexpected_cfgs warning (#47)
Commits
  • 06c520c Release 1.0.23
  • fd3256d Merge pull request #47 from dtolnay/checkcfg
  • 473dc81 Resolve unexpected_cfgs warning
  • b4d78e2 Revert "Temporarily disable miri on doctests"
  • 24de24e Resolve legacy_numeric_constants clippy lints
  • 33b0b8f Update ui test suite to nightly-2024-03-31
  • bd301af Explicitly install a Rust toolchain for cargo-outdated job
  • b747bf7 Temporarily disable miri on doctests
  • 0b59588 Raise minimum tested compiler to 1.70
  • ad5cadb Update ui test suite to nightly-2024-03-06
  • Additional commits viewable in compare view


Updates rustc-demangle from 0.1.23 to 0.1.24

Commits


Updates rustls-pki-types from 1.5.0 to 1.7.0

Release notes

Sourced from rustls-pki-types's releases.

1.7.0

  • SubjectPublicKeyInfo was renamed to SubjectPublicKeyInfoDer, and a deprecated type alias under the old name was added.

What's Changed

Full Changelog: https://github.com/rustls/pki-types/compare/v/1.6.0...v/1.7.0

1.6.0

What's Changed

Commits
  • 0319c7d Cargo: v1.6.0 -> 1.7.0
  • 4b62445 Deprecated type alias for SubjectPublicKeyInfo
  • 7184ef5 SubjectPublicKeyInfo -> SubjectPublicKeyInfoDer
  • e5c3e1c Cargo: v1.5.0 -> v1.6.0
  • 5836456 Add SubjectPublicKeyInfo DER newtype
  • See full diff in compare view


Updates rustversion from 1.0.15 to 1.0.16

Release notes

Sourced from rustversion's releases.

1.0.16

  • Resolve unexpected_cfgs warning (#48)
Commits


Updates ryu from 1.0.17 to 1.0.18

Release notes

Sourced from ryu's releases.

1.0.18

  • Resolve unexpected_cfgs warning (#55)
Commits
  • 12746aa Release 1.0.18
  • 86b1932 Merge pull request #55 from dtolnay/checkcfg
  • 6132d8b Resolve unexpected_cfgs warning
  • 7b7c262 Remove html_root_url reminder from Cargo.toml
  • a05753c Revert "Temporarily disable miri on doctests"
  • 8a06923 Explicitly install a Rust toolchain for cargo-outdated job
  • dbb973b Temporarily disable miri on doctests
  • See full diff in compare view


Updates semver from 1.0.22 to 1.0.23

Release notes

Sourced from semver's releases.

1.0.23

  • Resolve unexpected_cfgs warning (#318)
Commits
  • 69efd3c Release 1.0.23
  • 451b419 Merge pull request #318 from dtolnay/checkcfg
  • 5b71485 Resolve unexpected_cfgs warning
  • c520af7 Revert "Temporarily disable miri on doctests"
  • 73b5d9e Merge pull request #313 from Saecki/patch-1
  • e8d61de chore: fix typo in safety comment
  • d282d48 Explicitly install a Rust toolchain for cargo-outdated job
  • 6e6ba22 Temporarily disable miri on doctests
  • See full diff in compare view


Updates serde_derive from 1.0.200 to 1.0.201

Release notes

Sourced from serde_derive's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits


Updates thiserror from 1.0.59 to 1.0.60

Release notes

Sourced from thiserror's releases.

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits


Updates thiserror-impl from 1.0.59 to 1.0.60

Release notes

Sourced from thiserror-impl's releases.

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits


Updates winnow from 0.6.7 to 0.6.8

Changelog

Sourced from winnow's changelog.

[0.6.8] - 2024-05-06

Features

  • Support &mut [impl Parser] within alt
Commits
  • 1096fb1 chore: Release
  • e681961 docs: Update changelog
  • 8e562b9 Merge pull request #522 from epage/alt
  • 4ea9ddf Merge pull request #521 from DavidAntliff/space1-doc-fix
  • 52ad6bb feat(comb): Allow 'alt' on array refs
  • b738dfe Fix documentation for space1 combinator
  • 8ac78f7 docs(tutorial): Correct parse_bin_digits parser
  • 7b5fe80 Merge pull request #518 from epage/style
  • da5e85f style: Address warnings
  • 4617b91 Merge pull request #517 from YouSafe/patch-1
  • Additional commits viewable in compare view


Updates zerocopy from 0.7.33 to 0.7.34

Commits


Updates zerocopy-derive from 0.7.33 to 0.7.34

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