Bump the patch group across 1 directory with 5 updates#162
Merged
Conversation
Contributor
|
@dependabot rebase |
Bumps the patch group with 5 updates in the /bundler directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` | | [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.17` | | [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` | | [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` | | [sqlx](https://github.com/launchbadge/sqlx) | `0.8.1` | `0.8.2` | Updates `anyhow` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.89) Updates `clap` from 4.5.16 to 4.5.17 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.16...clap_complete-v4.5.17) Updates `serde` from 1.0.209 to 1.0.210 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.209...v1.0.210) Updates `serde_json` from 1.0.127 to 1.0.128 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.127...1.0.128) Updates `sqlx` from 0.8.1 to 0.8.2 - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](launchbadge/sqlx@v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: sqlx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
37ae396 to
08ccac2
Compare
garryod
approved these changes
Sep 17, 2024
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 group with 5 updates in the /bundler directory:
1.0.861.0.894.5.164.5.171.0.2091.0.2101.0.1271.0.1280.8.10.8.2Updates
anyhowfrom 1.0.86 to 1.0.89Release notes
Sourced from anyhow's releases.
Commits
9d3fb6dRelease 1.0.89830c399Merge pull request #386 from dtolnay/unwindsafe8454be3Ensure UnwindSafe even with "backtrace" feature enabled and old Rusta85e414Add more autotraits tests139f266Release 1.0.88aa3ab2bMerge pull request #385 from dtolnay/docnostd44c3767Update documentation on no-std error type conversionsafe93e7Release 1.0.87d58fa4bFix outdated html_root_urlc18d807Disable unused doc_cfg featureUpdates
clapfrom 4.5.16 to 4.5.17Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
6013ad4chore: Releasef98e3eedocs: Update changelogaddec17Merge pull request #5681 from epage/static3c69aaadocs(complete): Add stdout warning to enve46263adocs(complete): Redistribute dynamic's documentationde723aafix(complete)!: Flatten in prep for stabilization6727c15fix(complete): Section off existing completions6842ed9refactor(complete): Remove low-value w macro17d6d24Merge pull request #5680 from epage/unstable23fb056Merge pull request #5679 from epage/apiUpdates
serdefrom 1.0.209 to 1.0.210Release notes
Sourced from serde's releases.
Commits
89c4b02Release 1.0.210eeb8e44Merge pull request #2818 from dtolnay/coreerror785c2d9Stabilize no-std StdError traitd549f04Reformat parse_ip_impl definition and calls4c0dd63Delete attr support from core::net deserialization macros26fb134Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614bMerge pull request #2817 from dtolnay/corenetb1f899fDelete doc(cfg) attribute from impls that are supported in no-stdb4f860eMerge pull request #2816 from MathiasKoch/chore/core-netd940fe1Reuse existing Buf wrapper as replacement for std::io::WriteUpdates
serde_jsonfrom 1.0.127 to 1.0.128Release notes
Sourced from serde_json's releases.
Commits
d96b1d9Release 1.0.128599228dMerge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer5416ceefeat: add support for 128 bit HashMap key serialization27a4ca9Upload CI Cargo.lock for reproducing failuresUpdates
sqlxfrom 0.8.1 to 0.8.2Changelog
Sourced from sqlx's changelog.
Commits
10bec32doc(FAQ): add example for MSRVc253e65chore: prepare 0.8.2 release998344ddoc(FAQ): refine MSRV policy6cb6fcefix(mysql): "exclusive range pattern is experimental" errorfd80f99fix: Use rfc3339 to decode date from text (#3411)ad2936aFix try_get example in README.md (#3474)e10789dfix cancellation issues withPgListener,PgStream::recv()(#3467)20ba796fix(postgres): max number of binds is 65535, not 32767 (regression)371cf4aPgsql cube type compile fail (#3459)8a17befRemove deprecated feature-names fromCargo.tomlfiles in examples (#3424)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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