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

chore(deps): Bump the minor-patch group with 7 updates #330

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 minor-patch group with 7 updates:

Package From To
serde_json 1.0.134 1.0.135
thiserror 2.0.9 2.0.11
hdf5-metno 0.9.3 0.9.4
cc 1.2.7 1.2.9
clap 4.5.23 4.5.26
syn 2.0.95 2.0.96
proc-macro2 1.0.92 1.0.93

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 hdf5-metno from 0.9.3 to 0.9.4

Changelog

Sourced from hdf5-metno's changelog.

hdf5 v0.9.4

Release date: Jan 13, 2025.

  • Added HDF5_VERSION which contains the version used when building

hdf5-sys v0.10.1

Release date: Jan 13, 2025.

  • Added HDF5_VERSION which contains the version used when building

hdf5 v0.9.4

Release date: Jan 7, 2025.

  • Fixed bundled hdf5 version back to 1.14.5

hdf5-derive v0.9.2

Release date: Dec 9, 2024.

  • Fixed H5Type is not local
Commits
  • 56bdf23 Release new versions
  • 2f03deb Merge pull request #48 from magnusuMET/const_hdf5_version
  • ee9511b Added to changelog
  • c61b7b1 Add test for library version
  • 4177e0c Add doc comment on hdf5::HDF5_VERSION
  • 3664338 Emit version as a build constant
  • c086ddd Merge pull request #46 from magnusuMET/clippy
  • 92663f3 Fix needless-as-bytes
  • c01912e Release hdf5-src 0.9.4
  • efd1d60 Merge pull request #45 from WiresmithTech/fix/src_version
  • 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 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 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

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 minor-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [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` |
| [hdf5-metno](https://github.com/metno/hdf5-rust) | `0.9.3` | `0.9.4` |
| [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` |
| [syn](https://github.com/dtolnay/syn) | `2.0.95` | `2.0.96` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.93` |


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 `hdf5-metno` from 0.9.3 to 0.9.4
- [Changelog](https://github.com/metno/hdf5-rust/blob/main/CHANGELOG.md)
- [Commits](metno/hdf5-rust@hdf5-v0.9.3...hdf5-v0.9.4)

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

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: hdf5-metno
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 13, 2025
@jetuk jetuk merged commit 72f43ed into main Jan 14, 2025
7 checks passed
@dependabot dependabot bot deleted the d491dependabot/cargo/minor-patch-d1936ce3aa branch January 14, 2025 10:42
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