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 rust-minor group with 29 updates #360

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the rust-minor group with 29 updates:

Package From To
tokio 1.42.0 1.43.0
cc 1.2.7 1.2.9
clap 4.5.23 4.5.26
clap_builder 4.5.23 4.5.26
clap_derive 4.5.18 4.5.24
event-listener 5.3.1 5.4.0
fluent-template-macros 0.12.0 0.12.1
fluent-templates 0.12.0 0.12.1
futures-lite 2.5.0 2.6.0
glutin_wgl_sys 0.6.0 0.6.1
linux-raw-sys 0.4.14 0.4.15
pin-project-lite 0.2.15 0.2.16
prettyplease 0.2.25 0.2.27
proc-macro2 1.0.92 1.0.93
regress 0.10.1 0.10.2
rustix 0.38.42 0.38.43
rustls 0.23.20 0.23.21
serde_json 1.0.134 1.0.135
simple_asn1 0.6.2 0.6.3
syn 2.0.95 2.0.96
tokio-macros 2.4.0 2.5.0
wasm-bindgen-futures 0.4.49 0.4.50
wasm-bindgen-macro 0.2.99 0.2.100
wasm-bindgen-macro-support 0.2.99 0.2.100
wasm-bindgen-shared 0.2.99 0.2.100
web-sys 0.3.76 0.3.77
wide 0.7.31 0.7.32
winnow 0.6.22 0.6.24
xml-rs 0.8.24 0.8.25

Updates tokio from 1.42.0 to 1.43.0

Release notes

Sourced from tokio's releases.

Tokio v1.43.0

1.43.0 (Jan 8th, 2025)

Added

  • net: add UdpSocket::peek methods (#7068)
  • net: add support for Haiku OS (#7042)
  • process: add Command::into_std() (#7014)
  • signal: add SignalKind::info on illumos (#6995)
  • signal: add support for realtime signals on illumos (#7029)

Fixed

  • io: don't call set_len before initializing vector in Blocking (#7054)
  • macros: suppress clippy::needless_return in #[tokio::main] (#6874)
  • runtime: fix thread parking on WebAssembly (#7041)

Changes

  • chore: use unsync loads for unsync_load (#7073)
  • io: use Buf::put_bytes in Repeat read impl (#7055)
  • task: drop the join waker of a task eagerly (#6986)

Changes to unstable APIs

  • metrics: improve flexibility of H2Histogram Configuration (#6963)
  • taskdump: add accessor methods for backtrace (#6975)

Documented

  • io: clarify ReadBuf::uninit allows initialized buffers as well (#7053)
  • net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
  • runtime: fix LocalRuntime doc links (#7074)
  • sync: extend documentation for watch::Receiver::wait_for (#7038)
  • sync: fix typos in OnceCell docs (#7047)

#6874: tokio-rs/tokio#6874 #6963: tokio-rs/tokio#6963 #6975: tokio-rs/tokio#6975 #6986: tokio-rs/tokio#6986 #6995: tokio-rs/tokio#6995 #7014: tokio-rs/tokio#7014 #7029: tokio-rs/tokio#7029 #7038: tokio-rs/tokio#7038 #7041: tokio-rs/tokio#7041 #7042: tokio-rs/tokio#7042 #7047: tokio-rs/tokio#7047 #7053: tokio-rs/tokio#7053 #7054: tokio-rs/tokio#7054 #7055: tokio-rs/tokio#7055

... (truncated)

Commits
  • 5f3296d chore: prepare Tokio v1.43.0 (#7079)
  • cc974a6 chore: prepare tokio-macros v2.5.0 (#7078)
  • 15495fd metrics: improve flexibility of H2Histogram Configuration (#6963)
  • ad41834 io: don't call set_len before initializing vector in Blocking (#7054)
  • bd3e857 runtime: move is_join_waker_set assertion in unset_waker (#7072)
  • 15f7366 runtime: fix LocalRuntime doc links (#7074)
  • fd2048d ci: split miri jobs into unit and integration tests (#7071)
  • e8f3915 chore: use unsync loads for unsync_load (#7073)
  • 67f1277 net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
  • 463502c io: clarify ReadBuf::uninit allows initialized buffers as well (#7053)
  • Additional commits viewable in compare view

Updates cc from 1.2.7 to 1.2.9

Release notes

Sourced from cc's releases.

cc-v1.2.9

Other

  • Don't pass inherited PGO flags to GNU compilers (#1363)
  • Adjusted zig cc judgment and avoided zigbuild errors(#1360) (#1361)
  • Fix compilation on macOS using clang and fix compilation using zig-cc (#1364)

cc-v1.2.8

Other

  • Add is_like_clang_cl() getter (#1357)
  • Fix clippy error in lib.rs (#1356)
  • Regenerate target info (#1352)
  • Fix compiler family detection issue with clang-cl on macOS (#1328)
  • Update windows-bindgen dependency (#1347)
  • Fix clippy warnings (#1346)
Changelog

Sourced from cc's changelog.

1.2.9 - 2025-01-12

Other

  • Don't pass inherited PGO flags to GNU compilers (#1363)
  • Adjusted zig cc judgment and avoided zigbuild errors(#1360) (#1361)
  • Fix compilation on macOS using clang and fix compilation using zig-cc (#1364)

1.2.8 - 2025-01-11

Other

  • Add is_like_clang_cl() getter (#1357)
  • Fix clippy error in lib.rs (#1356)
  • Regenerate target info (#1352)
  • Fix compiler family detection issue with clang-cl on macOS (#1328)
  • Update windows-bindgen dependency (#1347)
  • Fix clippy warnings (#1346)
Commits

Updates clap from 4.5.23 to 4.5.26

Release notes

Sourced from clap's releases.

v4.5.26

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

v4.5.25

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

v4.5.24

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument
Changelog

Sourced from clap's changelog.

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument
Commits
  • df1efca chore: Release
  • d48bef6 docs: Update changelog
  • 6b7aa3d Merge pull request #5628 from mart-mihkel/complete_hyphen
  • 57b6cb8 refactor(complete): Simplify engine::complete
  • fbec05e refactor(complete): Fix typo in hyhpen
  • b7cfbdc feat(complete): Native support for hyphen values
  • 1d97c29 test(complete): Test cases for allow_hyphen_values
  • 64e3790 chore: Release
  • 1cf50c7 docs: Update changelog
  • 085143d Merge pull request #5722 from epage/sort
  • Additional commits viewable in compare view

Updates clap_builder from 4.5.23 to 4.5.26

Release notes

Sourced from clap_builder's releases.

v4.5.26

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

v4.5.25

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

v4.5.24

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument
Changelog

Sourced from clap_builder's changelog.

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument
Commits
  • 9e4c93b chore: Release
  • 3091ba3 docs: Update changelog
  • a7f6acf Merge pull request #5879 from therealprof/features/suggestions-use-insertion-...
  • 26f23e4 chore(ci): Fix wasi target
  • 4f448df Replace another sort_by call by a manual insertion with a binary_search
  • 27cc4b7 chore: Release
  • 16a4fc7 docs: Update changelog
  • 07f9f15 Merge pull request #5874 from tetzng/fix-fish-completions
  • 721deab chore: Release
  • a4be55b docs: Update changelog
  • Additional commits viewable in compare view

Updates clap_derive from 4.5.18 to 4.5.24

Release notes

Sourced from clap_derive's releases.

v4.5.24

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

[4.5.23] - 2024-12-05

Fixes

  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

[4.5.22] - 2024-12-03

Fixes

  • (assert) Catch bugs with arguments requiring themself

v4.5.21

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

v4.5.19

[4.5.19] - 2024-10-01

Internal

  • Update dependencies
Changelog

Sourced from clap_derive's changelog.

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

[4.5.23] - 2024-12-05

Fixes

  • (parser) When check allow_negative_numbers, allow E again

[4.5.22] - 2024-12-03

Fixes

  • (assert) Catch bugs with arguments requiring themself

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

[4.5.20] - 2024-10-08

Features

  • (unstable) Add CommandExt

[4.5.19] - 2024-10-01

Internal

  • Update dependencies
Commits
  • b5a47c4 chore: Release
  • b154a7a docs: Update changelog
  • 9accea8 Merge pull request #5873 from epage/ignore
  • c721b6c fix(parser): Set correct source on ignore-errors with did-you-mean
  • 49cd317 test(parser): Verify ignore_errors with did-you-mean
  • 1d5c679 Merge pull request #5872 from epage/tests
  • a97e179 test(builder): Switch more to assert_error
  • c12ab65 test(error): Extract error assertion
  • 1bafe3f test(error): Switch to snapshots
  • be8e8d4 chore: Release
  • Additional commits viewable in compare view

Updates event-listener from 5.3.1 to 5.4.0

Release notes

Sourced from event-listener's releases.

v5.4.0

  • Add a no_std implementation based on the critical-section crate, enabled via the feature of the same name. (#148)
Changelog

Sourced from event-listener's changelog.

Version 5.4.0

  • Add a no_std implementation based on the critical-section crate, enabled via the feature of the same name. (#148)
Commits

Updates fluent-template-macros from 0.12.0 to 0.12.1

Release notes

Sourced from fluent-template-macros's releases.

fluent-template-macros-v0.12.1

Other

  • Optimize fallback initialization on static loader macro (#77)
Changelog

Sourced from fluent-template-macros's changelog.

0.12.1 - 2025-01-09

Other

  • Add a MultiLoader loader that consists of other loaders (#84)
Commits

Updates fluent-templates from 0.12.0 to 0.12.1

Release notes

Sourced from fluent-templates's releases.

fluent-templates-v0.12.1

Other

  • Add a MultiLoader loader that consists of other loaders (#84)
Changelog

Sourced from fluent-templates's changelog.

0.12.1 - 2025-01-09

Other

  • Add a MultiLoader loader that consists of other loaders (#84)
Commits

Updates futures-lite from 2.5.0 to 2.6.0

Release notes

Sourced from futures-lite's releases.

v2.6.0

  • Add Stream::map_while() combinator. (#116)
  • Add list of excluded features to crate documentation. (#112)
  • Update docs for AsyncRead::read_exact (#121)
Changelog

Sourced from futures-lite's changelog.

Version 2.6.0

  • Add Stream::map_while() combinator. (#116)
  • Add list of excluded features to crate documentation. (#112)
  • Update docs for AsyncRead::read_exact (#121)
Commits

Updates glutin_wgl_sys from 0.6.0 to 0.6.1

Commits

Updates linux-raw-sys from 0.4.14 to 0.4.15

Commits

Updates pin-project-lite from 0.2.15 to 0.2.16

Release notes

Sourced from pin-project-lite's releases.

0.2.16

  • Suppress clippy::absolute_paths, clippy::min_ident_chars, and clippy::single_char_lifetime_names lints in generated code.
Changelog

Sourced from pin-project-lite's changelog.

[0.2.16] - 2025-01-06

  • Suppress clippy::absolute_paths, clippy::min_ident_chars, and clippy::single_char_lifetime_names lints in generated code.
Commits

Updates prettyplease from 0.2.25 to 0.2.27

Release notes

Sourced from prettyplease's releases.

0.2.27

  • Avoid trailing '.' on non-macro float literals (#89)

0.2.26

  • Synthesize parentheses for precedence (#88)
Commits
  • 882f0ed Release 0.2.27
  • 0ddbeab Merge pull request #89 from dtolnay/floatdot
  • 988425d Avoid trailing '.' on non-macro float literals
  • 5478bcf Release 0.2.26
  • 1dd1aae Merge pull request #88 from dtolnay/precedence
  • 5b476df Wire up fixups for precedence
  • 3dd7a23 Fix imported syn code compilation
  • 3ea1499 Copy precedence implementation from syn 2.0.95
  • b359ab0 Look into Group expressions for statement termination
  • 6623df0 Properly space and indent const arguments in blocks
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.92 to 1.0.93

Release notes

Sourced from proc-macro2's releases.

1.0.93

Commits
  • 83519e8 Release 1.0.93
  • 87e04d2 Merge pull request #490 from dtolnay/fastdrop
  • 029360d Drop tokens in order instead of reversed order
  • 172907a Non-recursively drop TokenStream relocating only streams, not tokens
  • See full diff in compare view

Updates regress from 0.10.1 to 0.10.2

Release notes

Sourced from regress's releases.

v0.10.2

What's Changed

Commits
  • ffb373e Bump version to 0.10.2
  • d861b38 Fix some clipplies
  • ff467d2 Correct certain UTF-16 / UCS2 errors
  • ec659e3 Update hashbrown requirement from 0.14.3 to 0.15.0
  • 5d1686b Run CI tests on all branches
  • e9b589c Optimize "just fails" cases
  • 8f8f522 Fix crash on loop with empty brackets
  • See full diff in compare view

Updates rustix from 0.38.42 to 0.38.43

Commits

Updates rustls from 0.23.20 to 0.23.21

Commits
  • d1bd2c8 Prepare v0.23.21
  • 1338caa Update Cargo.lock
  • 12b2276 Update RELEASING.md with instructions about fuzz/Cargo.lock
  • fe6a0d1 docs: update @​cpu maintainer status
  • 49b5edc chore(deps): lock file maintenance
  • 3751e24 cleanup: use more parens when calculating ECH seed
  • dc1f92c chore(deps): update rust crate itertools to 0.14
  • 16a0726 fuzzers/server: cover post-Accepted connections
  • b873e4c fuzzers/server: fix reachable unwrap
  • f98484b chore(deps): lock file maintenance
  • Additional commits viewable in compare view

Updates serde_json from 1.0.134 to 1.0.135

Release notes

Sourced from serde_json's releases.

v1.0.135

Commits

Updates simple_asn1 from 0.6.2 to 0.6.3

Commits

Updates syn from 2.0.95 to 2.0.96

Release notes

Sourced from syn's releases.

2.0.96

Commits
  • d1cbce8 Release 2.0.96
  • 80d8d12 Merge pull request #1840 from dtolnay/letchain
  • 96175be Integrate Expr::Let into precedence fixups
  • 1f096d3 Merge pull request #1839 from dtolnay/chainedcompare
  • 4944362 Fix parenthesization of chained comparisons containing bailout
  • fd198d9 Generalize Expr::Range bailout to any operator that can begin expr
  • d3f2879 Add regression test for chained comparisons with bailout
  • 9872bef Merge pull request #1838 from dtolnay/prevoperator
  • 00a125e Short-circuit precedence scan for high-precedence expressions
  • 83195c0 Merge pull request #1837 from dtolnay/rangebailout
  • Additional commits viewable in compare view

Updates tokio-macros from 2.4.0 to 2.5.0

Commits
  • cc974a6 chore: prepare tokio-macros v2.5.0 (#7078)
  • 15495fd metrics: improve flexibility of H2Histogram Configuration (#6963)
  • ad41834 io: don't call set_len before initializing vector in Blocking (#7054)
  • bd3e857 runtime: move is_join_waker_set assertion in unset_waker (#7072)
  • 15f7366 runtime: fix LocalRuntime doc links (#7074)
  • fd2048d ci: split miri jobs into unit and integration tests (#7071)
  • e8f3915 chore: use unsync loads for unsync_load (#7073)
  • 67f1277 net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
  • 463502c io: clarify ReadBuf::uninit allows initialized buffers as well (#7053)
  • a1520f5 runtime: fix thread parking on WebAssembly (#7041)
  • Additional commits viewable in compare view

Updates wasm-bindgen-futures from 0.4.49 to 0.4.50

Commits

Updates wasm-bindgen-macro from 0.2.99 to 0.2.100

Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.100

Released 2025-01-12

Added

  • Add attributes to overwrite return (``unchecked_return_type) and parameter types (unchecked_param_type`), descriptions (`return_description` and `param_description`) as well as parameter names (`js_name`) for exported functions and methods. See the guide for more details. #4394

  • Add a copy_to_uninit() method to all TypedArrays. It takes &mut [MaybeUninit<T>] and returns &mut [T]. #4340

  • Add test coverage support for Node.js. #4348

  • Support importing memory and using wasm_bindgen::module() in Node.js. #4349

  • Add --list, --ignored, --exact and --nocapture to wasm-bindgen-test-runner, analogous to cargo test. #4356

  • Add bindings to Date.to_locale_time_string_with_options. #4384

  • #[wasm_bindgen] now correctly applies #[cfg(...)]s in structs. #4351

Changed

  • Optional parameters are now typed as T | undefined | null to reflect the actual JS behavior. #4188

  • Adding getter, setter, and constructor methods to enums now results in a compiler error. This was previously erroneously allowed and resulted in invalid JS code gen. #4278

  • Handle stuck and failed WebDriver processes when re-trying to start them. #4340

  • Align test output closer to native cargo test. #4358

  • Error if URL in <WEBDRIVER>_REMOTE can't be parsed instead of just ignoring it. #4362

  • Remove WASM_BINDGEN_THREADS_MAX_MEMORY and WASM_BINDGEN_THREADS_STACK_SIZE. The maximum memory size can be set via -Clink-arg=--max-memory=<size>. The stack size of a thread can be set when initializing the thread via the default function. #4363

  • console.*() calls in tests are now always intercepted by default. To show them use --nocapture. When shown they are always printed in-place instead of after test results, analogous to cargo test. #4356

... (truncated)

Commits

Updates wasm-bindgen-macro-support from 0.2.99 to 0.2.100

Changelog

Sourced from wasm-bindgen-macro-support's changelog.

0.2.100

Released 2025-01-12

Added

  • Add attributes to overwrite return (``unchecked_return_type) and parameter types (unchecked_param_type`), descriptions (`return_description` and `param_description`) as well as parameter names (`js_name`) for exported functions and metho...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 13, 2025
Bumps the rust-minor group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.7` | `1.2.9` |
| [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.26` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.26` |
| [clap_derive](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.24` |
| [event-listener](https://github.com/smol-rs/event-listener) | `5.3.1` | `5.4.0` |
| [fluent-template-macros](https://github.com/XAMPPRocky/fluent-templates) | `0.12.0` | `0.12.1` |
| [fluent-templates](https://github.com/XAMPPRocky/fluent-templates) | `0.12.0` | `0.12.1` |
| [futures-lite](https://github.com/smol-rs/futures-lite) | `2.5.0` | `2.6.0` |
| [glutin_wgl_sys](https://github.com/rust-windowing/glutin) | `0.6.0` | `0.6.1` |
| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.14` | `0.4.15` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.15` | `0.2.16` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.25` | `0.2.27` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.93` |
| [regress](https://github.com/ridiculousfish/regress) | `0.10.1` | `0.10.2` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.42` | `0.38.43` |
| [rustls](https://github.com/rustls/rustls) | `0.23.20` | `0.23.21` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.135` |
| [simple_asn1](https://github.com/acw/simple_asn1) | `0.6.2` | `0.6.3` |
| [syn](https://github.com/dtolnay/syn) | `2.0.95` | `2.0.96` |
| [tokio-macros](https://github.com/tokio-rs/tokio) | `2.4.0` | `2.5.0` |
| [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.49` | `0.4.50` |
| [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen) | `0.2.99` | `0.2.100` |
| [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen) | `0.2.99` | `0.2.100` |
| [wasm-bindgen-shared](https://github.com/rustwasm/wasm-bindgen) | `0.2.99` | `0.2.100` |
| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.76` | `0.3.77` |
| [wide](https://github.com/Lokathor/wide) | `0.7.31` | `0.7.32` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.22` | `0.6.24` |
| [xml-rs](https://github.com/kornelski/xml-rs) | `0.8.24` | `0.8.25` |


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

Updates `cc` from 1.2.7 to 1.2.9
- [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.2.7...cc-v1.2.9)

Updates `clap` from 4.5.23 to 4.5.26
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.23...clap_complete-v4.5.26)

Updates `clap_builder` from 4.5.23 to 4.5.26
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.23...v4.5.26)

Updates `clap_derive` from 4.5.18 to 4.5.24
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.18...v4.5.24)

Updates `event-listener` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/smol-rs/event-listener/releases)
- [Changelog](https://github.com/smol-rs/event-listener/blob/master/CHANGELOG.md)
- [Commits](smol-rs/event-listener@v5.3.1...v5.4.0)

Updates `fluent-template-macros` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/XAMPPRocky/fluent-templates/releases)
- [Changelog](https://github.com/XAMPPRocky/fluent-templates/blob/master/CHANGELOG.md)
- [Commits](XAMPPRocky/fluent-templates@fluent-template-macros-v0.12.0...fluent-template-macros-v0.12.1)

Updates `fluent-templates` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/XAMPPRocky/fluent-templates/releases)
- [Changelog](https://github.com/XAMPPRocky/fluent-templates/blob/master/CHANGELOG.md)
- [Commits](XAMPPRocky/fluent-templates@fluent-templates-v0.12.0...fluent-templates-v0.12.1)

Updates `futures-lite` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/smol-rs/futures-lite/releases)
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
- [Commits](smol-rs/futures-lite@v2.5.0...v2.6.0)

Updates `glutin_wgl_sys` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/rust-windowing/glutin/releases)
- [Changelog](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/glutin/commits)

Updates `linux-raw-sys` from 0.4.14 to 0.4.15
- [Commits](sunfishcode/linux-raw-sys@v0.4.14...v0.4.15)

Updates `pin-project-lite` from 0.2.15 to 0.2.16
- [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.15...v0.2.16)

Updates `prettyplease` from 0.2.25 to 0.2.27
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.25...0.2.27)

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

Updates `regress` from 0.10.1 to 0.10.2
- [Release notes](https://github.com/ridiculousfish/regress/releases)
- [Commits](ridiculousfish/regress@v0.10.1...v0.10.2)

Updates `rustix` from 0.38.42 to 0.38.43
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.42...v0.38.43)

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

Updates `serde_json` from 1.0.134 to 1.0.135
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.135)

Updates `simple_asn1` from 0.6.2 to 0.6.3
- [Commits](https://github.com/acw/simple_asn1/commits)

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

Updates `tokio-macros` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-macros-2.4.0...tokio-macros-2.5.0)

Updates `wasm-bindgen-futures` from 0.4.49 to 0.4.50
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `wasm-bindgen-macro` from 0.2.99 to 0.2.100
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.99...0.2.100)

Updates `wasm-bindgen-macro-support` from 0.2.99 to 0.2.100
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.99...0.2.100)

Updates `wasm-bindgen-shared` from 0.2.99 to 0.2.100
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.99...0.2.100)

Updates `web-sys` from 0.3.76 to 0.3.77
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `wide` from 0.7.31 to 0.7.32
- [Commits](Lokathor/wide@v0.7.31...v0.7.32)

Updates `winnow` from 0.6.22 to 0.6.24
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.22...v0.6.24)

Updates `xml-rs` from 0.8.24 to 0.8.25
- [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md)
- [Commits](kornelski/xml-rs@0.8.24...0.8.25)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: clap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: clap_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: event-listener
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: fluent-template-macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: fluent-templates
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: futures-lite
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: glutin_wgl_sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: linux-raw-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: pin-project-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: prettyplease
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: regress
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustls
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: serde_json
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: simple_asn1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: tokio-macros
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-futures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-macro-support
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-shared
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: web-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wide
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: xml-rs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust-minor-4d07ed8751 branch from f8648c4 to 0c80038 Compare January 13, 2025 12:32
@torokati44 torokati44 merged commit 7f9eec2 into main Jan 13, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust-minor-4d07ed8751 branch January 13, 2025 13:00
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.

1 participant