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): update all non-major dependencies #3249

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
built build-dependencies minor 0.6.1 -> 0.7.1
byteorder dependencies minor 1.4.3 -> 1.5.0
clap dependencies minor 4.3.19 -> 4.4.8
clap_complete dependencies minor 4.3.2 -> 4.4.4
dav1d-sys dependencies minor 0.5.3 -> 0.6.0
image dependencies patch 0.24.6 -> 0.24.7
interpolate_name dependencies patch 0.2.3 -> 0.2.4
libfuzzer-sys dependencies patch 0.4.6 -> 0.4.7
petarpetrovt/setup-sde action minor v2.1 -> v2.2
toml dependencies minor 0.7 -> 0.8
v_frame dependencies patch 0.3.5 -> 0.3.6
wasm-bindgen (source) dependencies patch 0.2.87 -> 0.2.88

Release Notes

lukaslueg/built (built)

v0.7.1

Compare Source

Changed
  • Fixed no_std builds

v0.7.0

Compare Source

Changed
  • The Options-type has been removed in favor of controlling built's behavior by means of feature-flags.
  • cargo-lock is now an optional dependency
  • Bump git2 to 0.18
BurntSushi/byteorder (byteorder)

v1.5.0

Compare Source

clap-rs/clap (clap)

v4.4.8

Compare Source

Features
  • Add Command::flatten_help to allow git stash -h like help for subcommands

v4.4.7

Compare Source

Performance
  • Reduced code size

v4.4.6

Compare Source

Internal
  • Upgrade anstream

v4.4.5

Compare Source

Fixes
  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users

v4.4.4

Compare Source

Internal
  • Update terminal_size to 0.3

v4.4.3

Compare Source

Documentation
  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules

v4.4.2

Compare Source

Performance
  • Improve build times by removing once_cell dependency

v4.4.1

Compare Source

Features
  • Stabilize Command::styles

v4.4.0

Compare Source

Compatibility
  • Update MSRV to 1.70.0

v4.3.24

Compare Source

Fixes
  • Ensure column padding is preserved in --help with custom templates

v4.3.23

Compare Source

Fixes
  • Fixed UnknownArgumentValueParser to not error on flag's absence

v4.3.22

Compare Source

Features
  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors

v4.3.21

Compare Source

Features
  • Expose TryMapValueParser so the type can be named

v4.3.20

Compare Source

Features
  • Command::mut_args for modifying all arguments en masse
clap-rs/clap (clap_complete)

v4.4.4

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

Fixes
  • (unstable) Complete positionals in subcommands

v4.4.1

Compare Source

Fixes
  • (fish) Properly escape () in descriptions

v4.4.0

Compare Source

Compatibility
  • Update MSRV to 1.70.0
Features
  • (unstable) Fish dynamic completion support
Fixes
  • (unstable) Manual control over sort order
  • (unstable) Don't recursively report subcommands
  • (unstable) Get bash support working again
  • (unstable) Ensure shorts keep their leading -
image-rs/image (image)

v0.24.7

Compare Source

New features:

  • Added {ImageBuffer, DynamicImage}::write_with_encoder to simplify writing
    images with custom settings.
  • Expose ICC profiles stored in tiff and webp files.
  • Added option to set the background color of animated webp images.
  • New methods for sampling and interpolation of GenericImageViews

Bug fixes:

  • Fix panic on empty dxt.
  • Fix several panics in webp decoder.
  • Allow unknown chunks at the end of webp files.
lu-zero/interpolate_name (interpolate_name)

v0.2.4

Compare Source

  • Use syn 2
rust-fuzz/libfuzzer (libfuzzer-sys)

v0.4.7

Compare Source

Released 2023-08-10.

Added
  • Added the link_libfuzzer cargo feature. This feature is on by default and
    preserves the existing behavior of statically linking libfuzzer. You can
    disable it if you are linking your own version of libfuzzer some other way, or
    another library that provides the same ABI as libfuzzer.

petarpetrovt/setup-sde (petarpetrovt/setup-sde)

v2.2

Compare Source

  • Add support for Intel SDE 9.24.0.
toml-rs/toml (toml)

v0.8.8

Compare Source

v0.8.7

Compare Source

v0.8.6

Compare Source

v0.8.5

Compare Source

v0.8.4

Compare Source

v0.8.3

Compare Source

v0.8.2

Compare Source

v0.8.1

Compare Source

v0.8.0

Compare Source

v0.7.8

Compare Source

v0.7.7

Compare Source

v0.7.6

Compare Source

v0.7.5

Compare Source

v0.7.4

Compare Source

v0.7.3

Compare Source

v0.7.2

Compare Source

v0.7.1

Compare Source

rust-av/v_frame (v_frame)

v0.3.6

  • Revert changes in downsampling in 0.3.4 which changed its behavior
rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.88

Compare Source

Released 2023-11-01

Added
  • Add bindings for RTCRtpTransceiverInit.sendEncodings.
    #​3642

  • Add bindings for the Web Locks API to web-sys.
    #​3604

  • Add bindings for ViewTransition to web-sys.
    #​3598

  • Extend AudioContext with unstable features supporting audio sink configuration.
    #​3433

  • Add bindings for WebAssembly.Tag and WebAssembly.Exception.
    #​3484

  • Re-export wasm-bindgen from js-sys, web-sys and wasm-bindgen-futures.
    #​3466
    #​3601

  • Re-export js-sys from web-sys and wasm-bindgen-futures.
    #​3466
    #​3601

  • Add bindings for async variants of Atomics.wait.
    #​3504

  • Add bindings for WorkerGlobalScope.performance.
    #​3506

  • Add support for installing pre-built artifacts of wasm-bindgen-cli
    via cargo binstall wasm-bindgen-cli.
    #​3544

  • Add bindings for RTCDataChannel.id.
    #​3547

  • Add bindings for HTMLElement.inert.
    #​3557

  • Add unstable bindings for the Prioritized Task Scheduling API.
    #​3566

  • Add bindings for CssStyleSheet constructor and replace(_sync) methods.
    #​3573

  • Add bindings for CanvasTransform.setTransform(DOMMatrix2DInit).
    #​3580

  • Add a crate attribute to the wasm_bindgen_test proc-macro to specify a
    non-default path to the wasm-bindgen-test crate.
    #​3593

  • Add support for passing Vecs of exported Rust types and strings to/from JS.
    #​3554

  • Implement TryFrom<JsValue> for exported Rust types and strings.
    #​3554

  • Handle the #[ignore = "reason"] attribute with the wasm_bindgen_test
    proc-macro and accept the --include-ignored flag with wasm-bindgen-test-runner.
    #​3644

  • Added missing additions to the Notification API.
    #​3667

Changed
  • Updated the WebGPU WebIDL.
    The optional message argument of GPUPipelineError's constructor has been manually specified as a required argument,
    because required arguments occurring after optional arguments are currently not supported by the generator.
    #​3480

  • Replaced curl with ureq. By default we now use Rustls instead of OpenSSL.
    #​3511

  • Changed mutability of the argument buffer in write functions to immutable for FileSystemSyncAccessHandle and FileSystemWritableFileStream.
    It was also automatically changed for IdbFileHandle, which is deprecated.
    #​3537

  • Changed behavior when compiling to wasm32-wasi to match wasm32-emscripten and
    non-WASM targets, generating a stub that panics when called rather than a wasm-
    bindgen placeholder.
    #​3233

  • Changed constructor implementation in generated JS bindings, it is now
    possible to override methods from generated JS classes using inheritance.
    When exported constructors return Self.
    #​3562

  • Made wasm-bindgen forwards-compatible with the standard C ABI.
    #​3595

  • Changed the design of the internal WasmAbi trait. Rather than marking a type
    which can be passed directly as a parameter/result to/from JS, it now lets
    types specify how they can be split into / recreated from multiple primitive
    types which are then passed to/from JS.
    WasmPrimitive now serves the old function of WasmAbi, minus allowing
    #[repr(C)] types.
    #​3595

  • Use queueMicrotask in wasm-bindgen-futures for scheduling tasks on the next tick.
    If that is not available, use the previous Promise.then mechanism as a fallback.
    This should avoid quirks, like exceptions thrown get now properly reported
    as normal exceptions rather than as rejected promises.
    #​3611

  • Improved TypeScript bindings to accurately reference Rust enum types in function signatures,
    enhancing type safety and compatibility.
    #​3647

  • Throw an error on enum name collisions, previously only one enum would be emitted.
    #​3669

Fixed
  • Fixed wasm_bindgen macro to handle raw identifiers in field names.
    #​3621

  • Fixed bindings and comments for Atomics.wait.
    #​3509

  • Fixed wasm_bindgen_test macro to handle raw identifiers in test names.
    #​3541

  • Fixed Cargo license field to follow the SPDX 2.1 license expression standard.
    #​3529

  • Use fully qualified paths in the wasm_bindgen_test macro.
    #​3549

  • Fixed bug allowing JS primitives to be returned from exported constructors.
    #​3562

  • Fixed optional parameters in JSDoc.
    #​3577

  • Use re-exported js-sys from wasm-bindgen-futures to account for
    non-default path specified by the crate attribute in wasm_bindgen_futures
    proc-macro.
    #​3601

  • Fix bug with function arguments coming from macro_rules!.
    #​3625

  • Fix some calls to free() missing alignment.
    #​3639

  • Fix wrong ABI for raw pointers.
    #​3655

Removed
  • Removed ReadableStreamByobReader::read_with_u8_array() because it doesn't work with Wasm.
    #​3582

  • Removed GetNotificationOptions, NotificationBehavior and Notification.get() because
    they don't exist anymore.


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 has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

see 1 file with indirect coverage changes

📢 Thoughts on this report? Let us know!

@renovate renovate bot changed the title fix(deps): update rust crate v_frame to 0.3.6 fix(deps): update all non-major dependencies Aug 8, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0ac09ef to 968f924 Compare August 10, 2023 18:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ec0780f to 339ccb6 Compare August 23, 2023 14:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c8f5c5b to c404b02 Compare August 28, 2023 19:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0899f71 to 47eae49 Compare September 7, 2023 17:02
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 9, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5b13aa8 to 602aab4 Compare September 18, 2023 18:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 60c28b0 to 6cdf70f Compare September 30, 2023 13:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e7d86b1 to 85285a2 Compare October 6, 2023 04:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 85285a2 to c36f1ef Compare October 9, 2023 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 271dc8d to 68791d5 Compare October 20, 2023 02:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c69c197 to 26dcd1b Compare October 25, 2023 10:51
@renovate renovate bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Oct 25, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0ce10e9 to c90bc8a Compare October 25, 2023 14:18
@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Oct 25, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 20ad57f to 2abdbab Compare November 2, 2023 17:10
@barrbrain barrbrain merged commit 524ae8a into master Nov 13, 2023
25 of 26 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 13, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant