Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the crates-io group with 18 updates #1906

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2024

Bumps the crates-io group with 18 updates:

Package From To
anyhow 1.0.75 1.0.79
cargo-config2 0.1.16 0.1.17
goblin 0.7.1 0.8.0
serde 1.0.193 1.0.195
serde_json 1.0.108 1.0.111
tempfile 3.8.1 3.9.0
thiserror 1.0.50 1.0.56
once_cell 1.18.0 1.19.0
semver 1.0.20 1.0.21
target-lexicon 0.12.12 0.12.13
ignore 0.4.20 0.4.22
pep440_rs 0.3.12 0.4.0
time 0.3.30 0.3.31
cargo-zigbuild 0.18.0 0.18.1
cargo-xwin 0.16.2 0.16.3
configparser 3.0.3 3.0.4
rustls 0.21.9 0.22.1
keyring 2.0.5 2.3.1

Updates anyhow from 1.0.75 to 1.0.79

Release notes

Sourced from anyhow's releases.

1.0.79

  • Work around improperly cached build script result by sccache (#340)

1.0.78

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#337)

1.0.77

1.0.76

  • Opt in to unsafe_op_in_unsafe_fn lint (#329)
Commits
  • 71ab53d Release 1.0.79
  • 60705a5 Merge pull request #340 from dtolnay/depinfo
  • 17e252b Include env-dep:RUSTC_BOOTSTRAP in dep-info for sccache
  • 04774c0 Merge pull request #338 from dtolnay/nightlyci
  • 1fd290c Make CI verify that error_generic_member_access works in latest nightly
  • ee41470 RUSTC must be set by Cargo for build script
  • 38c79ef Release 1.0.78
  • ded2295 Merge pull request #337 from dtolnay/bootstrap
  • ae45b67 Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler
  • 2d32366 Update crate name used for build script probe
  • Additional commits viewable in compare view

Updates cargo-config2 from 0.1.16 to 0.1.17

Release notes

Sourced from cargo-config2's releases.

0.1.17

  • Remove dependency on once_cell.
Changelog

Sourced from cargo-config2's changelog.

[0.1.17] - 2023-12-16

  • Remove dependency on once_cell.
Commits

Updates goblin from 0.7.1 to 0.8.0

Changelog

Sourced from goblin's changelog.

[0.8.0] - 2023-12-31 - Happy New Years!

Breaking

msrv: bumped to 1.63.0 since scroll bumped as well pe: new field added to parse options: m4b/goblin#377 pe: attribute certs now non-exhaustive: m4b/goblin#378 goblin: hint and object enum is now non-exhaustive pe: write support introduced some breaking changes, e.g., data directories array adds a tuple of usize and data directory, DosHeader has all the fields filled out, Header struct has a dos_stub field added, symbols and strings fields is made optional in Coff struct, see: m4b/goblin#361

Fixed

elf: fix documentation, thanks @​crzysdrs: m4b/goblin#374 pe: attribute certificates non-exhaustive, thanks @​RaitoBezarius: m4b/goblin#378 pe: fix authenticode parsing, thanks @​baloo: m4b/goblin#383

Added

strtab: len method added to return number of bytes of the strtab pe: absolutely epic pe write support PR, thanks @​RaitoBezarius and @​Baloo: m4b/goblin#361 pe: add coff object file support, thanks @​vadimcn, m4b/goblin#379 pe: allow toggling parsing of attribute certs, thanks @​suttonbradley: m4b/goblin#377 mach: add new mach-o constants, thanks @​keith: m4b/goblin#372

Commits
  • 1b30473 build: release 0.8.0, MSRV=1.63, update changelog, add 3 new contributors
  • 8b4b1b4 pe: make sure authenticode is identical before/after signature (#383)
  • 67469bf lib: Hint and Object are now non-exhaustive
  • 6d664c0 pe: write support for PE binaries (#361)
  • 03eb434 pe: Add ParseOptions field to toggle parsing Attribute Certificates for PEs...
  • 5bddac6 pe: Attribute certificate revisions are non-exhaustive (#378)
  • 1c36668 pe: add COFF object file support (#379)
  • 83ce901 elf: Fix documentation row (#374)
  • 17a5c7c mach: Add new Mach-O constants (#372)
  • See full diff in compare view

Updates serde from 1.0.193 to 1.0.195

Release notes

Sourced from serde's releases.

v1.0.195

  • Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#2671)

v1.0.194

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
Commits
  • 03eec42 Release 1.0.195
  • 196f311 Merge pull request #2671 from dtolnay/deadremote
  • 38d9e0b Revert "Add FIXME to fix dead_code warning when using serde(remote)"
  • 6502b31 Fix new dead_code warning in tuple struct and tuple variant remote defs
  • 6f1a8c3 Add FIXME to fix dead_code warning when using serde(remote)
  • d883c94 Work around dead_code warning in tests
  • 961fa59 Merge pull request #2670 from serde-rs/exhaustive
  • 8bc71de Fill in omitted patterns for GenericArguments match
  • 7c65a9d Pick up changes to non_exhaustive_omitted_patterns lint
  • d2d977a Release 1.0.194
  • Additional commits viewable in compare view

Updates serde_json from 1.0.108 to 1.0.111

Release notes

Sourced from serde_json's releases.

v1.0.111

  • Improve floating point parsing performance on loongarch64 (#1100, thanks @​heiher)

v1.0.110

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

  • Documentation improvements
Commits

Updates tempfile from 3.8.1 to 3.9.0

Changelog

Sourced from tempfile's changelog.

3.9.0

  • Updates windows-sys to 0.52
  • Updates minimum rustix version to 0.38.25
Commits

Updates thiserror from 1.0.50 to 1.0.56

Release notes

Sourced from thiserror's releases.

1.0.56

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.55

  • Work around improperly cached build script result by sccache – second attempt (#280)

1.0.54

  • Work around improperly cached build script result by sccache – first attempt (#279)

1.0.53

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#270)

1.0.52

  • Fix interaction with RUSTC_BOOTSTRAP (#269)

1.0.51

  • Improve diagnostics when an invalid attribute previously caused thiserror to generate no Error impl (#266)
Commits
  • 77d0af4 Release 1.0.56
  • d4caabd Pull in proc-macro2 sccache fix
  • 6089273 Release 1.0.55
  • 322a2ae Merge pull request #280 from dtolnay/depinfo
  • fd7d7a5 Emit dep-info for probe.rs in case sccache needs it
  • 447c328 Release 1.0.54
  • 4619db8 Merge pull request #279 from dtolnay/depinfo
  • 7b53bff Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-info
  • e0500ad Merge pull request #277 from dtolnay/nightlyci
  • 48cea47 Make CI verify that error_generic_member_access works in latest nightly
  • Additional commits viewable in compare view

Updates once_cell from 1.18.0 to 1.19.0

Changelog

Sourced from once_cell's changelog.

1.19.0

  • Use portable-atomic instead of atomic-polyfill, #251.
Commits

Updates semver from 1.0.20 to 1.0.21

Release notes

Sourced from semver's releases.

1.0.21

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
Commits

Updates target-lexicon from 0.12.12 to 0.12.13

Commits
  • 138d000 chore: Release target-lexicon version 0.12.13
  • 1a07f11 Merge pull request #98 from bytecodealliance/sunfishcode/x32-abi
  • 630b531 Fix the Target::pointer_width value on x32 and ilp32 targets.
  • See full diff in compare view

Updates ignore from 0.4.20 to 0.4.22

Commits
  • 2c38975 ignore-0.4.22
  • c8e4a84 cli: prefix all non-fatal error messages with 'rg: '
  • b9c7749 ignore: fix reference cycle for compiled matchers
  • 67dd809 ignore: add some 'allow(dead_code)' annotations
  • e0a8567 complete/fish: improve shell completions for fish
  • 56c7ad1 ignore/types: add Lean
  • 2a4dba3 ignore/types: add meson.options
  • daa157b core: actually implement --sortr=path
  • 0096c74 grep-0.3.1
  • 8c48355 deps: bump grep-printer to 0.2.1
  • Additional commits viewable in compare view

Updates pep440_rs from 0.3.12 to 0.4.0

Changelog

Sourced from pep440_rs's changelog.

0.4

  • segments are now u64 instead of usize. This ensures consistency between platforms and u64 are required when timestamps are used as patch versions (e.g., 20230628214621, the ISO 8601 "basic format")
  • Faster version comparison
  • Added VersionSpecifier::equals_version constructor for ==<version>
  • Added VersionSpecifier::any_prerelease: Whether the version marker includes a prerelease
  • Updated to pyo3 0.20
  • once_cell instead of lazy_static
Commits

Updates time from 0.3.30 to 0.3.31

Release notes

Sourced from time's releases.

v0.3.31

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.31 [2023-12-19]

Added

  • OFfsetDateTime::new_in_offset
  • OffsetDateTime::new_utc

Changed

  • The valid range of UtcOffset has been expanded from ±23:59:59 to ±25:59:59. This is to support the full POSIX range while permitting infallible negation.
Commits
  • 8067540 v0.3.31 release
  • 605495a Expand range of UtcOffset to ±25:59:59
  • be0077a Remove unnecessary associated type bound
  • 4b932ba Move from unit type to internal NoOffset type
  • b77ed50 Add direct constructors for OffsetDateTime. (#641)
  • 6d5fa1e Panic Documentation (#638)
  • bd92ba9 Add doc alias, guarantee non-inlining
  • See full diff in compare view

Updates cargo-zigbuild from 0.18.0 to 0.18.1

Release notes

Sourced from cargo-zigbuild's releases.

v0.18.1

What's Changed

Full Changelog: rust-cross/cargo-zigbuild@v0.18.0...v0.18.1

Commits

Updates cargo-xwin from 0.16.2 to 0.16.3

Commits

Updates configparser from 3.0.3 to 3.0.4

Release notes

Sourced from configparser's releases.

v3.0.4

What's Changed

Full Changelog: QEDK/configparser-rs@v3.0.3...v3.0.4

Commits
  • 5544794 fix: lint fix
  • 03163a1 feat: bump versions
  • f075f42 feat: replace async_std with tokio
  • 4658659 feat: add new() and new_with_params() impl
  • 67a596f Update documentation in lib.rs
  • 29cfa11 Implement changes as agreed in PR.
  • d2e71f0 Clear executable mode flag for text files
  • 6782f0d Update to latest main
  • f2818fa Add pretty-print functionality
  • See full diff in compare view

Updates rustls from 0.21.9 to 0.22.1

Release notes

Sourced from rustls's releases.

0.22.1

  • TLS 1.2 servers now remove session tickets after observing a failure to decrypt, preventing future resumption with the same unusable ticket.
  • The rustls_pki_types crate is now re-exported as rustls::pki_types.
  • The crate examples examples have been updated to use the rustls::pki_types re-export.
  • The quic::PacketKey and quic::HeaderProtectionKey traits are now Send + Sync.
  • Performance improvements to the MessageDeframer internals.
  • Small documentation improvements.

What's Changed

New Contributors

Full Changelog: rustls/rustls@v/0.22.0...v/0.22.1

0.22.0

New features

  • Configurable cryptography providers. The cryptography used by rustls is represented by the CryptoProvider trait. ring is now optional, but remains the default provider.
  • Certificate revocation list (CRL) support. The default certificate verifier used in rustls can now be configured with CRLs to control revocation of client and server certificates.
  • Optional support for cryptography from aws-lc-rs. Once the certification process completes , we will support FIPS mode using aws-lc-rs.
  • Separate configuration of root hints in client certificate verifier. To deal with cross-signed client certificate topologies, the list of hints sent to a client can now be configured. The default behaviour remains to send the names of the configured root certificates.

Related libraries

There are some related libraries in the rustls ecosystem. If you depend on these libraries, you'll need at least these versions to be compatible with rustls 0.22:

rustls-pki-types = { version = "1" }
webpki-roots = { version = "0.26" }
rustls-webpki = { version = "0.102" }
rustls-pemfile = { version = "2" }
rustls-native-certs = { version = "0.7"}

Breaking changes

  • Remove support for SCTs provided via TLS extension. Ecosystem support for this is rare compared to inclusion of SCTs in certificates.
  • Rename WebPkiVerifier to WebPkiServerVerifier and add WebPkiClientVerifier.
  • Remove default trait implementations in ServerCertVerifier/ClientCertVerifier so the trait doesn't depend on webpki. Instead the previous implementations are exposed as rustls::crypto::verify_tls12_signature, rustls::crypto::verify_tls13_signature and $PROVIDER.signature_verification_algorithms.supported_schemes(), using the crypto provider of your choice.
  • Rework certificate auth verifiers construction into a builder. This covers both server and client certificate verifiers: call WebPkiServerVerifier::builder() and WebPkiClientVerifier::builder().

... (truncated)

Commits
  • 62751aa Cargo: version 0.22.0 -> 0.22.1
  • 87d5259 update examples to use pki_types re-export
  • 4226d1e Re-export the rustls-pki-types crate contents
  • d624506 suites: move Debug impl below inherent impl
  • 57071f7 quic: require that PacketKey and HeaderProtectionKey are Send + sync
  • f05fd1e crypto: explain TLS 1.2 version in TLS 1.3 message encrypters
  • 73f490f Batch discard operations
  • d4844a0 Introduce DeframerSliceBuffer
  • 0a44288 make append_hs generic
  • 7b33d8a make MessageDeframer unbuffered
  • Additional commits viewable in compare view

Updates keyring from 2.0.5 to 2.3.1

Release notes

Sourced from keyring's releases.

v2.3.1: Windows platform update; minimum rust version specified

This release includes a contribution by @​russellbanks which changes windows to use the windows-sys crate instead of winapi, as suggested by @​thewh1teagle.

Specifies a minimum stable rust version of 1.68, which is the one that was current when this major version was released. Only the library is warranted to build on 1.68. In particular, none of the tests or examples will work; they require 1.70 for dev dependencies.

v2.3.0: Support OpenBSD

Thanks to @​klemensn, this release should build and run on OpenBSD.

v2.2.0: rework default feature set

In response to #153 and #148, suppressing the default feature set now suppresses the platform keystore dependencies on all platforms and uses the mock keystore as the default.

PLEASE NOTE: While this behavior is a breaking change on Mac, Windows, and FreeBSD, the behavior on those platforms before was unintended and undefined (suppressing default features did nothing), so this is considered a bug fix rather than a semver-breaking change that requires a major version bump.

v2.1.0: add runtime indication of credential persistence

This minor release adds support for asking credential stores at runtime about the lifetime of their stored credentials. See the documentation of CredentialPersistence for details.

This feature was suggested by @​benwr in #147.

Commits
  • c2d51db Merge pull request #162 from brotskydotcom/windows-testing
  • 513338d Update release to 2.3.1
  • fbeb36b Merge pull request #159 from russellbanks/windows-sys
  • 1ca361f Migrate to windows-sys from winapi
  • 19625f8 Merge pull request #158 from brotskydotcom/issue-157
  • 1edf699 Update release to support OpenBSD.
  • 5ed691c Merge pull request #156 from klemensn/openbsd
  • cc2219e Support OpenBSD
  • 9127108 Merge pull request #154 from brotskydotcom/issue-153
  • 5b9d559 Rework default feature set.
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the crates-io group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.79` |
| [cargo-config2](https://github.com/taiki-e/cargo-config2) | `0.1.16` | `0.1.17` |
| [goblin](https://github.com/m4b/goblin) | `0.7.1` | `0.8.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.195` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.111` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.8.1` | `3.9.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.50` | `1.0.56` |
| [once_cell](https://github.com/matklad/once_cell) | `1.18.0` | `1.19.0` |
| [semver](https://github.com/dtolnay/semver) | `1.0.20` | `1.0.21` |
| [target-lexicon](https://github.com/bytecodealliance/target-lexicon) | `0.12.12` | `0.12.13` |
| [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.20` | `0.4.22` |
| [pep440_rs](https://github.com/konstin/pep440-rs) | `0.3.12` | `0.4.0` |
| [time](https://github.com/time-rs/time) | `0.3.30` | `0.3.31` |
| [cargo-zigbuild](https://github.com/rust-cross/cargo-zigbuild) | `0.18.0` | `0.18.1` |
| [cargo-xwin](https://github.com/rust-cross/cargo-xwin) | `0.16.2` | `0.16.3` |
| [configparser](https://github.com/QEDK/configparser-rs) | `3.0.3` | `3.0.4` |
| [rustls](https://github.com/rustls/rustls) | `0.21.9` | `0.22.1` |
| [keyring](https://github.com/hwchen/keyring-rs) | `2.0.5` | `2.3.1` |


Updates `anyhow` from 1.0.75 to 1.0.79
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.75...1.0.79)

Updates `cargo-config2` from 0.1.16 to 0.1.17
- [Release notes](https://github.com/taiki-e/cargo-config2/releases)
- [Changelog](https://github.com/taiki-e/cargo-config2/blob/main/CHANGELOG.md)
- [Commits](taiki-e/cargo-config2@v0.1.16...v0.1.17)

Updates `goblin` from 0.7.1 to 0.8.0
- [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md)
- [Commits](m4b/goblin@0.7.1...0.8.0)

Updates `serde` from 1.0.193 to 1.0.195
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.193...v1.0.195)

Updates `serde_json` from 1.0.108 to 1.0.111
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.111)

Updates `tempfile` from 3.8.1 to 3.9.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.8.1...v3.9.0)

Updates `thiserror` from 1.0.50 to 1.0.56
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.50...1.0.56)

Updates `once_cell` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

Updates `semver` from 1.0.20 to 1.0.21
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.20...1.0.21)

Updates `target-lexicon` from 0.12.12 to 0.12.13
- [Commits](bytecodealliance/target-lexicon@v0.12.12...v0.12.13)

Updates `ignore` from 0.4.20 to 0.4.22
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/ripgrep@ignore-0.4.20...ignore-0.4.22)

Updates `pep440_rs` from 0.3.12 to 0.4.0
- [Changelog](https://github.com/konstin/pep440-rs/blob/main/Changelog.md)
- [Commits](konstin/pep440-rs@v0.3.12...v0.4.0)

Updates `time` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.30...v0.3.31)

Updates `cargo-zigbuild` from 0.18.0 to 0.18.1
- [Release notes](https://github.com/rust-cross/cargo-zigbuild/releases)
- [Commits](rust-cross/cargo-zigbuild@v0.18.0...v0.18.1)

Updates `cargo-xwin` from 0.16.2 to 0.16.3
- [Release notes](https://github.com/rust-cross/cargo-xwin/releases)
- [Commits](rust-cross/cargo-xwin@v0.16.2...v0.16.3)

Updates `configparser` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/QEDK/configparser-rs/releases)
- [Changelog](https://github.com/QEDK/configparser-rs/blob/master/CHANGELOG.md)
- [Commits](QEDK/configparser-rs@v3.0.3...v3.0.4)

Updates `rustls` from 0.21.9 to 0.22.1
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.21.9...v/0.22.1)

Updates `keyring` from 2.0.5 to 2.3.1
- [Release notes](https://github.com/hwchen/keyring-rs/releases)
- [Changelog](https://github.com/hwchen/keyring-rs/blob/master/CHANGELOG.md)
- [Commits](hwchen/keyring-rs@v2.0.5...v2.3.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: cargo-config2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: goblin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: target-lexicon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: ignore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: pep440_rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: cargo-zigbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: cargo-xwin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: configparser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Something related to dependencies rust Pull requests that update Rust code labels Jan 7, 2024
Copy link

netlify bot commented Jan 7, 2024

Deploy Preview for maturin-guide ready!

Name Link
🔨 Latest commit fc635a6
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/659aa87b1c7f4e0008d31997
😎 Deploy Preview https://deploy-preview-1906--maturin-guide.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 14, 2024
@dependabot dependabot bot deleted the dependabot/cargo/crates-io-af3c3faf8c branch January 14, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Something related to dependencies rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants