chore(deps): bump the patch-updates group with 5 updates - #713
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the patch-updates group with 5 updates#713dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the patch-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [schemars](https://github.com/GREsau/schemars) | `1.2.1` | `1.2.2` | | [symphonia](https://github.com/pdeljanov/Symphonia) | `0.6.0` | `0.6.1` | | [rcgen](https://github.com/rustls/rcgen) | `0.14.8` | `0.14.9` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` | | [http-body-util](https://github.com/hyperium/http-body) | `0.1.4` | `0.1.5` | Updates `schemars` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v1.2.1...v1.2.2) Updates `symphonia` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/pdeljanov/Symphonia/releases) - [Commits](pdeljanov/Symphonia@v0.6.0...v0.6.1) Updates `rcgen` from 0.14.8 to 0.14.9 - [Release notes](https://github.com/rustls/rcgen/releases) - [Commits](rustls/rcgen@v0.14.8...v/0.14.9) Updates `futures-util` from 0.3.33 to 0.3.34 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.33...0.3.34) Updates `http-body-util` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](hyperium/http-body@http-body-util-v0.1.4...http-body-util-v0.1.5) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: symphonia dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: rcgen dependency-version: 0.14.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: futures-util dependency-version: 0.3.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: http-body-util dependency-version: 0.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the patch-updates group with 5 updates:
1.2.11.2.20.6.00.6.10.14.80.14.90.3.330.3.340.1.40.1.5Updates
schemarsfrom 1.2.1 to 1.2.2Release notes
Sourced from schemars's releases.
Changelog
Sourced from schemars's changelog.
Commits
ed61863v1.2.2ae618c3Updatesynto v3 (#528)c072ea0docs: add missing attributes to table of contents (#517)015272fClippy fix (#512)944f727Bump bytes from 1.10.1 to 1.11.1 (#507)Updates
symphoniafrom 0.6.0 to 0.6.1Release notes
Sourced from symphonia's releases.
Commits
ee35874chore: Release v0.6.1.6114676core (formats): Refactor util into separate file.d11ecf3core (units): Add TimeBase helpers to calculate Time from a Duration. (#543)660a9f8core (audio): Add missing Clone and slice() to audio structs. (#542)67760d1mp3: Clarify what the frame size in FrameHeader includes.a9eef3bmp3: Skip CRC in Xing/Info and VBRI tag heuristics. (#517)7988c43core (io): Bypass MediaSourceStream buffer for large reads.ea66e4cfuzz: Do not loop infinitely on end-of-media.d07550cfuzz: Run rustfmt and clippy on fuzzers.619c680mkv (ebml): Fix testing if the next element is a direct child of an ancestor.Updates
rcgenfrom 0.14.8 to 0.14.9Release notes
Sourced from rcgen's releases.
Commits
7ca88d2rcgen: bump version to 0.14.9f3cdedcOmit default cA flag value as required by spec0a2200dDeduplicate CA extensions writing logicadaa1a2Deduplicate eKU writing logicedc6bb6rustls-cert-gen: fix useless_borrows_in_formatting findings86ae909Bump actions/cache from 5 to 654082a6Fix non-compliant PKCS#8 v2 Ed25519 test key encodingbee639aBump actions/checkout from 6 to 7d012e2cdoc: extend CertificateSigningRequest docs/interinks0c565edci: sync cargo-check-external-types nightlyUpdates
futures-utilfrom 0.3.33 to 0.3.34Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
705e6b5Release 0.3.34616dac7compat: Inline RawWaker clone function4176369Inline remaining RawWaker clone functionsf17a895Fix cloned FuturesUnordered waker identity51d62admacro: bumpsynto v3 (#3028)9e26177ci: Reduce timeout-minutesb2d0983tsan: Enable Adaptive Delayf733d0eMiri: Ignore compat testse5def2fRename default branch to mainUpdates
http-body-utilfrom 0.1.4 to 0.1.5Commits
07838bdhttp-body-util v0.1.5612118cdocs: migrate from doc_auto_cfg to doc_cfg (#175)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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