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 minor-and-patch group across 1 directory with 27 updates #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 12, 2024

Bumps the minor-and-patch group with 26 updates in the / directory:

Package From To
ed25519-dalek 2.0.0 2.1.1
num-traits 0.2.17 0.2.19
num-integer 0.1.45 0.1.46
num-derive 0.4.1 0.4.2
backtrace 0.3.69 0.3.73
ecdsa 0.16.7 0.16.9
sec1 0.7.2 0.7.3
getrandom 0.2.11 0.2.15
curve25519-dalek 4.1.1 4.1.3
tracy-client 0.16.4 0.17.0
itertools 0.11.0 0.13.0
tabwriter 1.3.0 1.4.0
textplots 0.8.4 0.8.6
wasmprinter 0.2.72 0.213.0
expect-test 1.4.1 1.5.0
serde_json 1.0.108 1.0.109
lstsq 0.5.0 0.6.0
nalgebra 0.32.3 0.33.0
wasm-encoder 0.36.2 0.213.0
rustversion 1.0.14 1.0.17
serde 1.0.192 1.0.193
num_enum 0.7.1 0.7.2
syn 2.0.39 2.0.43
proc-macro2 1.0.69 1.0.86
anyhow 1.0.75 1.0.86
thiserror 1.0.40 1.0.55

Updates ed25519-dalek from 2.0.0 to 2.1.1

Changelog

Sourced from ed25519-dalek's changelog.

2.1.1

  • Update the optional packed-simd dependency to rely on a newer, maintained version of the packed-simd-2 crate.

2.1.0

  • Make Scalar::from_bits a const fn, allowing its use in const contexts.
Commits
  • 0f07443 Bump curve25519-dalek to 2.1.1.
  • bb889e4 Remove deprecated feature flags from .travis.yml.
  • d00d4a5 Fix CHANGELOG so that we can note backported patches.
  • e6d8afc Add link to Cargo.toml with explanation of packed_simd renaming
  • dd71df6 adjusted dependency entry like to pick up latest pick up the latest packed_si...
  • 6ffc8dd bumped packed_simd to 0.3.4. resolves #333
  • 3fc47ef Bump version to 2.1.0
  • f04b830 Merge branch 'master' into develop
  • e342f25 Merge pull request #325 from rubdos/const_fn_for_scalar_from_bits
  • 3a61a0b Make Scalar::from_bits a const fn.
  • Additional commits viewable in compare view

Updates num-traits from 0.2.17 to 0.2.19

Changelog

Sourced from num-traits's changelog.

Release 0.2.19 (2024-05-03)

Contributors: @​cuviper, @​michaelciraci

Release 0.2.18 (2024-02-07)

Contributors: @​andrewjradcliffe, @​cuviper, @​tarcieri, @​tdelabro, @​waywardmonkeys

Commits
  • 7ec3d41 Merge pull request #321 from cuviper/release-0.2.19
  • 1a8d429 Release 0.2.19
  • 8358949 Merge pull request #305 from michaelciraci/implement-float-clamp
  • 1a44ffb Add a default impl for Float::clamp
  • 2957044 Implementing clamp for Float trait
  • a90d4a6 Merge pull request #310 from cuviper/msrv-1.60
  • ca42b4e Update the MSRV in docs
  • e9bea92 Upgrade to 2021 edition
  • 4e253cd Assume has_float_to_from_bytes
  • 7212041 Assume has_int_to_from_bytes
  • Additional commits viewable in compare view

Updates num-integer from 0.1.45 to 0.1.46

Changelog

Sourced from num-integer's changelog.

Release 0.1.46 (2024-02-07)

Contributors: @​aobatact, @​cuviper, @​hkBst, @​MiguelX413

Commits
  • ede2d2c Merge pull request #62 from cuviper/release-0.1.46
  • c7f506e Release 0.1.46
  • 3ac8866 Merge pull request #42 from aobatact/master
  • 736ec84 Add default fallback from divides to is_multiple_of
  • 77324ee Merge pull request #53 from MiguelX413/master
  • a51b3ff Mark Integer::divides as deprecated.
  • 8682553 Add examples to dec/inc
  • 9d4d68b Add Integer.dec() and Integer.inc()
  • 9720c90 Merge pull request #61 from cuviper/ci
  • 8bfce25 ci: Add a registry cache for git protocol
  • Additional commits viewable in compare view

Updates num-derive from 0.4.1 to 0.4.2

Changelog

Sourced from num-derive's changelog.

Release 0.4.2 (2024-02-06)

Commits
  • 7cc3351 Merge pull request #62 from cuviper/anon-const
  • b5b7ee9 Release 0.4.2
  • 5ffc290 Replace dummy-const with anon-const
  • 9fbf1f2 Merge pull request #61 from cuviper/ci
  • 7e1321a ci: upgrade to actions/checkout@v4
  • d5961e5 ci: Add a registry cache for git protocol
  • 9402e48 ci: Switch from bors to merge queues
  • See full diff in compare view

Updates backtrace from 0.3.69 to 0.3.73

Release notes

Sourced from backtrace's releases.

0.3.73

This basically just is bugfixes so that backtrace works on Windows 7 again.

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.72...0.3.73

0.3.72

This release removes a lot of dead code. Some feature flags that haven't done anything in a long time are gone. If you depend on those features, Cargo's resolver will not update you to 0.3.72.

If your code runs on Windows, or you want it to run on visionOS, however, you should probably update to this version. It contains a number of fixes for both OS. It also uses the latest version of a number of dependencies.

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.71...0.3.72

0.3.71

This is mostly CI changes, with a very mild bump to our effective cc crate version recorded, and a small modification to a previous changeset to allow backtrace to run at its current checked-in MSRV on Windows. Sorry about that! We will be getting 0.3.70 yanked shortly.

What's Changed

... (truncated)

Commits

Updates ecdsa from 0.16.7 to 0.16.9

Commits

Updates sec1 from 0.7.2 to 0.7.3

Commits

Updates elliptic-curve from 0.13.5 to 0.13.8

Commits
  • caac4e1 elliptic-curve v0.13.8 (#1413)
  • 9fbd4f9 crypto-common: add SerializableState trait (#1369)
  • dcae306 elliptic-curve: SecretKey::from_slice allows >=24-bytes (#1412)
  • 20ae48b aead: enable missing_debug_implementations lint and add Debug impls (#1411)
  • 43d620d build(deps): bump zeroize from 1.6.0 to 1.7.0 (#1410)
  • cc4ffe9 elliptic-curve v0.13.7 (#1408)
  • 38e898b Fix missing_debug_implementations for some crates (#1407)
  • 723a1a3 elliptic-curve: have LinearCombinationExt allow ?Sized (#1406)
  • 37507fd elliptic-curve: add LinearCombinationExt trait (#1405)
  • ce2dc02 elliptic-curve: move BatchNormalize trait under point (#1404)
  • Additional commits viewable in compare view

Updates getrandom from 0.2.11 to 0.2.15

Changelog

Sourced from getrandom's changelog.

[0.2.15] - 2024-05-06

Added

  • Apple visionOS support #410

Changed

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

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

[0.2.14] - 2024-04-08

Fixed

  • Enable /dev/urandom fallback for MUSL-based Linux targets #408

#408: rust-random/getrandom#408

[0.2.13] - 2024-04-06

Added

  • linux_disable_fallback crate feature to disable /dev/urandom-based fallback on Linux and Android targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow). #396

Changed

  • Disable /dev/urandom fallback for Linux targets outside of the following target_arches: aarch64, arm, powerpc, powerpc64, s390x, x86, x86_64 #396
  • Do not catch EPERM error code on Android while checking availability of the getrandom syscall #396

#396: rust-random/getrandom#396

[0.2.12] - 2024-01-09

Fixed

  • Custom backend for targets without atomics #385

Changed

  • Improve robustness of the Hermit backend and sys_fill_exact #386
  • Raise minimum supported Apple OS versions to macOS 10.12 and iOS 10 #388

Added

  • Document platform support policy #387

#385: rust-random/getrandom#385 #386: rust-random/getrandom#386 #387: rust-random/getrandom#387 #388: rust-random/getrandom#388

Commits

Updates curve25519-dalek from 4.1.1 to 4.1.3

Commits
  • 5312a03 curve: Bump version to 4.1.3 (#660)
  • b4f9e4d SECURITY: fix timing variability in backend/serial/u32/scalar.rs (#661)
  • 415892a SECURITY: fix timing variability in backend/serial/u64/scalar.rs (#659)
  • 56bf398 Updates license field to valid SPDX format (#647)
  • 9252fa5 Mitigate check-cfg until MSRV 1.77 (#652)
  • 1efe6a9 Fix a minor typo in signing.rs (#649)
  • cc3421a Indicate that the rand_core feature is required (#641)
  • 858c4ca Address new nightly clippy unnecessary qualifications (#639)
  • 31ccb67 Remove platforms in favor using CARGO_CFG_TARGET_POINTER_WIDTH (#636)
  • 19c7f4a Fix new nightly redundant import lint warns (#638)
  • Additional commits viewable in compare view

Updates tracy-client from 0.16.4 to 0.17.0

Commits
  • d380940 ci doc building
  • d5c1507 Bump versions
  • 77c5196 Add flush-on-exit feature
  • d51df35 pass in metadata for stack depth config
  • 408e700 config: perhaps drop DynamicConfig too?
  • 3566ec6 doc: use TracyLayer::default where no customization of config occurs
  • 3fab9ab config: enable customization of behaviour upon an error condition
  • 5769e43 tracing-tracy: replace baked-in config fields with a Config trait
  • 43af427 manual-init: make it compile, add an additional ci configuration
  • ba0f2db client: support not(manual-lifetime) mode after all…
  • Additional commits viewable in compare view

Updates itertools from 0.11.0 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)

0.12.1

Added

  • Documented iteration order guarantee for Itertools::[tuple_]combinations (#822)
  • Documented possible panic in iterate (#842)
  • Implemented Clone and Debug for Diff (#845)

... (truncated)

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 tabwriter from 1.3.0 to 1.4.0

Commits

Updates textplots from 0.8.4 to 0.8.6

Release notes

Sourced from textplots's releases.

0.8.5

What's Changed

New Contributors

Full Changelog: loony-bean/textplots-rs@0.8.4...0.8.5

Commits

Updates wasmprinter from 0.2.72 to 0.213.0

Commits

Updates expect-test from 1.4.1 to 1.5.0

Changelog

Sourced from expect-test's changelog.

1.5.0

  • Make the data from an ExpectFile accessible (#43)
Commits

Updates serde_json from 1.0.108 to 1.0.109

Release notes

Sourced from serde_json's releases.

v1.0.109

  • Documentation improvements
Commits
  • f88bf1f Release 1.0.109
  • bb62c73 Merge pull request #1097 from serde-rs/doccfg
  • df36d10 Restore doc cfg on re-exports
  • c367091 Merge pull request #1095 from dtolnay/hashtest
  • b328ee7 Eliminate hash closure in favor of calling hash_one directly
  • b9bcbad Use BuildHasher::hash_one
  • 7ff6c9e Use random hasher state for number hashing test
  • fe031cd Delete trace_macros! functionality from test
  • 05196ca Update ui test suite to nightly-2023-11-19
  • See full diff in compare view

Updates lstsq from 0.5.0 to 0.6.0

Commits

Updates nalgebra from 0.32.3 to 0.33.0

Changelog

Sourced from nalgebra's changelog.

[0.33.0] (23 June 2024)

Fixed

  • Fix a memory leak in Matrix::generic_resize.
  • Fix glm::is_null to check the vector magnitude instead of individual components.
  • Ensure that inverting a 4x4 matrix leaves it unchanged if the inversion fails.

Added

  • Add the glam-0.28 feature to enable conversion from/to types from glam v0.28.
  • Add a stack! macro for concatenating matrices. See #1375.

Modified

  • The cuda feature has been removed, as the toolchain it depends on is long abandoned.
  • Update to simba 0.9. See the changelog of simba for details.
  • Update the nalgebra-macros crate to syn 2.0.
  • Remove the scalar type T from the Allocator trait parameters. Instead of Allocator<T, R, C>, use the simpler Allocator<R, C>.

[0.32.6] (12 June 2024)

Added

  • Add the glam-0.27 feature to enable conversion from/to types from glam v0.27.

[0.32.5] (28 March 2024)

Fixed

  • Fix numerical issue on SVD with near-identity matrix.

[0.32.4] (19 Feb 2023)

Added

  • Add the glam-0.25 feature to enable conversion from/to types from glam v0.25.
Commits

Updates wasm-encoder from 0.36.2 to 0.213.0

Commits

Updates rustversion from 1.0.14 to 1.0.17

Release notes

Sourced from rustversion's releases.

1.0.17

  • Support Windows builds that have OUT_DIR prefixed with \\?\ (#51)

1.0.16

  • Resolve unexpected_cfgs warning (#48)

1.0.15

  • Recognize $RUSTC_WRAPPER environment variable (#47)
Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 12, 2024
Bumps the minor-and-patch group with 26 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) | `2.0.0` | `2.1.1` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.17` | `0.2.19` |
| [num-integer](https://github.com/rust-num/num-integer) | `0.1.45` | `0.1.46` |
| [num-derive](https://github.com/rust-num/num-derive) | `0.4.1` | `0.4.2` |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.69` | `0.3.73` |
| [ecdsa](https://github.com/RustCrypto/signatures) | `0.16.7` | `0.16.9` |
| [sec1](https://github.com/RustCrypto/formats) | `0.7.2` | `0.7.3` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.2.11` | `0.2.15` |
| [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) | `4.1.1` | `4.1.3` |
| [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.16.4` | `0.17.0` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.11.0` | `0.13.0` |
| [tabwriter](https://github.com/BurntSushi/tabwriter) | `1.3.0` | `1.4.0` |
| [textplots](https://github.com/loony-bean/textplots-rs) | `0.8.4` | `0.8.6` |
| [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.2.72` | `0.213.0` |
| [expect-test](https://github.com/rust-analyzer/expect-test) | `1.4.1` | `1.5.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.109` |
| [lstsq](https://github.com/strawlab/lstsq) | `0.5.0` | `0.6.0` |
| [nalgebra](https://github.com/dimforge/nalgebra) | `0.32.3` | `0.33.0` |
| [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) | `0.36.2` | `0.213.0` |
| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.14` | `1.0.17` |
| [serde](https://github.com/serde-rs/serde) | `1.0.192` | `1.0.193` |
| [num_enum](https://github.com/illicitonion/num_enum) | `0.7.1` | `0.7.2` |
| [syn](https://github.com/dtolnay/syn) | `2.0.39` | `2.0.43` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.69` | `1.0.86` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.86` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.40` | `1.0.55` |



Updates `ed25519-dalek` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/2.1.1/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@2.0.0...2.1.1)

Updates `num-traits` from 0.2.17 to 0.2.19
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.17...num-traits-0.2.19)

Updates `num-integer` from 0.1.45 to 0.1.46
- [Changelog](https://github.com/rust-num/num-integer/blob/master/RELEASES.md)
- [Commits](rust-num/num-integer@num-integer-0.1.45...num-integer-0.1.46)

Updates `num-derive` from 0.4.1 to 0.4.2
- [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md)
- [Commits](rust-num/num-derive@num-derive-0.4.1...num-derive-0.4.2)

Updates `backtrace` from 0.3.69 to 0.3.73
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](rust-lang/backtrace-rs@0.3.69...0.3.73)

Updates `ecdsa` from 0.16.7 to 0.16.9
- [Commits](RustCrypto/signatures@ecdsa/v0.16.7...ecdsa/v0.16.9)

Updates `sec1` from 0.7.2 to 0.7.3
- [Commits](RustCrypto/formats@sec1/v0.7.2...sec1/v0.7.3)

Updates `elliptic-curve` from 0.13.5 to 0.13.8
- [Commits](RustCrypto/traits@elliptic-curve/v0.13.5...elliptic-curve-v0.13.8)

Updates `getrandom` from 0.2.11 to 0.2.15
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.2.11...v0.2.15)

Updates `curve25519-dalek` from 4.1.1 to 4.1.3
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.1...curve25519-4.1.3)

Updates `tracy-client` from 0.16.4 to 0.17.0
- [Commits](nagisa/rust_tracy_client@tracy-client-v0.16.4...tracy-client-v0.17.0)

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

Updates `tabwriter` from 1.3.0 to 1.4.0
- [Commits](BurntSushi/tabwriter@1.3.0...1.4.0)

Updates `textplots` from 0.8.4 to 0.8.6
- [Release notes](https://github.com/loony-bean/textplots-rs/releases)
- [Commits](https://github.com/loony-bean/textplots-rs/commits)

Updates `wasmprinter` from 0.2.72 to 0.213.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `expect-test` from 1.4.1 to 1.5.0
- [Changelog](https://github.com/rust-analyzer/expect-test/blob/master/CHANGELOG.md)
- [Commits](rust-analyzer/expect-test@v1.4.1...v1.5.0)

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

Updates `lstsq` from 0.5.0 to 0.6.0
- [Commits](strawlab/lstsq@0.5.0...0.6.0)

Updates `nalgebra` from 0.32.3 to 0.33.0
- [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dimforge/nalgebra/commits)

Updates `wasm-encoder` from 0.36.2 to 0.213.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `rustversion` from 1.0.14 to 1.0.17
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](dtolnay/rustversion@1.0.14...1.0.17)

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

Updates `num_enum` from 0.7.1 to 0.7.2
- [Commits](illicitonion/num_enum@0.7.1...0.7.2)

Updates `syn` from 2.0.39 to 2.0.43
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.39...2.0.43)

Updates `proc-macro2` from 1.0.69 to 1.0.86
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.69...1.0.86)

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

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

---
updated-dependencies:
- dependency-name: ed25519-dalek
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: num-traits
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: num-integer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: num-derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: backtrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ecdsa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sec1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: elliptic-curve
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: getrandom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: curve25519-dalek
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tracy-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tabwriter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: textplots
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: wasmprinter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: expect-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lstsq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: nalgebra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: wasm-encoder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rustversion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: num_enum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/minor-and-patch-6e9cdf636b branch from d623e17 to 1f41bd4 Compare July 13, 2024 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
0 participants