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

build(deps): bump the rust-dependencies group across 1 directory with 33 updates #766

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the rust-dependencies group with 18 updates in the /apd directory:

Package From To
anyhow 1.0.91 1.0.92
serde 1.0.213 1.0.214
encoding_rs 0.8.34 0.8.35
which 6.0.3 7.0.0
notify 6.1.1 7.0.0
anstream 0.6.15 0.6.18
anstyle 1.0.8 1.0.10
anstyle-parse 0.2.5 0.2.6
anstyle-query 1.1.1 1.1.2
arbitrary 1.3.2 1.4.0
cc 1.1.31 1.1.34
colorchoice 1.0.2 1.0.3
hashbrown 0.15.0 0.15.1
libm 0.2.8 0.2.11
pin-project-lite 0.2.14 0.2.15
regex 1.11.0 1.11.1
syn 2.0.85 2.0.87
thiserror 1.0.65 1.0.68

Updates anyhow from 1.0.91 to 1.0.92

Release notes

Sourced from anyhow's releases.

1.0.92

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#390)
Commits

Updates serde from 1.0.213 to 1.0.214

Release notes

Sourced from serde's releases.

v1.0.214

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#2568, thanks @​Mingun)
Commits
  • 4180621 Release 1.0.214
  • 210373b Merge pull request #2568 from Mingun/into_deserializer-for-deserializers
  • 9cda015 Implement IntoDeserializer for all Deserializers in serde::de::value module
  • See full diff in compare view

Updates encoding_rs from 0.8.34 to 0.8.35

Commits
  • 2fa58ae Increment version number to 0.8.35
  • 375b374 Note the encoding repo revision used
  • e60a65a Update docs for GBK and gb18030
  • 7f62c7f Fix typo
  • 65e9eee Add release note
  • 471104f Restore PUA range check, add manual tests
  • 6a489c7 Make the GBK-range GB18030-2022 changes work
  • 2f1b14f Regenerate data for GB18030-2022 (tests fail)
  • acae064 Link to icu_normalizer instead of unic-normal
  • See full diff in compare view

Updates which from 6.0.3 to 7.0.0

Release notes

Sourced from which's releases.

7.0.0

  • Add support to WhichConfig for a user provided closure that will be called whenever a nonfatal error occurs. This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile without changes.
Changelog

Sourced from which's changelog.

7.0.0

  • Add support to WhichConfig for a user provided closure that will be called whenever a nonfatal error occurs. This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile without changes.
Commits

Updates notify from 6.1.1 to 7.0.0

Release notes

Sourced from notify's releases.

notify-7.0.0

file-id 0.2.2 (2024-10-25)

  • CHANGE: get file stats without read permission #625

#625: notify-rs/notify#625

notify 7.0.0 (2024-10-25)

  • CHANGE: raise MSRV to 1.72 #569 #610 breaking
  • CHANGE: move event type to notify-types crate #559
  • CHANGE: flatten serialization of events and use camelCase #558
  • CHANGE: remove internal use of crossbeam channels #569 #610
  • CHANGE: rename feature crossbeam to crossbeam-channel and disable it by default #610 breaking
  • CHANGE: upgrade mio to 1.0 #623
  • CHANGE: add log statements #499
  • FIX: prevent UB with illegal instruction for the windows backend #604 #607
  • FIX: on Linux report deleted directories correctly #545
  • FIX: on Linux report access open events #612
  • FEATURE: enable kqueue on iOS #533
  • MISC: various minor doc updates and fixes #535 #536 #543 #565 #592 #595
  • MISC: update inotify to 0.10 #547

#499: notify-rs/notify#499 #533: notify-rs/notify#533 #535: notify-rs/notify#535 #536: notify-rs/notify#536 #543: notify-rs/notify#543 #545: notify-rs/notify#545 #547: notify-rs/notify#547 #558: notify-rs/notify#558 #559: notify-rs/notify#559 #565: notify-rs/notify#565 #569: notify-rs/notify#569 #592: notify-rs/notify#592 #595: notify-rs/notify#595 #604: notify-rs/notify#604 #607: notify-rs/notify#607 #610: notify-rs/notify#610 #612: notify-rs/notify#612 #623: notify-rs/notify#623

notify-types 1.0.0 (2024-10-25)

New crate containing public type definitions for the notify and debouncer crates. #559

  • CHANGE: the serialization format for events has been changed to be easier to use in environments like JavaScript; the old behavior can be restored using the new feature flag serialization-compat-6 #558 #568 breaking
  • CHANGE: use instant crate (which provides an Instant type that works in Wasm environments) #570

... (truncated)

Changelog

Sourced from notify's changelog.

notify 7.0.0 (2024-10-25)

  • CHANGE: raise MSRV to 1.72 #569 #610 breaking
  • CHANGE: move event type to notify-types crate #559
  • CHANGE: flatten serialization of events and use camelCase #558
  • CHANGE: remove internal use of crossbeam channels #569 #610
  • CHANGE: rename feature crossbeam to crossbeam-channel and disable it by default #610 breaking
  • CHANGE: upgrade mio to 1.0 #623
  • CHANGE: add log statements #499
  • FIX: prevent UB with illegal instruction for the windows backend #604 #607
  • FIX: on Linux report deleted directories correctly #545
  • FIX: on Linux report access open events #612
  • FEATURE: enable kqueue on iOS #533
  • MISC: various minor doc updates and fixes #535 #536 #543 #565 #592 #595
  • MISC: update inotify to 0.10 #547

#499: notify-rs/notify#499 #533: notify-rs/notify#533 #535: notify-rs/notify#535 #536: notify-rs/notify#536 #543: notify-rs/notify#543 #545: notify-rs/notify#545 #547: notify-rs/notify#547 #558: notify-rs/notify#558 #559: notify-rs/notify#559 #565: notify-rs/notify#565 #569: notify-rs/notify#569 #592: notify-rs/notify#592 #595: notify-rs/notify#595 #604: notify-rs/notify#604 #607: notify-rs/notify#607 #610: notify-rs/notify#610 #612: notify-rs/notify#612 #623: notify-rs/notify#623

notify-types 1.0.0 (2024-10-25)

New crate containing public type definitions for the notify and debouncer crates. #559

  • CHANGE: the serialization format for events has been changed to be easier to use in environments like JavaScript; the old behavior can be restored using the new feature flag breakingserialization-compat-6 #558 #568
  • CHANGE: use instant crate (which provides an Instant type that works in Wasm environments) #570

#558: notify-rs/notify#558 #559: notify-rs/notify#559 #568: notify-rs/notify#568 #570: notify-rs/notify#570

debouncer-mini 0.5.0 (2024-10-25)

... (truncated)

Commits

Updates anstream from 0.6.15 to 0.6.18

Commits
  • fabe0c3 chore: Release
  • 762ca76 docs: Update changelog
  • d364ac4 Merge pull request #229 from epage/cfg
  • ad3f458 fix(stream): Respect 'test' feature
  • 0b8d105 fix(stream): Refer to correct stream on panic
  • 69cf6c9 refactor(stream): Pull out test macro body
  • c78b3c1 refactor(stream): Be extra clear that macros mod is not for use
  • ab37812 chore(deps): Update compatible (dev) (#226)
  • 7c48196 Merge pull request #227 from rust-cli/renovate/stable-1.x
  • a28405f style: Make clippy happy
  • Additional commits viewable in compare view

Updates anstyle from 1.0.8 to 1.0.10

Commits

Updates anstyle-parse from 0.2.5 to 0.2.6

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates anstyle-query from 1.1.1 to 1.1.2

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates anstyle-wincon from 3.0.4 to 3.0.6

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates arbitrary from 1.3.2 to 1.4.0

Changelog

Sourced from arbitrary's changelog.

1.4.0

Released 2024-10-30.

Added

  • Added an Arbitrary implementation for PhantomPinned.
  • Added the Unstructured::choose_iter helper method.
  • Added #[arbitrary(skip)] for enum variants in the derive macro.
  • Added the Arbitrary::try_size_hint trait method.

Changed

  • Implement Arbitrary for PhantomData<A> even when A does not implement Arbitrary and when A is ?Sized.
  • Make usize's underlying encoding independent of machine word size so that corpora are more portable.

Fixed

  • Make derive(Arbitrary) work for local definitions of struct Option.

Commits
  • 5b86c44 Bump to 1.4.0
  • 1cc0e46 Merge pull request #185 from sosthene-nitrokey/wide-recursive
  • 4254bd2 Merge pull request #198 from sosthene-nitrokey/test-warnings
  • b6991ce Make MaxRecursionReached error possible to evolve in the future
  • 0f46370 Fix clippy warnings in tests
  • 365e73b Merge pull request #197 from fitzgen/doc-comment-example
  • e5897a1 Add faillible version of size_hint to properly handle recursive structures
  • ef80790 Use ? propagation in doc comment example
  • 17647a1 Merge pull request #194 from caspermeijn/derive_option
  • aa899f9 fix(derive): allow derive(Arbitrary) for struct Option
  • Additional commits viewable in compare view

Updates cc from 1.1.31 to 1.1.34

Release notes

Sourced from cc's releases.

cc-v1.1.34

Other

  • Remove redundant flags (#1256)

cc-v1.1.33

Other

  • Reduce size of cc::Build and size of generated targets (#1257)

cc-v1.1.32

Other

  • Use rustc's knowledge of LLVM/Clang target triples (#1252)
  • Use Cargo's target information when possible (#1225)
Changelog

Sourced from cc's changelog.

1.1.34 - 2024-11-02

Other

  • Remove redundant flags (#1256)

1.1.33 - 2024-11-02

Other

  • Reduce size of cc::Build and size of generated targets (#1257)

1.1.32 - 2024-11-02

Other

  • Use rustc's knowledge of LLVM/Clang target triples (#1252)
  • Use Cargo's target information when possible (#1225)
Commits

Updates colorchoice from 1.0.2 to 1.0.3

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates derive_arbitrary from 1.3.2 to 1.4.0

Changelog

Sourced from derive_arbitrary's changelog.

1.4.0

Released 2024-10-30.

Added

  • Added an Arbitrary implementation for PhantomPinned.
  • Added the Unstructured::choose_iter helper method.
  • Added #[arbitrary(skip)] for enum variants in the derive macro.
  • Added the Arbitrary::try_size_hint trait method.

Changed

  • Implement Arbitrary for PhantomData<A> even when A does not implement Arbitrary and when A is ?Sized.
  • Make usize's underlying encoding independent of machine word size so that corpora are more portable.

Fixed

  • Make derive(Arbitrary) work for local definitions of struct Option.

Commits
  • 5b86c44 Bump to 1.4.0
  • 1cc0e46 Merge pull request #185 from sosthene-nitrokey/wide-recursive
  • 4254bd2 Merge pull request #198 from sosthene-nitrokey/test-warnings
  • b6991ce Make MaxRecursionReached error possible to evolve in the future
  • 0f46370 Fix clippy warnings in tests
  • 365e73b Merge pull request #197 from fitzgen/doc-comment-example
  • e5897a1 Add faillible version of size_hint to properly handle recursive structures
  • ef80790 Use ? propagation in doc comment example
  • 17647a1 Merge pull request #194 from caspermeijn/derive_option
  • aa899f9 fix(derive): allow derive(Arbitrary) for struct Option
  • Additional commits viewable in compare view

Updates hashbrown from 0.15.0 to 0.15.1

Changelog

Sourced from hashbrown's changelog.

[v0.15.1] - 2024-11-03

This release removes the borsh feature introduced in 0.15.0 because it was found to be incorrectly implemented. Users should use the hashbrown feature of the borsh crate instead which provides the same trait implementations.

Commits
  • dd56b3b Merge pull request #581 from Amanieu/release-0.15.1
  • 5643b13 Yank v0.15.0
  • 986305a Merge pull request #582 from Amanieu/stable-strict-provenance
  • 1295e3e Remove mentions of stabilized feature strict_provenance
  • 458e445 Release v0.15.1
  • ccec5eb Merge pull request #580 from Kobzol/ci-doc
  • 02ddcc9 Document conclusion job more
  • 998637f Merge pull request #575 from Kobzol/ci-remove-bors
  • c6b90d9 Switch from using Bors to merge queue in CI
  • eea9804 Auto merge of #572 - cuviper:ci-msrv, r=Amanieu
  • Additional commits viewable in compare view

Updates inotify from 0.9.6 to 0.10.2

Changelog

Sourced from inotify's changelog.

v0.10.2 (2023-07-27)

  • Fix broken links to Watches in documentation (#205)

#205: hannobraun/inotify-rs#205

v0.10.1 (2023-06-07)

  • Add WatchDescriptor::get_watch_descriptor_id (#193)
  • Add Event::to_owned (#196)
  • Deprecate Event::into_owned (#196)
  • Add Watches/Inotify::watches/EventStream::watches (#197)
  • Deprecate Inotify::add_watch/Inotify::rm_watch (#197)
  • Add Inotify::into_event_stream/EventStream::into_inotify (#199)
  • Deprecate Inotify::event_stream (#199)
  • Implement AsFd and bidirectional conversion to/from OwnedFd (#202)
  • Raise Minimum Supported Rust Version (MSRV) to 1.63.0 (#202)

#193: hannobraun/inotify-rs#193 #196: hannobraun/inotify-rs#196 #197: hannobraun/inotify-rs#197 #199: hannobraun/inotify-rs#199 #202: hannobraun/inotify-rs#202

v0.10.0 (2021-12-07)

  • Breaking change: Remove special handling of WouldBlock error (#190)

#190: hannobraun/inotify-rs#190

Commits
  • 44e3485 Update version
  • 95f97fc Update changelog
  • f189717 Merge pull request #205 from zachs18/patch-1
  • 2d2f43d Re-export watches::Watches at crate root.
  • d01df82 Merge pull request #204 from hannobraun/release
  • cbc4116 Update version
  • 3656564 Update changelog
  • 3d2988d Merge pull request #202 from joshtriplett/io-safety
  • 3f2d7e0 Implement AsFd and bidirectional conversion to/from OwnedFd
  • 9ec50c5 Merge pull request #193 from initard/improvement/inotify-two-files-with-the-s...
  • Additional commits viewable in compare view

Updates libm from 0.2.8 to 0.2.11

Release notes

Sourced from libm's releases.

libm-v0.2.11

Fixed

  • fix type of constants in ported sincosf (#331)

Other

  • Disable a unit test that is failing on i586
  • Add a procedural macro for expanding all function signatures
  • Introduce musl-math-sys for bindings to musl math symbols
  • Add basic docstrings to some functions (#337)

libm-v0.2.10

Other

  • Set the MSRV to 1.63 and test this in CI

libm-v0.2.9

Fixed

  • Update exponent calculations in nextafter to match musl

Changed

  • Update licensing to MIT AND (MIT OR Apache-2.0), as this is derivative from MIT-licensed musl.
  • Set edition to 2021 for all crates
  • Upgrade all dependencies

Other

  • Don't deny warnings in lib.rs
  • Rename the musl-bitwise-tests feature to test-musl-serialized
  • Rename the musl-reference-tests feature to musl-bitwise-tests
  • Move musl-reference-tests to a new libm-test crate
  • Add a force-soft-floats feature to prevent using any intrinsics or arch-specific code
  • Deny warnings in CI
  • Fix clippy::deprecated_cfg_attr on compiler_builtins
  • Corrected English typos
  • Remove unneeded extern core in tgamma
  • Allow internal_features lint when building with "unstable"
Changelog

Sourced from libm's changelog.

0.2.11 - 2024-10-28

Fixed

  • fix type of constants in ported sincosf (#331)

Other

  • Disable a unit test that is failing on i586
  • Add a procedural macro for expanding all function signatures
  • Introduce musl-math-sys for bindings to musl math symbols
  • Add basic docstrings to some functions (#337)

0.2.10 - 2024-10-28

Other

  • Set the MSRV to 1.63 and test this in CI

0.2.9 - 2024-10-26

Fixed

  • Update exponent calculations in nextafter to match musl

Changed

  • Update licensing to MIT AND (MIT OR Apache-2.0), as this is derivative from MIT-licensed musl.
  • Set edition to 2021 for all crates
  • Upgrade all dependencies

Other

  • Don't deny warnings in lib.rs
  • Rename the musl-bitwise-tests feature to test-musl-serialized
  • Rename the musl-reference-tests feature to musl-bitwise-tests
  • Move musl-reference-tests to a new libm-test crate
  • Add a force-soft-floats feature to prevent using any intrinsics or arch-specific code
  • Deny warnings in CI
  • Fix clippy::deprecated_cfg_attr on compiler_builtins
  • Corrected English typos
  • Remove unneeded extern core in tgamma
  • Allow internal_features lint when building with "unstable"

[v0.2.1] - 2019-11-22

Fixed

... (truncated)

Commits
  • cdbf423 chore: release v0.2.11
  • 7532f81 Enable caching on all CI jobs that build the crate (#341)
  • 28f20d8 Reduce the number of iterations on emulated aarch64 Linux
  • 3dbb187 Mark libm-macros and musl-math-sys as publish=false
  • 6bbbed5 Merge pull request #300 from tgross35/test-refactoring
  • fb9cd47 Enable more targets on CI
  • df9f125 Disable a unit test that is failing on i586
  • b126e7c Add dockerfiles for i586, riscv, and thumb
  • 0e69109 Add a test against musl libm
  • 364e13e Introduce a generic way to control checks for specific cases
  • Additional commits viewable in compare view

Updates mio from 0.8.11 to 1.0.2

Changelog

Sourced from mio's changelog.

1.0.2

1.0.1

1.0

With v1 Mio is able to bump its MSRV to 1.70, allowing us to implement I/O safety traits (rust-lang/rust#87074) and replace SocketAddr with the version found in the standard library.

Added

Removed

  • The SocketAddr type is removed in favour of std::os::unix::net::SocketAddr (tokio-rs/mio#1760). All methods on Mio's version should exist on the ver...

    Description has been truncated

… 33 updates

Bumps the rust-dependencies group with 18 updates in the /apd directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.91` | `1.0.92` |
| [serde](https://github.com/serde-rs/serde) | `1.0.213` | `1.0.214` |
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.34` | `0.8.35` |
| [which](https://github.com/harryfei/which-rs) | `6.0.3` | `7.0.0` |
| [notify](https://github.com/notify-rs/notify) | `6.1.1` | `7.0.0` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.15` | `0.6.18` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.8` | `1.0.10` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.5` | `0.2.6` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.1` | `1.1.2` |
| [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.31` | `1.1.34` |
| [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.3` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.0` | `0.15.1` |
| [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.11` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.14` | `0.2.15` |
| [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` |
| [syn](https://github.com/dtolnay/syn) | `2.0.85` | `2.0.87` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.65` | `1.0.68` |



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

Updates `serde` from 1.0.213 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.213...v1.0.214)

Updates `encoding_rs` from 0.8.34 to 0.8.35
- [Commits](hsivonen/encoding_rs@v0.8.34...v0.8.35)

Updates `which` from 6.0.3 to 7.0.0
- [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.3...7.0.0)

Updates `notify` from 6.1.1 to 7.0.0
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](notify-rs/notify@notify-6.1.1...notify-7.0.0)

Updates `anstream` from 0.6.15 to 0.6.18
- [Commits](rust-cli/anstyle@anstream-v0.6.15...anstream-v0.6.18)

Updates `anstyle` from 1.0.8 to 1.0.10
- [Commits](rust-cli/anstyle@v1.0.8...v1.0.10)

Updates `anstyle-parse` from 0.2.5 to 0.2.6
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.5...anstyle-parse-v0.2.6)

Updates `anstyle-query` from 1.1.1 to 1.1.2
- [Commits](rust-cli/anstyle@anstyle-query-v1.1.1...anstyle-query-v1.1.2)

Updates `anstyle-wincon` from 3.0.4 to 3.0.6
- [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.6)

Updates `arbitrary` from 1.3.2 to 1.4.0
- [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md)
- [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.0)

Updates `cc` from 1.1.31 to 1.1.34
- [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.31...cc-v1.1.34)

Updates `colorchoice` from 1.0.2 to 1.0.3
- [Commits](rust-cli/anstyle@colorchoice-v1.0.2...colorchoice-v1.0.3)

Updates `derive_arbitrary` from 1.3.2 to 1.4.0
- [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md)
- [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.0)

Updates `hashbrown` from 0.15.0 to 0.15.1
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.15.0...v0.15.1)

Updates `inotify` from 0.9.6 to 0.10.2
- [Changelog](https://github.com/hannobraun/inotify-rs/blob/main/CHANGELOG.md)
- [Commits](hannobraun/inotify-rs@v0.9.6...v0.10.2)

Updates `libm` from 0.2.8 to 0.2.11
- [Release notes](https://github.com/rust-lang/libm/releases)
- [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md)
- [Commits](rust-lang/libm@0.2.8...libm-v0.2.11)

Updates `mio` from 0.8.11 to 1.0.2
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.11...v1.0.2)

Updates `pin-project-lite` from 0.2.14 to 0.2.15
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project-lite@v0.2.14...v0.2.15)

Updates `regex` from 1.11.0 to 1.11.1
- [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.11.0...1.11.1)

Updates `serde_derive` from 1.0.213 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.213...v1.0.214)

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

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

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

Updates `windows-sys` from 0.48.0 to 0.52.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.48.0...0.52.0)

Updates `windows-targets` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_aarch64_gnullvm` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_aarch64_msvc` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_i686_gnu` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_i686_msvc` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_gnu` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_gnullvm` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_msvc` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: encoding_rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: notify
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: anstream
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anstyle-parse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anstyle-query
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anstyle-wincon
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: arbitrary
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: colorchoice
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: derive_arbitrary
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: hashbrown
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: inotify
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: libm
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: mio
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: pin-project-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: regex
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: thiserror-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: windows-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-targets
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_aarch64_gnullvm
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_aarch64_msvc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_i686_gnu
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_i686_msvc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_x86_64_gnu
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_x86_64_gnullvm
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_x86_64_msvc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2024

Superseded by #768.

@dependabot dependabot bot closed this Nov 5, 2024
@dependabot dependabot bot deleted the dependabot/cargo/apd/main/rust-dependencies-9ddeb3ae6d branch November 5, 2024 19:38
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
Development

Successfully merging this pull request may close these issues.

0 participants