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 dependencies group with 17 updates #266

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 17 updates:

Package From To
clap 4.5.23 4.5.26
serde_json 1.0.134 1.0.135
thiserror 2.0.9 2.0.11
uuid 1.11.0 1.11.1
bitflags 2.6.0 2.7.0
cc 1.2.7 1.2.9
clap_builder 4.5.23 4.5.26
clap_derive 4.5.18 4.5.24
inventory 0.3.16 0.3.17
libz-sys 1.1.20 1.1.21
linux-raw-sys 0.4.14 0.4.15
prettyplease 0.2.25 0.2.27
proc-macro2 1.0.92 1.0.93
rustix 0.38.42 0.38.43
rustls 0.23.20 0.23.21
syn 2.0.95 2.0.96
winnow 0.6.22 0.6.24

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 serde_json from 1.0.134 to 1.0.135

Release notes

Sourced from serde_json's releases.

v1.0.135

Commits

Updates thiserror from 2.0.9 to 2.0.11

Release notes

Sourced from thiserror's releases.

2.0.11

2.0.10

  • Support errors containing a generic type parameter's associated type in a field (#408)
Commits
  • 0f532e3 Release 2.0.11
  • 3d15543 Merge pull request #410 from dtolnay/testnostd
  • 1a226ae Disable two more integration tests in no-std mode
  • 8b5f2d7 Fix unused import in test when built without std
  • eecd247 Add CI step to test with "std" disabled
  • 8f2a76b Merge pull request #409 from Maytha8/std-tests
  • 693a6cd Add feature gate to tests that use std
  • 349f696 Release 2.0.10
  • 6cd87bc Merge pull request #408 from dtolnay/assoctype
  • 6b3e1e5 Generate trait bounds on associated types
  • Additional commits viewable in compare view

Updates uuid from 1.11.0 to 1.11.1

Release notes

Sourced from uuid's releases.

1.11.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.11.0...1.11.1

Commits
  • 42c2d0f Merge pull request #782 from uuid-rs/cargo/1.11.1
  • 7dc4122 prepare for 1.11.1 release
  • 4cdc981 Merge pull request #781 from uuid-rs/ci/rust-versions
  • 1ce698c update rust toolchain before building
  • 5cbe0ce Merge pull request #778 from jacobggman/main
  • 6e55348 Fix broken link to RFC 1574 in CONTRIBUTING.md
  • 147d993 update table of contents in CONTRIBUTING.md
  • 8901919 Merge pull request #777 from uuid-rs/KodrAus-patch-1
  • a486f03 try using specific node version
  • dcf1d81 bump msrv to 1.63.0
  • Additional commits viewable in compare view

Updates bitflags from 2.6.0 to 2.7.0

Release notes

Sourced from bitflags's releases.

2.7.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.6.0...2.7.0

Changelog

Sourced from bitflags's changelog.

2.7.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.6.0...2.7.0

Commits
  • 10b9fd3 Merge pull request #430 from bitflags/cargo/2.7.0
  • 137485a prepare for 2.7.0 release
  • 6c0dfa4 Merge pull request #429 from bitflags/fix/err-msgs-2
  • 451fdf4 update rust before building
  • f5ac5b1 update error messages
  • 30901e6 Merge pull request #428 from wysiwys/main
  • 7b9ecab add truncate(&mut self) method to unset unknown bits
  • 85983a4 Merge pull request #427 from bitflags/ci/error-msgs
  • f007793 remove match case
  • 6ebcd19 add test case for match statement
  • 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_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 inventory from 0.3.16 to 0.3.17

Release notes

Sourced from inventory's releases.

0.3.17

  • Support other Wasm platforms in addition to WASI/Emscripten (#76, thanks @​dfoxfranke)
Commits
  • b843e1c Release 0.3.17
  • 00fb48d Touch up PR 76
  • b131245 Merge pull request #76 from dfoxfranke/master
  • 06c226f Document WebAssembly support
  • 4ca062a Ensure that constructors are idempotent on WASM
  • 9db0023 Use .init_array on all WASM targets, not just WASI/Emscripten
  • 7a2a06e Update ui test suite to nightly-2024-12-25
  • See full diff in compare view

Updates libz-sys from 1.1.20 to 1.1.21

Release notes

Sourced from libz-sys's releases.

1.1.21

What's Changed

New Contributors

Full Changelog: rust-lang/libz-sys@1.1.20...1.1.21

1.1.21-zng

What's Changed

New Contributors

Full Changelog: rust-lang/libz-sys@1.1.20...1.1.21-zng

Commits
  • 8462d47 Merge pull request #233 from folkertdev/zlib-ng-2.2.3
  • b200bda bump zng to 1.1.21
  • 53d98ee Merge pull request #232 from folkertdev/zlib-ng-2.2.3
  • 5fb9de4 bump zlib-ng to version 2.2.3
  • 223f565 Merge pull request #231 from EmbarkStudios/main
  • 413205e Disable neon for apple targets
  • 99f0479 Bump actions/checkout from 4.2.1 to 4.2.2 in the github-actions group
  • 14f474a bump the ZNG manifest version
  • 9ff6d41 Merge pull request #222 from rust-lang/dependabot/github_actions/github-actio...
  • 1b5db52 Bump the github-actions group with 2 updates
  • Additional commits viewable in compare view

Updates linux-raw-sys from 0.4.14 to 0.4.15

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 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 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 winnow from 0.6.22 to 0.6.24

Changelog

Sourced from winnow's changelog.

[0.6.24] - 2025-01-10

Fixes

  • Add back in winnow::Located which was removed by accident

[0.6.23] - 2025-01-10

Compatibiloty

  • stream::Located is deprecated in favor of stream::LocatingSlice
  • combnator::rest is deprecated in favor of token::rest
  • combnator::rest_len is deprecated in favor of token::rest_len
  • combinator::<Struct> have mostly been deprecated in favor of combinator::impls::<Struct>
  • unpeek is deprecated

Features

  • Added repeat().try_fold() and repeat().verify_fold()
Commits
  • 145aa1d chore: Release
  • 341eefb docs: Update changelog
  • fcfdf1c Merge pull request #691 from epage/fix
  • 0ddade4 fix(stream): Re-add re-export of Located in root
  • 12da3e3 chore: Release
  • 707ff01 docs: Update changelog
  • f3ef456 docs(stream): Fix deprecation version
  • 6094e4e Merge pull request #687 from epage/cherry
  • 54786bd fix(combinator): Apply epage PR review
  • 8a9eacd feat(combinator): try_fold and verify_fold
  • Additional commits viewable 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 dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.26` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.135` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.11.1` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.6.0` | `2.7.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.7` | `1.2.9` |
| [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` |
| [inventory](https://github.com/dtolnay/inventory) | `0.3.16` | `0.3.17` |
| [libz-sys](https://github.com/rust-lang/libz-sys) | `1.1.20` | `1.1.21` |
| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.14` | `0.4.15` |
| [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` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.42` | `0.38.43` |
| [rustls](https://github.com/rustls/rustls) | `0.23.20` | `0.23.21` |
| [syn](https://github.com/dtolnay/syn) | `2.0.95` | `2.0.96` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.22` | `0.6.24` |


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 `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 `thiserror` from 2.0.9 to 2.0.11
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.9...2.0.11)

Updates `uuid` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.0...1.11.1)

Updates `bitflags` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.6.0...2.7.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_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 `inventory` from 0.3.16 to 0.3.17
- [Release notes](https://github.com/dtolnay/inventory/releases)
- [Commits](dtolnay/inventory@0.3.16...0.3.17)

Updates `libz-sys` from 1.1.20 to 1.1.21
- [Release notes](https://github.com/rust-lang/libz-sys/releases)
- [Commits](rust-lang/libz-sys@1.1.20...1.1.21)

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

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 `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 `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 `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)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: bitflags
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clap_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: inventory
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: libz-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: linux-raw-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettyplease
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rustls
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies rust Changes in Rust SDK labels Jan 13, 2025
@termoshtt termoshtt merged commit f5bf096 into main Jan 14, 2025
26 checks passed
@termoshtt termoshtt deleted the dependabot/cargo/dependencies-e4246c8aec branch January 14, 2025 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies rust Changes in Rust SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant