build(deps): update infer requirement from 0.16 to 0.22 in /ext/app_bridge - #156
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/cargo/ext/app_bridge/infer-0.19
branch
from
May 20, 2026 08:30
94840e0 to
2c0cde7
Compare
Collaborator
|
@dependabot recreate |
Updates the requirements on [infer](https://github.com/bojand/infer) to permit the latest version. - [Release notes](https://github.com/bojand/infer/releases) - [Commits](bojand/infer@v0.16.0...v0.22.0) --- updated-dependencies: - dependency-name: infer dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/ext/app_bridge/infer-0.19
branch
from
August 28, 2026 06:24
2c0cde7 to
854ee09
Compare
Contributor
Author
|
Superseded by #205. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on infer to permit the latest version.
Release notes
Sourced from infer's releases.
Commits
cb05400build: release v0.22.01a59d8bCommit Cargo.lock594968aAdd rust-version 1.74 and MSRV CI check125dc75Upgrade cfb to v0.1482a0b52Update GitHub Actions to latest versions484ce7dFix build workflow path filters and toolchain setup4a719bcFixclippy::question_marke610f5fAvoid recursion in LZ4 skippable-frame detection8e38966Avoid recursion in zstd skippable frame detection7e6b1d0Update audio.rsNote
Low Risk
Single dependency version bump with unchanged call sites; possible minor differences in detected MIME types from upstream infer changes.
Overview
Bumps the
infercrate dependency inext/app_bridgefrom 0.16 to 0.22 so the Ruby/WASM bridge builds against the current release of the magic-number file-type library.There are no application code changes in this PR;
file_ops.rsstill usesinfer::getfor MIME detection when normalizing file content. Behavior may shift slightly because of upstream detection fixes (e.g. PDF, MKV/WebM, LZ4/zstd handling) without any local API migration.Reviewed by Cursor Bugbot for commit 854ee09. Bugbot is set up for automated code reviews on this repo. Configure here.