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

fix(deps): update all non-major dependencies #36

Merged
merged 4 commits into from
Aug 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 23, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.9 -> 4.5.16
env_logger dev-dependencies patch 0.11.3 -> 0.11.5
env_logger dependencies patch 0.11.3 -> 0.11.5
glsl-lang dependencies patch 0.5.2 -> 0.5.3
glsl-lang-pp dependencies patch 0.5.2 -> 0.5.3
indexmap dependencies minor 2.2.6 -> 2.4.0
lang-util dependencies patch 0.5.2 -> 0.5.3
pyo3 dependencies patch 0.22.1 -> 0.22.2
rust minor 1.79.0 -> 1.80.0
thiserror dependencies patch 1.0.62 -> 1.0.63

Release Notes

clap-rs/clap (clap)

v4.5.16

Compare Source

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

v4.5.11

Compare Source

v4.5.10

Compare Source

rust-cli/env_logger (env_logger)

v0.11.5

Compare Source

v0.11.4

Compare Source

alixinne/glsl-lang (glsl-lang)

v0.5.3

Compare Source

Bug Fixes
  • (glsl-lang-quote) correctly parse #(ident) at line start - (c47f7fc) - alixinne
  • update github profile information - (2beea1f) - Alix Tavernier
Build system
  • set resolver to 2 - (73544c2) - alixinne
Miscellaneous Chores
  • (deps) update rust crate glsl to v7 - (e8782ee) - renovate[bot]
  • (deps) update actions/cache action to v4 - (76c7bd2) - renovate[bot]
  • (deps) update actions/checkout action to v4 - (be49ea6) - renovate[bot]
  • (deps) update actions/cache action to v3 - (b159bfb) - renovate[bot]
  • (version) v0.5.2 [skip ci] - (c0ada55) - glsl-lang
  • fix clippy warnings - (c28f583) - alixinne
  • bump rust version to 1.74.0 - (23a3c9b) - alixinne

indexmap-rs/indexmap (indexmap)

v2.4.0

Compare Source

  • Added methods IndexMap::append and IndexSet::append, moving all items from
    one map or set into another, and leaving the original capacity for reuse.

v2.3.0

Compare Source

  • Added trait MutableEntryKey for opt-in mutable access to map entry keys.
  • Added method MutableKeys::iter_mut2 for opt-in mutable iteration of map
    keys and values.
pyo3/pyo3 (pyo3)

v0.22.2

Compare Source

Packaging
  • Require opt-in to freethreaded Python using the UNSAFE_PYO3_BUILD_FREE_THREADED=1 environment variable (it is not yet supported by PyO3). #​4327
Changed
  • Use FFI function calls for reference counting on all abi3 versions. #​4324
  • #[pymodule(...)] now directly accepts all relevant #[pyo3(...)] options. #​4330
Fixed
  • Fix compile failure in declarative #[pymodule] under presence of #![no_implicit_prelude]. #​4328
  • Fix compile failure due to c-string literals on Rust < 1.79. #​4353
rust-lang/rust (rust)

v1.80.0

Compare Source

==========================

Language

Compiler

Libraries

Stabilized APIs

These APIs are now stable in const contexts:

Cargo

Rustdoc

Compatibility Notes

Internal Changes

These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.

dtolnay/thiserror (thiserror)

v1.0.63

Compare Source

  • Documentation improvements

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from alixinne as a code owner July 23, 2024 05:57
@renovate renovate bot enabled auto-merge (rebase) July 23, 2024 05:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3acc21b to d605c45 Compare July 25, 2024 21:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0b16314 to ffa057b Compare July 31, 2024 22:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2f14428 to 1d0996a Compare August 13, 2024 22:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d0996a to 3ab446e Compare August 15, 2024 23:05
@alixinne alixinne merged commit 83ed374 into master Aug 19, 2024
9 checks passed
@alixinne alixinne deleted the renovate/all-minor-patch branch August 19, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant