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 18 updates #2169

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
serde_json 1.0.120 1.0.121
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.3.0
itertools 0.12.1 0.13.0
cc 1.1.6 1.1.7
pep440_rs 0.6.0 0.6.6
pep508_rs 0.6.0 0.6.1
cargo-zigbuild 0.18.4 0.19.1
cargo-xwin 0.16.5 0.17.3
minijinja 1.0.21 2.1.1
ureq 2.9.7 2.10.0
rustls 0.22.4 0.23.12
trycmd 0.15.4 0.15.6
which 6.0.1 6.0.2

Updates serde_json from 1.0.120 to 1.0.121

Release notes

Sourced from serde_json's releases.

v1.0.121

Commits
  • eca2658 Release 1.0.121
  • b0d678c Merge pull request #1160 from iex-rs/efficient-position
  • b1edc7d Optimize position search in error path
  • 40dd7f5 Merge pull request #1159 from iex-rs/fix-recursion
  • 6a306e6 Move call to tri! out of check_recursion!
  • 3f1c6de Ignore byte_char_slices clippy lint in test
  • 3fd6f5f Merge pull request #1153 from dpathakj/master
  • fcb5e83 Correct documentation URL for Value's Index impl.
  • See full diff in compare view

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.3.0

Changelog

Sourced from indexmap's changelog.

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
  • 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.
  • 1a71dde Merge pull request #327 from waywardmonkeys/dep-update-dev-dep-itertools
  • ac2a8a5 deps(dev): Update itertools
  • See full diff 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.7

Release notes

Sourced from cc's releases.

cc-v1.1.7

Other

Changelog

Sourced from cc's changelog.

1.1.7 - 2024-07-29

Other

Commits

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

Updates cargo-zigbuild from 0.18.4 to 0.19.1

Release notes

Sourced from cargo-zigbuild's releases.

v0.19.1

What's Changed

New Contributors

Full Changelog: rust-cross/cargo-zigbuild@v0.19.0...v0.19.1

v0.19.0

What's Changed

Full Changelog: rust-cross/cargo-zigbuild@v0.18.4...v0.19.0

Commits

Updates cargo-xwin from 0.16.5 to 0.17.3

Release notes

Sourced from cargo-xwin's releases.

v0.17.3

No release notes provided.

v0.17.3

No release notes provided.

v0.17.2

No release notes provided.

v0.17.1

What's Changed

New Contributors

Full Changelog: rust-cross/cargo-xwin@v0.17.0...v0.17.1

v0.17.0

No release notes provided.

Commits

Updates minijinja from 1.0.21 to 2.1.1

Release notes

Sourced from minijinja's releases.

2.1.1

Release Notes

  • Added indent parameter to tojson filter. #546
  • Added randrange, lipsum, random, cycler and joiner to minijinja-contrib. #547
  • Added the ability to use &T and Arc<T> as parameters to filters and functions if T is an Object. #548
  • minijinja-cli now also enables the datetime, timezone and rand features. #549
  • Aligned the behavior of the int filter closer to Jinja2. #549

Install minijinja-cli 2.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.1.1/minijinja-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.1.1/minijinja-cli-installer.ps1 | iex"

Download minijinja-cli 2.1.1

File Platform Checksum
minijinja-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
minijinja-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
minijinja-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
minijinja-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
minijinja-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.1.0

Release Notes

  • minijinja-cli now supports .ini files. #532
  • Fixed a bug that caused cycle detection to trigger incorrectly when an included template extended from another template. #538
  • Bumped the minimum version of self_cell to 1.0.4. #540
  • MiniJinja will now warn if the serde feature is disabled. This is in anticipation of removing the serde dependency in the future. #541
  • Improved an edge case with State::resolve. It now can resolve the initial template context in macro calls even if no closure has been created. #542

Install minijinja-cli 2.1.0

... (truncated)

Changelog

Sourced from minijinja's changelog.

2.1.1

  • Added indent parameter to tojson filter. #546
  • Added randrange, lipsum, random, cycler and joiner to minijinja-contrib. #547
  • Added the ability to use &T and Arc<T> as parameters to filters and functions if T is an Object. #548
  • minijinja-cli now also enables the datetime, timezone and rand features. #549
  • Aligned the behavior of the int filter closer to Jinja2. #549

2.1.0

  • minijinja-cli now supports .ini files. #532
  • Fixed a bug that caused cycle detection to trigger incorrectly when an included template extended from another template. #538
  • Bumped the minimum version of self_cell to 1.0.4. #540
  • MiniJinja will now warn if the serde feature is disabled. This is in anticipation of removing the serde dependency in the future. #541
  • Improved an edge case with State::resolve. It now can resolve the initial template context in macro calls even if no closure has been created. #542

2.0.3

  • Added new methods to pycompat: str.endswith, str.rfind, str.isalnum, str.isalpha, str.isascii, str.isdigit, str.isnumeric, str.join, str.startswith. #522
  • Added the missing tests boolean, divisibleby, lower and upper. #592
  • minijinja-cli now supports YAML aliases and merge keys. #531

2.0.2

  • Implemented sequence (+ some iterator) and string repeating with the * operator to match Jinja2 behavior. #519
  • Added the new minijinja::pycompat module which allows one to register an unknown method callback that provides most built-in Python methods. This makes things such as dict.keys work. Also adds a new --py-compat flag to minijinja-cli that enables it. This improves the compatibility with Python based templates. #521
  • Added a new |split filter that works like the .split method in Python. #517

2.0.1

  • Fixed an issue that caused custom delimiters to not work in the Python binding. #506

2.0.0

This is a major update to MiniJinja that changes a lot of core internals and cleans up some APIs. In particular it resolves somes limitations in the engine

... (truncated)

Commits

Updates ureq from 2.9.7 to 2.10.0

Changelog

Sourced from ureq's changelog.

2.10.0

  • Bump MSRV 1.61 -> 1.63 due to rustls (#764)
  • Update deps (only patch versions in Cargo.lock) (#763)
  • Refork frewsxcv/rust-chunked-transfer to fix MIT/Apache2.0 license (#761)
  • Enable http-crate feature for docs (#755)
  • Update Rustls from 0.22 to 0.23 - this may be a breaking change if your application depends on Rustls 0.22 (e.g. to provide a custom rustls::ClientConfig to ureq). See the Rustls 0.23.0 changelog for a list of breaking API changes (#753)
  • Rustls dep to default to ring backend. If your project uses the default ureq TLS config, or constructs its own rustls::ClientConfig with rustls::ClientConfig::builder() you must ensure the Rustls aws-lc-rs feature is not activated, or set the process default cryptography provider before constructing any configs. See the Rustls CryptoProvider docs for more information (#753)
  • Remove direct dep rustls-webpki (#752)
  • Fix doc Rustls does now support IP address certificates (#759)(#753)
Commits
  • 1cad58f 2.10.0
  • 3b34812 Update changelog
  • 733048f Update deps
  • dc3b43d Bump MSRV 1.61 -> 1.63
  • 24828c0 rustls default to ring backend
  • 42bffb7 Handle missing \r\n with connection close
  • 96061c6 Refork frewsxcv/rust-chunked-transfer under MIT license
  • a138d2e Rustls supports IP SANs since 0.21.0
  • 5ed699d Enable http-crate feature while building docs
  • 6171608 Remove direct dep on rustls-webpki
  • Additional commits viewable in compare view

Updates rustls from 0.22.4 to 0.23.12

Commits
  • ebda385 Update version to 0.23.12
  • 127a0a7 build(deps): bump openssl from 0.10.64 to 0.10.66
  • 3cc2c2d Support P521 SHA-256/SHA-384 signatures with aws-lc-rs (#2050)
  • e58aaa8 ci: add rebaseWhen to renovate config
  • dfc8ae5 ci: remove stabilityDays from renovate config
  • 49c31cb chore(deps): lock file maintenance
  • 63eecac chore(deps): update rust crate tikv-jemallocator to 0.6
  • 7b521da roadmap: reflect 0.23.11
  • cd9be0d Prepare 0.23.11
  • f781276 x509.rs: move asn1_wrap below callers
  • Additional commits viewable in compare view

Updates trycmd from 0.15.4 to 0.15.6

Commits

Updates which from 6.0.1 to 6.0.2

Release notes

Sourced from which's releases.

6.0.2

  • Add tracing feature which outputs debugging information to the tracing ecosystem.
Changelog

Sourced from which's changelog.

6.0.2

  • Add tracing feature which outputs debugging information to the tracing ecosystem.
Commits
  • 299189a Bump version to 6.0.2
  • 07dea2e also run CI without features enabled
  • fa97502 modernize deny.toml
  • ebf355f Turn off tracing default features
  • ba36812 fix Windows code
  • d6a1416 add optional tracing feature, trace which logic
  • 7a71ac6 Change from checkout@v3 to checkout@v4
  • 24efb5a Remove CI dependency on node16
  • See full diff 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 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.120` | `1.0.121` |
| [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.3.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.7` |
| [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` |
| [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.1` |
| [ureq](https://github.com/algesten/ureq) | `2.9.7` | `2.10.0` |
| [rustls](https://github.com/rustls/rustls) | `0.22.4` | `0.23.12` |
| [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.2` |



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

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.3.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.2.6...2.3.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.7
- [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.7)

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 `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.1
- [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.1)

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

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 `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.2
- [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.2)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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: 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: 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 1, 2024
Copy link

netlify bot commented Aug 1, 2024

Deploy Preview for maturin-guide ready!

Name Link
🔨 Latest commit 5d47376
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/66abbcce6300e200082e483a
😎 Deploy Preview https://deploy-preview-2169--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 21, 2024

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

@dependabot dependabot bot closed this Aug 21, 2024
@dependabot dependabot bot deleted the dependabot/cargo/crates-io-998911272d branch August 21, 2024 21:52
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