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 across 1 directory with 29 updates #2192

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2024

Bumps the crates-io group with 28 updates in the / directory:

Package From To
cargo-config2 0.1.26 0.1.27
cbindgen 0.26.0 0.27.0
flate2 1.0.30 1.0.32
regex 1.10.5 1.10.6
serde 1.0.204 1.0.208
serde_json 1.0.120 1.0.125
tempfile 3.10.1 3.12.0
toml 0.8.14 0.8.15
zip 0.6.6 1.1.4
thiserror 1.0.61 1.0.63
target-lexicon 0.12.15 0.12.16
indexmap 2.2.6 2.4.0
itertools 0.12.1 0.13.0
cc 1.1.6 1.1.13
dunce 1.0.4 1.0.5
normpath 1.2.0 1.3.0
pep440_rs 0.6.0 0.6.6
pep508_rs 0.6.0 0.6.1
unicode-xid 0.2.4 0.2.5
cargo-zigbuild 0.18.4 0.19.1
cargo-xwin 0.16.5 0.17.3
minijinja 1.0.21 2.1.2
ureq 2.9.7 2.10.1
rustls 0.22.4 0.23.12
rustls-pemfile 2.1.2 2.1.3
rstest 0.21.0 0.22.0
trycmd 0.15.4 0.15.6
which 6.0.1 6.0.3

Updates cargo-config2 from 0.1.26 to 0.1.27

Release notes

Sourced from cargo-config2's releases.

0.1.27

Changelog

Sourced from cargo-config2's changelog.

[0.1.27] - 2024-08-19

Commits

Updates cbindgen from 0.26.0 to 0.27.0

Changelog

Sourced from cbindgen's changelog.

0.27.0

  * Revert: The `Config` struct now has a private member.
  * Allow users to specify a crate version for bindings generation ([#901](https://github.com/mozilla/cbindgen/issues/901)).
  * Update MSRV to 1.74 ([#912](https://github.com/mozilla/cbindgen/issues/912), [#987](https://github.com/mozilla/cbindgen/issues/987)).
  * Support #[deprecated] on enum variants ([#933](https://github.com/mozilla/cbindgen/issues/933)).
  * Support integrating the package_version information in a header file comment ([#939](https://github.com/mozilla/cbindgen/issues/939)).
  * Add a language backend ([#942](https://github.com/mozilla/cbindgen/issues/942)).
  * Support generics with defaulted args ([#959](https://github.com/mozilla/cbindgen/issues/959)).
  * Add `VaList` compatibility ([#970](https://github.com/mozilla/cbindgen/issues/970)).
Commits
  • 58c6156 Bump MSRV again for clap.
  • 103a8de Cargo update and version bump.
  • 67cb560 Update CHANGES since v0.26.0
  • 3162981 Output condition for globals.
  • e469e44 Add missing parens to log message
  • 3cbb637 Update cython expectations from the previous patch.
  • 785e066 Fix variadic arguments when used in function pointer
  • aa8ea65 deps: Update syn to 2.0
  • 9f63284 Generalize Item to expose documentation and generic params
  • 1dda616 Used documented method of specifying variadic arguments
  • Additional commits viewable in compare view

Updates flate2 from 1.0.30 to 1.0.32

Release notes

Sourced from flate2's releases.

1.0.32 - turn panic into error

What's Changed

Fix

Other

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.31...1.0.32

1.0.31

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.30...1.0.31

Changelog

Sourced from flate2's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.31 (2024-08-03)

This release allows using libz-rs in the latest version, v0.2.1.

Commit Statistics

  • 7 commits contributed to the release over the course of 95 calendar days.
  • 95 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Add exclusion rule to not package github or git specific files with crate. (25541bd)
    • Crate and update changelog in preparation for release. (1dbed76)
    • Merge pull request #415 from folkertdev/bump-version-zlib-rs-0.2.1 (a7853c0)
    • Release version 1.0.31: bump libz-rs-sys version (e6f6949)
    • Merge pull request #414 from yestyle/main (9e6af00)
    • Remove duplicate word in top-most doc (411d641)
    • Merge pull request #408 from marxin/document-read-after-end (1a0daec)
Commits
  • 367ec74 Merge pull request #423 from crazymerlyn/memerror
  • 6084e47 Bump version
  • d0fdac5 Return error instead of packing on Z_MEM_ERROR
  • 5d1ecf6 Merge pull request #422 from jongiddy/fix-main-ci
  • 35b4a63 Remove non-existent build in CI
  • d616177 Merge pull request #421 from jongiddy/test-minimal-version
  • 140b285 Check minimal version of Rust that compiles
  • 74b3c73 Merge pull request #419 from Byron/maintenance-guide
  • af8bcdb update maintenance guide with recent news
  • dc6cab4 Merge pull request #420 from oyvindln/update_miniz_oxide
  • Additional commits viewable in compare view

Updates regex from 1.10.5 to 1.10.6

Changelog

Sourced from regex's changelog.

1.10.6 (2024-08-02)

This is a new patch release with a fix for the unstable crate feature that enables std::str::Pattern trait integration.

Bug fixes:

Commits

Updates serde from 1.0.204 to 1.0.208

Release notes

Sourced from serde's releases.

v1.0.208

  • Support serializing and deserializing unit structs in a flatten field (#2802, thanks @​jonhoo)

v1.0.207

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#2795, thanks @​Mingun)

v1.0.206

  • Improve support for flatten attribute inside of enums (#2567, thanks @​Mingun)

v1.0.205

  • Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#2785, thanks @​Mingun)
  • Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#2791)
Commits
  • 026e91a Release 1.0.208
  • bfbedac Merge pull request #2802 from jonhoo/flatten-unit-struct
  • 4036ff8 Support (de-)serializing flattened unit struct
  • 1b4da41 Release 1.0.207
  • f61d452 Touch up PR 2795
  • f986609 Merge pull request #2795 from Mingun/has-flatten-rework
  • 77a6a9d Take into account only not skipped flatten fields when choose serialization form
  • 547d843 Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...
  • 005cb84 Fail with an understandable message is number of fields for serialization is ...
  • fd5b5e9 Correctly calculate has_flatten attribute in all cases for deserialization
  • Additional commits viewable in compare view

Updates serde_json from 1.0.120 to 1.0.125

Release notes

Sourced from serde_json's releases.

1.0.125

  • Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @​purplesyringa)

v1.0.124

v1.0.123

v1.0.122

  • Support using json! in no-std crates (#1166)

v1.0.121

Commits
  • 6130f9b Release 1.0.125
  • cc7a160 Touch up PR 1175
  • 0f942e5 Merge pull request 1175 from iex-rs/faster-backslash-u
  • d8921cd Merge pull request #1172 from iex-rs/faster-hex
  • b4bc643 Merge pull request #1176 from dtolnay/miriname
  • 94a2aad Improve job names for miri jobs
  • 8073fc1 Merge pull request #1174 from iex-rs/miri-on-ci
  • 96ae604 Correct WTF-8 parsing
  • 236cc82 Simplify unicode escape handling
  • 2f28d10 Use the same UTF-8/WTF-8 impl for surrogates
  • Additional commits viewable in compare view

Updates tempfile from 3.10.1 to 3.12.0

Changelog

Sourced from tempfile's changelog.

3.12.0

  • Add a keep(keep: bool) function to builder that suppresses delete-on-drop behavior (thanks to @​RalfJung).
  • Update windows-sys from 0.52 to 0.59.

3.11.0

  • Add the ability to override the default temporary directory. This API shouldn't be used in general, but there are some cases where it's unavoidable.
Commits

Updates toml from 0.8.14 to 0.8.15

Commits
  • 9217e44 chore: Release
  • 003ce94 docs: Update changelog
  • b463f3d Merge pull request #757 from epage/key
  • 3d8852b fix(encode): Be extra sure it can be a literal
  • e1bc1c3 refactor(encode): Pull out literal inference
  • fbb0ac2 test(encode): Add property-based tests for keys/strings
  • 0b268f2 fix(encode): Correct encoding for key with mixed quotes
  • 82c0195 refactor(encode): Make str repr inferring clearer
  • 330b590 refactor(encode): Extract all str repr inferring
  • 00fb5ee test(edit): Add more roundtrip testing
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.14 to 0.22.16

Commits
  • 9217e44 chore: Release
  • 003ce94 docs: Update changelog
  • b463f3d Merge pull request #757 from epage/key
  • 3d8852b fix(encode): Be extra sure it can be a literal
  • e1bc1c3 refactor(encode): Pull out literal inference
  • fbb0ac2 test(encode): Add property-based tests for keys/strings
  • 0b268f2 fix(encode): Correct encoding for key with mixed quotes
  • 82c0195 refactor(encode): Make str repr inferring clearer
  • 330b590 refactor(encode): Extract all str repr inferring
  • 00fb5ee test(edit): Add more roundtrip testing
  • Additional commits viewable in compare view

Updates zip from 0.6.6 to 1.1.4

Release notes

Sourced from zip's releases.

v1.1.4

🐛 Bug Fixes

  • Rare bug where find_and_parse would give up prematurely on detecting a false end-of-CDR header

v1.1.3

🐛 Bug Fixes

  • Alignment was previously handled incorrectly (#33)

🚜 Refactor

  • deprecate deflate-miniz feature since it's now equivalent to deflate (#35)

v1.1.2

Added

  • index_for_name, index_for_path, name_for_index: get the index of a file given its path or vice-versa, without initializing metadata from the local-file header or needing to mutably borrow the ZipArchive.
  • add_symlink_from_path, shallow_copy_file_from_path, deep_copy_file_from_path, raw_copy_file_to_path: copy a file or create a symlink using AsRef<Path> arguments

Changed

  • add_directory_from_path and start_file_from_path are no longer deprecated, and they now normalize .. as well as ..
Changelog

Sourced from zip's changelog.

1.1.4 - 2024-05-04

🐛 Bug Fixes

  • Build was failing with bzip2 enabled
  • use is_dir in more places where Windows paths might be handled incorrectly

⚡ Performance

  • Quick filter for paths that contain "/../" or "/./" or start with "./" or "../"
  • Fast handling for separator-free paths
  • Speed up logic if main separator isn't '/'
  • Drop normalized_components slightly sooner when not using it
  • Speed up path_to_string in cases where the path is already in the proper format

⚙️ Miscellaneous Tasks

  • Refactor: can short-circuit handling of paths that start with MAIN_SEPARATOR, no matter what MAIN_SEPARATOR is
  • Bug fix: non-canonical path detection when MAIN_SEPARATOR is not slash or occurs twice in a row
  • Bug fix: must recreate if . or .. is a path element
  • Bug fix

◀️ Revert

  • #58 (partial): bzip2-rs can't replace bzip2 because it's decompress-only

1.1.3 - 2024-04-30

🐛 Bug Fixes

  • Rare bug where find_and_parse would give up prematurely on detecting a false end-of-CDR header

1.1.2 - 2024-04-28

🐛 Bug Fixes

  • Alignment was previously handled incorrectly (#33)

🚜 Refactor

  • deprecate deflate-miniz feature since it's now equivalent to deflate (#35)

[1.1.1]

Added

  • index_for_name, index_for_path, name_for_index: get the index of a file given its path or vice-versa, without initializing metadata from the local-file header or needing to mutably borrow the ZipArchive.
  • add_symlink_from_path, shallow_copy_file_from_path, deep_copy_file_from_path, raw_copy_file_to_path: copy a file or create a symlink using AsRef<Path> arguments

Changed

  • add_directory_from_path and start_file_from_path are no longer deprecated, and they now normalize .. as well as ..

[1.1.0]

... (truncated)

Commits

Updates thiserror from 1.0.61 to 1.0.63

Release notes

Sourced from thiserror's releases.

1.0.63

  • Documentation improvements

1.0.62

  • Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#309)
Commits
  • 915c75e Release 1.0.63
  • 3d5ec25 Merge pull request #312 from dtolnay/backtracedoc
  • de8a1e5 Update documentation of #[from] and #[backtrace] attributes
  • 0bf6e3d Release 1.0.62
  • 4977932 Merge pull request #310 from dtolnay/nestedtuple
  • 40a7779 Support .0.0 nested tuple index
  • f1ca210 Add regression test for issue 309
  • 479744e No need for dead code if struct fields are public
  • 4db08b1 Ignore warning on unused struct in test
  • f2824ae Fill in ignore reasons in all #[ignore] attributes
  • See full diff in compare view

Updates target-lexicon from 0.12.15 to 0.12.16

Commits

Updates indexmap from 2.2.6 to 2.4.0

Changelog

Sourced from indexmap's changelog.

2.4.0

  • Added methods IndexMap::append and IndexSet::append, moving all items from one map or set into another, and leaving the original capacity for reuse.

2.3.0

  • Added trait MutableEntryKey for opt-in mutable access to map entry keys.
  • Added method MutableKeys::iter_mut2 for opt-in mutable iteration of map keys and values.
Commits
  • b66bbfe Merge pull request #337 from cuviper/append
  • a288bf3 Add a README note for ordermap
  • 0b2b4b9 Release 2.4.0
  • 8c0a1cd Add append methods
  • 22c0b4e Merge pull request #335 from epage/mut
  • 39f7cc0 Release 2.3.0
  • 6049d51 feat(map): Add MutableKeys::iter_mut2
  • 65c3c46 feat(map): Add MutableEntryKey
  • 7f7d39f Merge pull request #332 from waywardmonkeys/missing-indentation-in-doc-comment
  • 8222a59 Fix missing indentation in doc comment.
  • Additional commits viewable in compare view

Updates itertools from 0.12.1 to 0.13.0

Changelog

Sourced from itertools's changelog.

0.13.0

Breaking

  • Removed implementation of DoubleEndedIterator for ConsTuples (#853)
  • Made MultiProduct fused and fixed on an empty iterator (#835, #834)
  • Changed iproduct! to return tuples for maxi one iterator too (#870)
  • Changed PutBack::put_back to return the old value (#880)
  • Removed deprecated repeat_call, Itertools::{foreach, step, map_results, fold_results} (#878)
  • Removed TakeWhileInclusive::new (#912)

Added

  • Added Itertools::{smallest_by, smallest_by_key, largest, largest_by, largest_by_key} (#654, #885)
  • Added Itertools::tail (#899)
  • Implemented DoubleEndedIterator for ProcessResults (#910)
  • Implemented Debug for FormatWith (#931)
  • Added Itertools::get (#891)

Changed

  • Deprecated Itertools::group_by (renamed chunk_by) (#866, #879)
  • Deprecated unfold (use std::iter::from_fn instead) (#871)
  • Optimized GroupingMapBy (#873, #876)
  • Relaxed Fn bounds to FnMut in diff_with, Itertools::into_group_map_by (#886)
  • Relaxed Debug/Clone bounds for MapInto (#889)
  • Documented the use_alloc feature (#887)
  • Optimized Itertools::set_from (#888)
  • Removed badges in README.md (#890)
  • Added "no-std" categories in Cargo.toml (#894)
  • Fixed Itertools::k_smallest on short unfused iterators (#900)
  • Deprecated Itertools::tree_fold1 (renamed tree_reduce) (#895)
  • Deprecated GroupingMap::fold_first (renamed reduce) (#902)
  • Fixed Itertools::k_smallest(0) to consume the iterator, optimized Itertools::k_smallest(1) (#909)
  • Specialized Combinations::nth (#914)
  • Specialized MergeBy::fold (#920)
  • Specialized CombinationsWithReplacement::nth (#923)
  • Specialized FlattenOk::{fold, rfold} (#927)
  • Specialized Powerset::nth (#924)
  • Documentation fixes (#882, #936)
  • Fixed assert_equal for iterators longer than i32::MAX (#932)
  • Updated the must_use message of non-lazy KMergeBy and TupleCombinations (#939)

Notable Internal Changes

  • Tested iterator laziness (#792)
  • Created CONTRIBUTING.md (#767)
Commits
  • d5084d1 Prepare v0.13.0 release (#937)
  • d7c99d5 TupleCombinations is not lazy but must be used nonetheless
  • 074c7fc KMergeBy is not lazy but must be used nonetheless
  • 2ad9e07 assert_equal: fix clippy::default_numeric_fallback
  • 0d4efc8 Remove free function get
  • 05cc0ee get(s..=usize::MAX) should be fine when s != 0
  • 3c16f14 get: when is it ESI and/or DEI
  • 4dd6ba0 get: panics if the range includes usize::MAX
  • 7a9ce56 get(r: Range) as Skip\<Take>
  • f676f2f Remove the unspecified check about .get(exhausted_range_inclusive)
  • Additional commits viewable in compare view

Updates cc from 1.1.6 to 1.1.13

Release notes

Sourced from cc's releases.

cc-v1.1.13

Other

  • Fix detect family: should detect emscripten as clang, closes #1185 (#1186)

cc-v1.1.12

Other

cc-v1.1.11

Other

  • Add support for parsing shell encoded *FLAGS (#1181)
  • Replace vector of tuples with BTreeMap which already is sorted and free of duplicates (#1177)

cc-v1.1.10

Other

  • Remap Windows targets triples to their LLVM counterparts (#1176)

cc-v1.1.9

Other

  • Add custom CC wrapper to the wrapper whitelist (#1175)

cc-v1.1.8

Other

  • Fix broken link in docs.rs (#1173)

cc-v1.1.7

Other

Changelog

Sourced from cc's changelog.

1.1.13 - 2024-08-16

Other

  • Fix detect family: should detect emscripten as clang, closes #1185 (#1186)

1.1.12 - 2024-08-15

Other

1.1.11 - 2024-08-14

Other

  • Add support for parsing shell encoded *FLAGS (#1181)
  • Replace vector of tuples with BTreeMap which already is sorted and free of duplicates (#1177)

1.1.10 - 2024-08-11

Other

  • Remap Windows targets triples to their LLVM counterparts (#1176)

1.1.9 - 2024-08-11

Other

  • Add custom CC wrapper to the wrapper whitelist (#1175)

1.1.8 - 2024-08-06

Other

  • Fix broken link in docs.rs (#1173)

1.1.7 - 2024-07-29

Other

Commits

Updates dunce from 1.0.4 to 1.0.5

Commits

Updates normpath from 1.2.0 to 1.3.0

Release notes

Sourced from normpath's releases.

1.3.0

Commits
  • d65453f Bump version
  • 25a8b60 Merge pull request #20 from dylni/dependabot/cargo/windows-sys-0.59
  • ab21064 Adjust to "windows-sys" API changes
  • 8164f5a Separate shortening and expansion methods
  • efcaca9 Minor improvements
  • 5c60c48 Update windows-sys requirement from 0.52 to 0.59
  • 95871a8 Add more tests
  • c16e087 Further avoid resolving verbatim paths
  • ba493c3 Expand shorthand paths (#19)
  • fa5e355 Update uniquote requirement from 3.0 to 4.0 (#17)
  • Additional commits viewable in compare view

Updates pep440_rs from 0.6.0 to 0.6.6

Changelog

Sourced from pep440_rs's changelog.

0.6.6

  • Add VersionSpecifiers::empty(), which is present in the uv version of this crate but missing here.

0.6.2 - 0.6.5

  • CI fixes

0.6.1

  • Update pyo3 to 0.22

0.6

  • Update pyo3 to 0.21 and a minimum of python 3.8

0.5

The crate has been completely rewritten by burntsushi.

  • Faster version parsing.
  • Faster version comparisons.
  • Version field accessors are now methods.
  • Version is an Arc of its internal representation, so cloning is cheap.
  • The internal representation of a version is split into a full representation and an optimized small variant that can handle 75% of the versions on pypi.
  • Parse errors are now opaque.
  • rkyv support.

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

0.3.12

  • Implement FromPyObject for Version

0.3.11

  • CI fix

0.3.10

... (truncated)

Commits

Updates pep508_rs from 0.6.0 to 0.6.1

Changelog

Sourced from pep508_rs's changelog.

0.6.1

  • Update to pyo3 0.22
Commits

Bumps the crates-io group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cargo-config2](https://github.com/taiki-e/cargo-config2) | `0.1.26` | `0.1.27` |
| [cbindgen](https://github.com/mozilla/cbindgen) | `0.26.0` | `0.27.0` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.30` | `1.0.32` |
| [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` |
| [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.208` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.120` | `1.0.125` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.12.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.14` | `0.8.15` |
| [zip](https://github.com/zip-rs/zip2) | `0.6.6` | `1.1.4` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.63` |
| [target-lexicon](https://github.com/bytecodealliance/target-lexicon) | `0.12.15` | `0.12.16` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.6` | `2.4.0` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.13.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.6` | `1.1.13` |
| [dunce](https://gitlab.com/kornelski/dunce) | `1.0.4` | `1.0.5` |
| [normpath](https://github.com/dylni/normpath) | `1.2.0` | `1.3.0` |
| [pep440_rs](https://github.com/konstin/pep440-rs) | `0.6.0` | `0.6.6` |
| [pep508_rs](https://github.com/konstin/pep508_rs) | `0.6.0` | `0.6.1` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.4` | `0.2.5` |
| [cargo-zigbuild](https://github.com/rust-cross/cargo-zigbuild) | `0.18.4` | `0.19.1` |
| [cargo-xwin](https://github.com/rust-cross/cargo-xwin) | `0.16.5` | `0.17.3` |
| [minijinja](https://github.com/mitsuhiko/minijinja) | `1.0.21` | `2.1.2` |
| [ureq](https://github.com/algesten/ureq) | `2.9.7` | `2.10.1` |
| [rustls](https://github.com/rustls/rustls) | `0.22.4` | `0.23.12` |
| [rustls-pemfile](https://github.com/rustls/pemfile) | `2.1.2` | `2.1.3` |
| [rstest](https://github.com/la10736/rstest) | `0.21.0` | `0.22.0` |
| [trycmd](https://github.com/assert-rs/trycmd) | `0.15.4` | `0.15.6` |
| [which](https://github.com/harryfei/which-rs) | `6.0.1` | `6.0.3` |



Updates `cargo-config2` from 0.1.26 to 0.1.27
- [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.26...v0.1.27)

Updates `cbindgen` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/mozilla/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](mozilla/cbindgen@0.26.0...v0.27.0)

Updates `flate2` from 1.0.30 to 1.0.32
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.30...1.0.32)

Updates `regex` from 1.10.5 to 1.10.6
- [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.10.5...1.10.6)

Updates `serde` from 1.0.204 to 1.0.208
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.204...v1.0.208)

Updates `serde_json` from 1.0.120 to 1.0.125
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.120...1.0.125)

Updates `tempfile` from 3.10.1 to 3.12.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

Updates `toml` from 0.8.14 to 0.8.15
- [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15)

Updates `toml_edit` from 0.22.14 to 0.22.16
- [Commits](toml-rs/toml@v0.22.14...v0.22.16)

Updates `zip` from 0.6.6 to 1.1.4
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/commits/v1.1.4)

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

Updates `target-lexicon` from 0.12.15 to 0.12.16
- [Commits](bytecodealliance/target-lexicon@v0.12.15...v0.12.16)

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

Updates `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)

Updates `cc` from 1.1.6 to 1.1.13
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.6...cc-v1.1.13)

Updates `dunce` from 1.0.4 to 1.0.5
- [Commits](https://gitlab.com/kornelski/dunce/compare/v1.0.4...v1.0.5)

Updates `normpath` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/dylni/normpath/releases)
- [Commits](dylni/normpath@1.2.0...1.3.0)

Updates `pep440_rs` from 0.6.0 to 0.6.6
- [Changelog](https://github.com/konstin/pep440-rs/blob/main/Changelog.md)
- [Commits](konstin/pep440-rs@v0.6.0...v0.6.6)

Updates `pep508_rs` from 0.6.0 to 0.6.1
- [Changelog](https://github.com/konstin/pep508_rs/blob/main/Changelog.md)
- [Commits](konstin/pep508_rs@v0.6.0...v0.6.1)

Updates `unicode-xid` from 0.2.4 to 0.2.5
- [Commits](unicode-rs/unicode-xid@v0.2.4...v0.2.5)

Updates `cargo-zigbuild` from 0.18.4 to 0.19.1
- [Release notes](https://github.com/rust-cross/cargo-zigbuild/releases)
- [Commits](rust-cross/cargo-zigbuild@v0.18.4...v0.19.1)

Updates `cargo-xwin` from 0.16.5 to 0.17.3
- [Release notes](https://github.com/rust-cross/cargo-xwin/releases)
- [Commits](rust-cross/cargo-xwin@v0.16.5...v0.17.3)

Updates `minijinja` from 1.0.21 to 2.1.2
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@1.0.21...2.1.2)

Updates `ureq` from 2.9.7 to 2.10.1
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.9.7...2.10.1)

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

Updates `rustls-pemfile` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/2.1.2...v/2.1.3)

Updates `rstest` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.21.0...v0.22.0)

Updates `trycmd` from 0.15.4 to 0.15.6
- [Commits](assert-rs/snapbox@trycmd-v0.15.4...trycmd-v0.15.6)

Updates `which` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@6.0.1...6.0.3)

---
updated-dependencies:
- dependency-name: cargo-config2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: cbindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-patch
  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: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: crates-io
- dependency-name: thiserror
  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-minor
  dependency-group: crates-io
- dependency-name: itertools
  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: dunce
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: normpath
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: unicode-xid
  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-minor
  dependency-group: crates-io
- dependency-name: cargo-xwin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: minijinja
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: crates-io
- dependency-name: ureq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: rustls
  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: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-patch
  dependency-group: crates-io
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Something related to dependencies rust Pull requests that update Rust code labels Aug 21, 2024
Copy link

netlify bot commented Aug 21, 2024

Deploy Preview for maturin-guide ready!

Name Link
🔨 Latest commit 33090a5
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/66c661d953bac30008047592
😎 Deploy Preview https://deploy-preview-2192--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 Aug 27, 2024

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

@dependabot dependabot bot closed this Aug 27, 2024
@dependabot dependabot bot deleted the dependabot/cargo/crates-io-bcca1f8002 branch August 27, 2024 11:55
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