Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the cargodeps group with 11 updates in the / directory:

Package From To
anyhow 1.0.99 1.0.100
cargo_metadata 0.22.0 0.23.1
flate2 1.1.2 1.1.5
fluent-langneg 0.14.1 0.14.2
fs-err 3.1.2 3.2.0
lightningcss 1.0.0-alpha.67 1.0.0-alpha.68
uniffi_bindgen 0.29.4 0.30.0
tempfile 3.22.0 3.23.0
time 0.3.43 0.3.44
insta 1.43.2 1.44.1
rust-embed 8.7.2 8.9.0

Updates anyhow from 1.0.99 to 1.0.100

Release notes

Sourced from anyhow's releases.

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)
Commits
  • 18c2598 Release 1.0.100
  • f271988 Merge pull request #426 from dtolnay/clippyfmt
  • 52f2115 Mark macros with clippy::format_args
  • da5fd9d Raise minimum tested compiler to rust 1.76
  • 211e409 Opt in to generate-macro-expansion when building on docs.rs
  • b48fc02 Enforce trybuild >= 1.0.108
  • d5f59fb Update ui test suite to nightly-2025-09-07
  • 238415d Update ui test suite to nightly-2025-08-24
  • 3bab070 Update actions/checkout@v4 -> v5
  • 4249254 Order cap-lints flag in the same order as thiserror build script
  • See full diff in compare view

Updates cargo_metadata from 0.22.0 to 0.23.1

Changelog

Sourced from cargo_metadata's changelog.

[0.23.1] - 2025-11-11

Changed

  • Stabilized build_directory

[0.23.0] - 2025-09-27

Added

  • Added FeatureName and PackageName newtype wrappers.
Commits
  • c08e66c Merge pull request #317 from Muscraft/stabilize-build-dir
  • 083ca69 chore: Bump version to 0.23.1
  • 84d613b chore: Stabilize build_directory
  • 9d81809 chore: Address new clippy warnings
  • 4d66bd3 Merge pull request #309 from BD103/fix-doc-auto-config
  • d1a6aa2 fix: cargo_metadata not building on docs.rs
  • 2af44df Merge pull request #307 from smoelius/bump-version
  • 33cf6da Try to get CI to pass
  • 790de54 Bump version
  • 8af4dc4 Merge pull request #304 from smoelius/newtype-wrapper
  • Additional commits viewable in compare view

Updates flate2 from 1.1.2 to 1.1.5

Release notes

Sourced from flate2's releases.

1.1.5

This bugfix release fixes #508, as flush didn't always work anymore in conjunction with miniz_oxide.

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.4...1.1.5

1.1.3

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.2...1.1.3

Commits
  • 2661fbb Merge pull request #509 from fintelia/revert-flush-change
  • bc36cf4 Bump patch version
  • 4341fe2 Revert "Use partial flushes with miniz_oxide backend"
  • ac412e9 Merge pull request #506 from NobodyXu/patch-1
  • bf0315b Release flste2 1.1.4
  • 350de28 Merge pull request #505 from NobodyXu/patch-1
  • 29552c7 Fix docs.rs build
  • 3be6590 Merge pull request #504 from Byron/release
  • 7ad1bad bump the patch level for a new release
  • 3cae7da Merge pull request #502 from NobodyXu/patch-1
  • Additional commits viewable in compare view

Updates fluent-langneg from 0.14.1 to 0.14.2

Release notes

Sourced from fluent-langneg's releases.

fluent-langneg 0.14.2

  • Relicense with dual Apache 2.0 or MIT licensing, matches fluent-rs crates
  • Bump dev-dependency oncriterion to 0.7 reducing transitive dependencies
Changelog

Sourced from fluent-langneg's changelog.

fluent-langneg 0.14.2 (October 23, 2025)

  • Relicense with dual Apache 2.0 or MIT licensing, matches fluent-rs crates
  • Bump dev-dependency oncriterion to 0.7 reducing transitive dependencies
Commits
  • a161fed chore: Release 0.14.2
  • e34e550 deps: Bump criterion to 0.7, remove transient deps on hermit-abi, is_terminal...
  • ca357af Dual-license under Apache 2.0 and MIT
  • 5940158 deps: Bump criterion to 0.5 to avoid dependency on atty (#28)
  • See full diff in compare view

Updates fs-err from 3.1.2 to 3.2.0

Changelog

Sourced from fs-err's changelog.

fs-err Changelog

  • Introduce debug and debug_tokio feature. Debug filesystem errors faster by exposing more information (#81). Without this feature on, errors might look like this:

    failed to open file `file.txt`: The system cannot find the file specified. (os error 2)
    

    With this feature on, it will include additional information. For example:

    failed to open file `file.txt`: The system cannot find the file specified. (os error 2)
    

    Path does not exist file.txt

    • Absolute path /path/to/dir/file.txt
    • Missing file.txt from parent directory:
      /path/to/dir
      └── file.md
      └── different.txt

It's suggested to enable this feature in dev-dependencies for security and performance reasons.

3.1.3

  • Add wrappers for std::fs::exists and tokio::fs::try_exists (#77)
Commits

Updates lightningcss from 1.0.0-alpha.67 to 1.0.0-alpha.68

Commits

Updates serde from 1.0.225 to 1.0.228

Release notes

Sourced from serde's releases.

v1.0.228

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#2995)

v1.0.227

  • Documentation improvements (#2991)

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)
Commits
  • a866b33 Release 1.0.228
  • 5adc9e8 Merge pull request #2995 from dtolnay/rustdocflags
  • ab58178 Workaround for RUSTDOCFLAGS='--cfg=docsrs'
  • 415d9fc Release 1.0.227
  • 7c58427 Merge pull request #2991 from dtolnay/inlinecoredoc
  • 9d3410e Merge pull request #2992 from dtolnay/inplaceseed
  • 2fb6748 Remove InPlaceSeed public re-export
  • f8137c7 Inline serde_core into serde in docsrs mode
  • b7dbf7e Merge pull request #2990 from dtolnay/integer128
  • 7c83691 No longer macro_use integer128 module
  • Additional commits viewable in compare view

Updates uniffi_bindgen from 0.29.4 to 0.30.0

Changelog

Sourced from uniffi_bindgen's changelog.

v0.30.0 (backend crates: v0.30.0) - (2025-10-08)

⚠️ Breaking Changes ⚠️

  • UDL-based trait interfaces must now be wrapped with the #[uniffi::trait_interface] attribute.
  • Python: Trait interface implementations must now inherit from the trait base class. This will look like class PyTraitName(RustTraitName):

What's new?

  • All user-defined types can now be renamed with the proc-macro name = "NewName" attribute (like already supported for methods and constructors) (#2661)
  • Enums and Records support exporting uniffi traits (ie, Display, Hash, Eq etc) (#2555)
  • Support for exporting the Ord trait, allowing objects to be ordered by Rust (#2583).
  • #[uniffi(default)] literals are now optional - eg, #[uniffi(default)] and #[uniffi(default = 0)] are equivalent. Similarly for args; #[uniffi::export(default(arg_name))]. When no literal is specifed, named types (objects, records, etc) can be used as long as they have suitable default values. (#2543). Custom types too (#2603)
  • Custom enum and object types can be used as error type (#2658)
  • Objects can implement external traits (#2430)
  • Fix for external errors when error only used externally (#2641)
  • Kotlin:
    • Switch to JNA direct mapping (#2229)
    • Support throwing external error (#2629)
    • The NoPointer placeholder object used to create fake interface instances has been renamed to NoHandle
  • Python:
    • Improved how default values are handled in function signatures etc and more canonical use of Python dataclasses, all towards making mypy happier (#2552)
    • Methods now have typing annotations for return values (#2625)
    • Fix relative imports (#2657)
    • Fix shadowing param names with internal variables in Python (#2628/#2645)
    • Don't allow objects to be passed as arguments when traits are expected (#2649)
  • Swift:
    • All object protocol conformances are public (#2671)
    • Initialization functions now have a stable ordering when using external types. This makes the generated source files deterministic.

⚠️ Breaking Changes for external bindings authors ⚠️

  • uniffi_bindgen::backend has been removed.
  • #[uniffi(default)] changes how defaults are represented.
  • FfiType::RustArcPtr has been removed and the FFI type for objects/interfaces is now a u64. Bindings authors will need to update their code to reflect this:
    • Lowering/lifting now uses u64 values
    • The free function inputs a u64 handle rather than a raw pointer
    • The clone function inputs and returns a u64 handle rather than a raw pointer
  • Enums and Records can have methods, so the Method now carries self_type instead of the object name. In the templates, for Callable.takes_self() is replaced with Callable.self_type().
  • Trait / Callback interface changes
    • VTable fields are now: free, clone, followed by a field for each interface method. Note That free is now at the start of the vtable rather than the end.
    • Trait interface changes:

... (truncated)

Commits
  • 47cb437 chore: Release
  • 8b78601 chore: Release
  • dd2200e Python: improve default values and use dataclasses to keep mypy happy. (#2552)
  • d15c779 Throw error when objects are passed instead of traits (#2649)
  • eaed3b8 callables should only go through the pipeline once
  • 15738c7 Better FFI tracing
  • 2a311d2 Remove RustBufferByReference
  • 6bb25bd Kotlin: Pass explicit T::class.java to Native.register (#2678)
  • 731ba33 Python: Fix async functions that return external types (#2659)
  • 159006b CHANGELOG tweaks. (#2677)
  • Additional commits viewable in compare view

Updates tempfile from 3.22.0 to 3.23.0

Changelog

Sourced from tempfile's changelog.

3.23.0

  • Remove need for the "nightly" feature to compile with "wasip2".
Commits

Updates time from 0.3.43 to 0.3.44

Release notes

Sourced from time's releases.

v0.3.44

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.44 [2025-09-19]

Fixed

  • Comparisons of PrimitiveDateTime, UtcDateTime, and OffsetDateTime with differing signs (i.e. one negative and one positive year) would return the inverse result of what was expected. This was introduced in v0.3.42 and has been fixed.
  • Type inference would fail due to feature unification when wasm-bindgen enabled serde_json. This has been fixed by explicitly specifying the type in the relevant locations.
Commits

Updates insta from 1.43.2 to 1.44.1

Release notes

Sourced from insta's releases.

1.44.1

Release Notes

  • Add --dnd alias for --disable-nextest-doctest flag to make it easier to silence the deprecation warning. #822
  • Update cargo-dist to 0.30.2 and fix Windows runner to use windows-2022. #821

Install cargo-insta 1.44.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.44.1/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.44.1/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.44.1

File Platform Checksum
cargo-insta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cargo-insta-x86_64-apple-darwin.tar.xz Intel macOS checksum
cargo-insta-x86_64-pc-windows-msvc.zip x64 Windows checksum
cargo-insta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-insta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.44.0

Release Notes

Changes in 1.44.0

  • Added non-interactive snapshot review and reject modes for use in non-TTY environments (LLMs, CI pipelines, scripts) #815
  • Add `--disable-nextest-doctest` flag with deprecation warning #803
  • Add ergonomic `--test-runner-fallback` / `--no-test-runner-fallback` flags #811
  • Apply redactions to snapshot metadata #813
  • Remove confusing 'previously unseen snapshot' message #812
  • Speed up JSON float rendering #806 (@​nyurik)
  • Allow globset version up to 0.4.16 #810 (@​g0hl1n)
  • Improve documentation #814 (@​tshepang)
  • Enforce starting newlines in assertions #563

Install

... (truncated)

Changelog

Sourced from insta's changelog.

1.44.1

  • Add --dnd alias for --disable-nextest-doctest flag to make it easier to silence the deprecation warning. #822
  • Update cargo-dist to 0.30.2 and fix Windows runner to use windows-2022. #821

1.44.0

  • Added non-interactive snapshot review and reject modes for use in non-TTY environments (LLMs, CI pipelines, scripts). cargo insta review --snapshot <path> and cargo insta reject --snapshot <path> now work without a terminal. Enhanced pending-snapshots output with usage instructions and workspace-relative paths. #815
  • Add --disable-nextest-doctest flag to cargo insta test to disable running doctests with nextest. Shows a deprecation warning when nextest is used with doctests without this flag, to prepare cargo insta to no longer run a separate doctest process when using nextest in the future. #803
  • Add ergonomic --test-runner-fallback / --no-test-runner-fallback flags to cargo insta test. #811
  • Apply redactions to snapshot metadata. #813
  • Remove confusing 'previously unseen snapshot' message. #812
  • Speed up JSON float rendering. #806 (@​nyurik)
  • Allow globset version up to 0.4.16. #810 (@​g0hl1n)
  • Improve documentation. #814 (@​tshepang)
  • We no longer trim starting newlines during assertions, which allows asserting the number of leading newlines match. Existing assertions with different leading newlines will pass and print a warning suggesting running with --force-update-snapshots. They may fail in the future. (Note that we still currently allow differing trailing newlines, though may adjust this in the future). #563
Commits
  • ba9ea51 Prepare release 1.44.1 (#823)
  • 92342f9 Add --dnd alias for --disable-nextest-doctest flag (#822)
  • c1ca488 Update cargo-dist to 0.30.2 and fix Windows runner (#821)
  • 5da894d Prepare release 1.44.0 (#820)
  • d8deb2f Add LLM-friendly non-interactive snapshot management (#815)
  • 783ebc2 feat(vscode-ext): support source opening (#817)
  • dd34e41 chore: update ron to 0.12 (#819)
  • af48633 Support -r shorthand for --release, for compatibility with cargo test (...
  • 7de4930 Apply redactions to snapshot metadata (#813)
  • 90f6ad8 Fix backward compatibility for --test-runner-fallback true syntax (#816)
  • Additional commits viewable in compare view

Updates rust-embed from 8.7.2 to 8.9.0

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 cargodeps group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.22.0` | `0.23.1` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.2` | `1.1.5` |
| [fluent-langneg](https://github.com/projectfluent/fluent-langneg-rs) | `0.14.1` | `0.14.2` |
| [fs-err](https://github.com/andrewhickman/fs-err) | `3.1.2` | `3.2.0` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.0.0-alpha.67` | `1.0.0-alpha.68` |
| [uniffi_bindgen](https://github.com/mozilla/uniffi-rs) | `0.29.4` | `0.30.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.22.0` | `3.23.0` |
| [time](https://github.com/time-rs/time) | `0.3.43` | `0.3.44` |
| [insta](https://github.com/mitsuhiko/insta) | `1.43.2` | `1.44.1` |
| rust-embed | `8.7.2` | `8.9.0` |



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

Updates `cargo_metadata` from 0.22.0 to 0.23.1
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.22.0...0.23.1)

Updates `flate2` from 1.1.2 to 1.1.5
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.2...1.1.5)

Updates `fluent-langneg` from 0.14.1 to 0.14.2
- [Release notes](https://github.com/projectfluent/fluent-langneg-rs/releases)
- [Changelog](https://github.com/projectfluent/fluent-langneg-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/projectfluent/fluent-langneg-rs/compare/fluent-langneg@0.14.1...fluent-langneg@0.14.2)

Updates `fs-err` from 3.1.2 to 3.2.0
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/fs-err@3.1.2...3.2.0)

Updates `lightningcss` from 1.0.0-alpha.67 to 1.0.0-alpha.68
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/commits)

Updates `serde` from 1.0.225 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.225...v1.0.228)

Updates `uniffi_bindgen` from 0.29.4 to 0.30.0
- [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md)
- [Commits](mozilla/uniffi-rs@0.29.4...v0.30.0)

Updates `tempfile` from 3.22.0 to 3.23.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.22.0...v3.23.0)

Updates `time` from 0.3.43 to 0.3.44
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.43...v0.3.44)

Updates `insta` from 1.43.2 to 1.44.1
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.43.2...1.44.1)

Updates `rust-embed` from 8.7.2 to 8.9.0

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.100
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargodeps
- dependency-name: cargo_metadata
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargodeps
- dependency-name: flate2
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargodeps
- dependency-name: fluent-langneg
  dependency-version: 0.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargodeps
- dependency-name: fs-err
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargodeps
- dependency-name: lightningcss
  dependency-version: 1.0.0-alpha.68
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargodeps
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargodeps
- dependency-name: uniffi_bindgen
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargodeps
- dependency-name: tempfile
  dependency-version: 3.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargodeps
- dependency-name: time
  dependency-version: 0.3.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargodeps
- dependency-name: insta
  dependency-version: 1.44.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargodeps
- dependency-name: rust-embed
  dependency-version: 8.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargodeps
...

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 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/cargo/cargodeps-0bc6b9e5d8 branch December 8, 2025 10:21
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