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 29 updates #1848

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps the crates-io group with 29 updates:

Package From To
cargo-config2 0.1.9 0.1.15
cargo_metadata 0.18.0 0.18.1
flate2 1.0.27 1.0.28
regex 1.7.3 1.9.4
serde 1.0.183 1.0.192
serde_json 1.0.105 1.0.108
sha2 0.10.7 0.10.8
tempfile 3.6.0 3.8.0
toml 0.7.4 0.8.8
toml_edit 0.19.15 0.21.0
thiserror 1.0.47 1.0.50
fs-err 2.9.0 2.10.0
semver 1.0.18 1.0.20
target-lexicon 0.12.11 0.12.12
indexmap 1.9.3 2.1.0
pyproject-toml 0.6.1 0.8.1
cc 1.0.82 1.0.84
pep440_rs 0.3.6 0.3.12
pep508_rs 0.2.1 0.2.3
time 0.3.20 0.3.30
cargo-xwin 0.14.8 0.14.9
tracing 0.1.37 0.1.40
minijinja 1.0.8 1.0.10
bytesize 1.2.0 1.3.0
rustls-pemfile 1.0.3 1.0.4
wild 2.1.0 2.2.0
indoc 2.0.3 2.0.4
trycmd 0.14.16 0.14.19
which 4.4.0 5.0.0

Updates cargo-config2 from 0.1.9 to 0.1.15

Release notes

Sourced from cargo-config2's releases.

0.1.15

  • Improve compile time.

0.1.14

  • Improve compile time.

0.1.13

  • Improve compatibility with old Cargo.

0.1.12

  • Improve robustness when new cfgs are added in the future.

  • Update toml to 0.8.

0.1.11

  • Remove dependency on shell-escape.

0.1.10

  • Remove dependency on cfg-expr.
Changelog

Sourced from cargo-config2's changelog.

[0.1.15] - 2023-10-24

  • Improve compile time.

[0.1.14] - 2023-10-18

  • Improve compile time.

[0.1.13] - 2023-10-17

  • Improve compatibility with old Cargo.

[0.1.12] - 2023-09-14

  • Improve robustness when new cfgs are added in the future.

  • Update toml to 0.8.

[0.1.11] - 2023-09-11

  • Remove dependency on shell-escape.

[0.1.10] - 2023-09-08

  • Remove dependency on cfg-expr.
Commits

Updates cargo_metadata from 0.18.0 to 0.18.1

Commits

Updates flate2 from 1.0.27 to 1.0.28

Release notes

Sourced from flate2's releases.

1.0.28

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.27...1.0.28

Commits
  • a99b53e Merge pull request #378 from Byron/prep-release
  • 223f829 Merge pull request #380 from Manishearth/reset-stream
  • 7a61ea5 Reset StreamWrapper after calling mz_inflate / mz_deflate
  • 1260d3e prepare next patch-release
  • f62ff42 Merge pull request #375 from georeth/fix-read-doc
  • 5b23cc9 Fix and unify docs of bufread and read types.
  • f285e9a Merge pull request #373 from anforowicz/fix-spare-capacity-handling
  • 69972b8 Fix soundness of write_to_spare_capacity_of_vec.
  • 82e45fa Refactoring: Dedupe code into write_to_spare_capacity_of_vec helper.
  • 20cdcbe Merge pull request #371 from jongiddy/jgiddy/msrv-1.53
  • Additional commits viewable in compare view

Updates regex from 1.7.3 to 1.9.4

Changelog

Sourced from regex's changelog.

1.9.4 (2023-08-26)

This is a patch release that fixes a bug where RegexSet::is_match(..) could incorrectly return false (even when RegexSet::matches(..).matched_any() returns true).

Bug fixes:

1.9.3 (2023-08-05)

This is a patch release that fixes a bug where some searches could result in incorrect match offsets being reported. It is difficult to characterize the types of regexes susceptible to this bug. They generally involve patterns that contain no prefix or suffix literals, but have an inner literal along with a regex prefix that can conditionally match.

Bug fixes:

  • [BUG #1060](rust-lang/regex#1060): Fix a bug with the reverse inner literal optimization reporting incorrect match offsets.

1.9.2 (2023-08-05)

This is a patch release that fixes another memory usage regression. This particular regression occurred only when using a RegexSet. In some cases, much more heap memory (by one or two orders of magnitude) was allocated than in versions prior to 1.9.0.

Bug fixes:

1.9.1 (2023-07-07)

This is a patch release which fixes a memory usage regression. In the regex 1.9 release, one of the internal engines used a more aggressive allocation strategy than what was done previously. This patch release reverts to the prior on-demand strategy.

Bug fixes:

... (truncated)

Commits
  • f39ab4d 1.9.4
  • 3f15f1c deps: bump regex-syntax and regex-automata versions
  • 89b452a regex-automata-0.3.7
  • 990979b regex-syntax-0.7.5
  • e008f83 changelog: 1.9.4
  • c788378 ci: drop mips, add powerpc and s390x
  • de03399 automata: fix incorrect use of Aho-Corasick's "standard" semantics
  • 7536e05 syntax: remove superfluous borrow
  • 81e328a doc: fix typo in module-level doc
  • 10faa44 doc: fix a couple typos
  • Additional commits viewable in compare view

Updates serde from 1.0.183 to 1.0.192

Release notes

Sourced from serde's releases.

v1.0.192

v1.0.191

  • Documentation improvements

v1.0.190

  • Preserve NaN sign when deserializing f32 from f64 or vice versa (#2637)

v1.0.189

  • Fix "cannot infer type" error when internally tagged enum contains untagged variant (#2613, thanks @​ahl)

v1.0.188

  • Fix "failed to parse manifest" error when building serde using a Cargo version between 1.45 and 1.50 (#2603)

v1.0.187

  • Remove support for Emscripten targets on rustc older than 1.40 (#2600)

v1.0.186

  • Disallow incompatible versions of serde_derive and serde in the dependency graph (#2588, thanks @​soqb)

v1.0.185

  • Fix error "cannot move out of *self which is behind a shared reference" deriving Serialize on a non_exhaustive enum (#2591)

v1.0.184

  • Restore from-source serde_derive build on all platforms — eventually we'd like to use a first-class precompiled macro if such a thing becomes supported by cargo / crates.io
Commits
  • 4676abd Release 1.0.192
  • 35700eb Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged
  • 59892e7 Release 1.0.191
  • 97dd07a Merge pull request #2647 from dtolnay/doccfg
  • c8bc97c Document "rc" and "unstable" features on docs.rs
  • 9dacfbb Fill in more doc(cfg) attributes
  • 05c2509 Relocate cfg attrs into deref_impl
  • 64f949b Relocate cfg attrs into parse_ip_impl and parse_socket_impl
  • 3f339de Relocate cfg attrs into seq_impl and map_impl
  • 215c2b7 Relocate cfg attrs into forwarded_impl macro
  • Additional commits viewable in compare view

Updates serde_json from 1.0.105 to 1.0.108

Release notes

Sourced from serde_json's releases.

v1.0.108

v1.0.107

  • impl IntoDeserializer for &RawValue (#1071)

v1.0.106

Commits

Updates sha2 from 0.10.7 to 0.10.8

Commits

Updates tempfile from 3.6.0 to 3.8.0

Changelog

Sourced from tempfile's changelog.

3.8.0

  • Added with_prefix and with_prefix_in to TempDir and NamedTempFile to make it easier to create temporary files/directories with nice prefixes.
  • Misc cleanups.

3.7.1

  • Tempfile builds on haiku again.
  • Under the hood, we've switched from the unlinkat/linkat syscalls to the regular unlink/link syscalls where possible.

3.7.0

BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major release) but it's still a breaking change for some users.

  • Update fastrand from 1.6 to 2.0
  • Update rustix to 0.38
  • Updates the MSRV to 1.63.
  • Provide AsFd/AsRawFd on wasi.
Commits

Updates toml from 0.7.4 to 0.8.8

Commits

Updates toml_edit from 0.19.15 to 0.21.0

Commits
  • 6b8e4aa chore: Release
  • 36e3a02 docs: Update changelog
  • 7ba0932 Merge pull request #648 from epage/split
  • ef9fd0a fix(edit)!: Allow disabling parser or display
  • 5b53ff1 refactor(edit): Remove 'use' for optional mods
  • 52b5c6f refactor(edit): Pull error out of parser
  • 3cba874 fix(edit): Format-by-clearing for keys/reprs, like decor
  • 6c8885e docs: Update repo links
  • d5676a8 chore: Release
  • 5bdc0f7 docs: Update changelog
  • Additional commits viewable in compare view

Updates thiserror from 1.0.47 to 1.0.50

Release notes

Sourced from thiserror's releases.

1.0.50

  • Improve diagnostic when a #[source], #[from], or #[transparant] attribute refers to a type that has no std::error::Error impl (#258, thanks @​de-vri-es)

1.0.49

  • Access libcore types through ::core in generated code (#255, thanks @​mina86)

1.0.48

  • Improve implementation of displaying Path values in a generated Display impl (#251, thanks @​mina86)
Commits
  • a7d220d Release 1.0.50
  • 4088d16 Ignore module_name_repetitions pedantic clippy lint
  • ebebf77 Format ui tests with rustfmt
  • ff0a0a5 Source and From attributes only have single-ident path
  • 7cec716 Remove reliance on Spanned for Member
  • c9fe739 Touch up PR 258
  • 4850c6f Merge pull request #258 from de-vri-es/as-dyn-error-span
  • a49f7c6 Change span of as_dyn_error() to point compile error at attribute.
  • f4eac7e Ignore needless_raw_string_hashes clippy lint
  • 54465b7 Release 1.0.49
  • Additional commits viewable in compare view

Updates fs-err from 2.9.0 to 2.10.0

Changelog

Sourced from fs-err's changelog.

fs-err Changelog

  • Add fs_err_try_exists to std::path::Path via extension trait. This feature requires Rust 1.63 or later. (#48)
Commits
  • 186bb7c chore: Release fs-err version 2.10.0
  • 35dc1a4 Update Cargo.lock
  • 4dedcc5 Implement Path::try_exists (#48)
  • d1e9422 Check in cargo.lock in accordance with latest guidance (#49)
  • 9f3feb6 Merge pull request #44 from hniksic/patch-1
  • 72b94da Fix typo OptionOptions
  • b21779b Merge pull request #41 from shellixyz/remove_unneeded_ref_deref
  • accab5d Remove unneeded referencing and referencing
  • See full diff in compare view

Updates semver from 1.0.18 to 1.0.20

Release notes

Sourced from semver's releases.

1.0.20

  • Add a method for comparing versions by precedence (#305)

1.0.19

Commits
  • 55fa2ca Release 1.0.20
  • 5feccc0 Merge pull request #305 from dtolnay/precedence
  • 83aaaf0 Add a method for precedence comparison of Versions
  • 83154ea Test docs.rs documentation build in CI
  • 72a6b5a Release 1.0.19
  • 83abc7f Relocate comparator parse testing
  • 2d34e8f Touch up PR 299 test cases
  • 5e09329 More comprehensible excessive version comparator test
  • 473209f Merge pull request #299 from CXWorks/master
  • cb07901 Update actions/checkout@v3 -> v4
  • Additional commits viewable in compare view

Updates target-lexicon from 0.12.11 to 0.12.12

Commits

Updates indexmap from 1.9.3 to 2.1.0

Changelog

Sourced from indexmap's changelog.

  • 2.1.0

    • Empty slices can now be created with map::Slice::{new, new_mut} and set::Slice::new. In addition, Slice::new, len, and is_empty are now const functions on both types.

    • IndexMap, IndexSet, and their respective Slices all have binary search methods for sorted data: map binary_search_keys and set binary_search for plain comparision, binary_search_by for custom comparators, binary_search_by_key for key extraction, and partition_point for boolean conditions.

  • 2.0.2

    • The hashbrown dependency has been updated to version 0.14.1 to complete the support for Rust 1.63.
  • 2.0.1

    • MSRV: Rust 1.63.0 is now supported as well, pending publication of hashbrown's relaxed MSRV (or use cargo --ignore-rust-version).
  • 2.0.0

    • MSRV: Rust 1.64.0 or later is now required.

    • The "std" feature is no longer auto-detected. It is included in the default feature set, or else can be enabled like any other Cargo feature.

    • The "serde-1" feature has been removed, leaving just the optional "serde" dependency to be enabled like a feature itself.

    • IndexMap::get_index_mut now returns Option<(&K, &mut V)>, changing the key part from &mut K to &K. There is also a new alternative MutableKeys::get_index_mut2 to access the former behavior.

    • The new map::Slice<K, V> and set::Slice<T> offer a linear view of maps and sets, behaving a lot like normal [(K, V)] and [T] slices. Notably, comparison traits like Eq only consider items in order, rather than hash lookups, and slices even implement Hash.

    • IndexMap and IndexSet now have sort_by_cached_key and par_sort_by_cached_key methods which perform stable sorts in place using a key extraction function.

    • IndexMap and IndexSet now have reserve_exact, try_reserve, and try_reserve_exact methods that correspond to the same methods on Vec. However, exactness only applies to the direct capacity for items, while the raw hash table still follows its own rules for capacity and load factor.

... (truncated)

Commits

Updates pyproject-toml from 0.6.1 to 0.8.1

Changelog

Sourced from pyproject-toml's changelog.

Changelog

0.8.0

  • The build_system table is now optional. There are many projects that use pyproject.toml for tool configuration without specifying a build backend, which this change reflects.

0.6.0

  • Update to latest PEP 639 draft. The license key is now an enum that can either be an SPDX identifier or the previous table form, which accepting PEP 639 would deprecate. The previous implementation of a project.license-expression key in pyproject.toml has been removed.
Commits
  • ee007c2 Bump version to 0.8.1
  • f64fad6 Merge pull request #16 from PyO3/alex-patch-1
  • bc7df6c Update toml dependency to 0.8
  • 9543160 Update version to 0.8 in README.md
  • 06b924d Merge pull request #15 from PyO3/optional-build_system
  • 458b423 Make the build_system table optional
  • f0134ca Merge pull request #14 from PyO3/dependabot/github_actions/actions/checkout-4
  • b4b958b Bump actions/checkout from 3 to 4
  • 9043ba0 Bump version to 0.7.0
  • 3bfe33c Update indexmap to 2.0.0
  • See full diff in compare view

Updates cc from 1.0.82 to 1.0.84

Release notes

Sourced from cc's releases.

1.0.84

Changes

This isn't a complete list, but I've tried to cover everything that is either significant, or could cause problems for people using cc in configurations not covered by our tests.

As always, please file bugs if you hit issues. cc is used in many more ways than we can possibly test (especially when cross-compiling or using tier-3 platforms).

Thanks.

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.83...1.0.84

1.0.83

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.82...1.0.83

Commits
  • 17f9e01 Release cc v1.0.84 (#898)
  • bb1220d added a function to remove flags (#885)
  • 4c0062d fix: Add apple tvos support (#881)
  • fcedb00 Optimization: Vendor jobserver impl and rm thread spawning in parallel compil...
  • bd25128 Merge pull request #894 from NobodyXu/bump-msrv
  • 3ff2368 Disable msrv checking on macos-latest
  • 022713c Bump MSRV to 1.53.0 and re-enable macos MSRV check
  • 6c9be16 Fix msrv CI: Check for --all-features (#890)
  • 59255ce Pass -Wno-unused-command-line-argument to clang in is_flag_supported (#886)
  • 9b569ae fix(flag_check): never link to avoid false positives (#839)
  • Additional commits viewable in compare view

Updates pep440_rs from 0.3.6 to 0.3.12

Changelog

Sourced from pep440_rs's changelog.

0.3.12

  • Implement FromPyObject for Version

0.3.11

  • CI fix

0.3.10

  • Update pyo3 to 0.19 and maturin to 1.0

0.3.7

  • Add major(), minor() and micro() to Version by ischaojie (#9)

  • 0.3.6

  • Fix Readme display

0.3.5

  • Make string serialization look more like poetry's
  • Implement __hash__ for VersionSpecifier

0.3.4

  • Python bindings for VersionSpecifiers

0.3.3

  • Implement Display for VersionSpecifiers

0.3.2

  • Expose VersionSpecifier().operator and VersionSpecifier().version to Python

0.3.1

  • Expose Version from PyVersion

0.3.0

  • Introduced a PyVersion wrapper specifically for the Python bindings to work around PyO3/pyo3#2786
  • Added VersionSpecifiers::contains
  • Added Version::from_release, a constructor for a version that is just a release such as 3.8.

0.2.0

  • Added VersionSpecifiers, a thin wrapper around Vec<VersionSpecifier> with a serde implementation. VersionSpecifiers::from_str is now preferred over parse_version_specifiers.

... (truncated)

Commits

Updates pep508_rs from 0.2.1 to 0.2.3

Commits
  • 0e705a2 Update dependencies
  • eae63ed Merge pull request #11 from jelmer/pyo3-0.19
  • 92191d8 Bump pyo3 to 0.19
  • 71fe55b Update dependencies
  • 9f951fc Merge pull request #10 from charbeljc/bugfix-env-current-rc
  • 3eb6cce Make tests more concise and fix releaselevel parsing
  • 8b56004 fix MarkerEnvironment.current()
  • 56c99f1 better test for MarkerEnvironment.current()
  • a28f340 more tests for environment markers
  • 257a239 marker: numpy; python_version in '2.6 2.7 3.2 3.3'
  • Additional commits viewable in compare view

Updates time from 0.3.20 to 0.3.30

Release notes

Sourced from time's releases.

v0.3.30

See the

Bumps the crates-io group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [cargo-config2](https://github.com/taiki-e/cargo-config2) | `0.1.9` | `0.1.15` |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.18.0` | `0.18.1` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.27` | `1.0.28` |
| [regex](https://github.com/rust-lang/regex) | `1.7.3` | `1.9.4` |
| [serde](https://github.com/serde-rs/serde) | `1.0.183` | `1.0.192` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.105` | `1.0.108` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.7` | `0.10.8` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.6.0` | `3.8.0` |
| [toml](https://github.com/toml-rs/toml) | `0.7.4` | `0.8.8` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.19.15` | `0.21.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.47` | `1.0.50` |
| [fs-err](https://github.com/andrewhickman/fs-err) | `2.9.0` | `2.10.0` |
| [semver](https://github.com/dtolnay/semver) | `1.0.18` | `1.0.20` |
| [target-lexicon](https://github.com/bytecodealliance/target-lexicon) | `0.12.11` | `0.12.12` |
| [indexmap](https://github.com/bluss/indexmap) | `1.9.3` | `2.1.0` |
| [pyproject-toml](https://github.com/PyO3/pyproject-toml-rs) | `0.6.1` | `0.8.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.82` | `1.0.84` |
| [pep440_rs](https://github.com/konstin/pep440-rs) | `0.3.6` | `0.3.12` |
| [pep508_rs](https://github.com/konstin/pep508_rs) | `0.2.1` | `0.2.3` |
| [time](https://github.com/time-rs/time) | `0.3.20` | `0.3.30` |
| [cargo-xwin](https://github.com/rust-cross/cargo-xwin) | `0.14.8` | `0.14.9` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.37` | `0.1.40` |
| [minijinja](https://github.com/mitsuhiko/minijinja) | `1.0.8` | `1.0.10` |
| [bytesize](https://github.com/hyunsik/bytesize) | `1.2.0` | `1.3.0` |
| [rustls-pemfile](https://github.com/rustls/pemfile) | `1.0.3` | `1.0.4` |
| [wild](https://gitlab.com/kornelski/wild) | `2.1.0` | `2.2.0` |
| [indoc](https://github.com/dtolnay/indoc) | `2.0.3` | `2.0.4` |
| [trycmd](https://github.com/assert-rs/trycmd) | `0.14.16` | `0.14.19` |
| [which](https://github.com/harryfei/which-rs) | `4.4.0` | `5.0.0` |


Updates `cargo-config2` from 0.1.9 to 0.1.15
- [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.9...v0.1.15)

Updates `cargo_metadata` from 0.18.0 to 0.18.1
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.18.0...0.18.1)

Updates `flate2` from 1.0.27 to 1.0.28
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.27...1.0.28)

Updates `regex` from 1.7.3 to 1.9.4
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.7.3...1.9.4)

Updates `serde` from 1.0.183 to 1.0.192
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.183...v1.0.192)

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

Updates `sha2` from 0.10.7 to 0.10.8
- [Commits](RustCrypto/hashes@sha2-v0.10.7...sha2-v0.10.8)

Updates `tempfile` from 3.6.0 to 3.8.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.6.0...v3.8.0)

Updates `toml` from 0.7.4 to 0.8.8
- [Commits](toml-rs/toml@toml-v0.7.4...toml-v0.8.8)

Updates `toml_edit` from 0.19.15 to 0.21.0
- [Commits](toml-rs/toml@v0.19.15...v0.21.0)

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

Updates `fs-err` from 2.9.0 to 2.10.0
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/fs-err@2.9.0...2.10.0)

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

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

Updates `indexmap` from 1.9.3 to 2.1.0
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@1.9.3...2.1.0)

Updates `pyproject-toml` from 0.6.1 to 0.8.1
- [Changelog](https://github.com/PyO3/pyproject-toml-rs/blob/main/Changelog.md)
- [Commits](PyO3/pyproject-toml-rs@v0.6.1...v0.8.1)

Updates `cc` from 1.0.82 to 1.0.84
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](rust-lang/cc-rs@1.0.82...1.0.84)

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

Updates `pep508_rs` from 0.2.1 to 0.2.3
- [Commits](konstin/pep508_rs@v0.2.1...v0.2.3)

Updates `time` from 0.3.20 to 0.3.30
- [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.20...v0.3.30)

Updates `cargo-xwin` from 0.14.8 to 0.14.9
- [Release notes](https://github.com/rust-cross/cargo-xwin/releases)
- [Commits](rust-cross/cargo-xwin@v0.14.8...v0.14.9)

Updates `tracing` from 0.1.37 to 0.1.40
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.37...tracing-0.1.40)

Updates `minijinja` from 1.0.8 to 1.0.10
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@1.0.8...1.0.10)

Updates `bytesize` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/hyunsik/bytesize/releases)
- [Commits](bytesize-rs/bytesize@v1.2.0...v1.3.0)

Updates `rustls-pemfile` from 1.0.3 to 1.0.4
- [Commits](rustls/pemfile@v/1.0.3...v/1.0.4)

Updates `wild` from 2.1.0 to 2.2.0
- [Commits](https://gitlab.com/kornelski/wild/compare/v2.1.0...v2.2.0)

Updates `indoc` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@2.0.3...2.0.4)

Updates `trycmd` from 0.14.16 to 0.14.19
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md)
- [Commits](assert-rs/snapbox@v0.14.16...v0.14.19)

Updates `which` from 4.4.0 to 5.0.0
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/commits)

---
updated-dependencies:
- dependency-name: cargo-config2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: cargo_metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: regex
  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: sha2
  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: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: toml_edit
  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: fs-err
  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: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: crates-io
- dependency-name: pyproject-toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: cc
  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-patch
  dependency-group: crates-io
- dependency-name: pep508_rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: time
  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: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: minijinja
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: bytesize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: rustls-pemfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: wild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: indoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: trycmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Nov 13, 2023
Copy link

netlify bot commented Nov 13, 2023

Deploy Preview for maturin-guide ready!

Name Link
🔨 Latest commit a138083
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/65521860de39b6000854d895
😎 Deploy Preview https://deploy-preview-1848--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 Nov 14, 2023

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

@dependabot dependabot bot closed this Nov 14, 2023
@dependabot dependabot bot deleted the dependabot/cargo/crates-io-39e3a01226 branch November 14, 2023 12:33
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