This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Bump the patch group across 1 directory with 9 updates #481
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 9 updates in the /backend directory:
1.0.82
1.0.86
4.5.4
4.5.9
0.99.17
0.99.18
1.0.199
1.0.204
1.0.59
1.0.63
2.5.0
2.5.2
3.7.0
3.7.3
1.0.116
1.0.120
0.1.80
0.1.81
Updates
anyhow
from 1.0.82 to 1.0.86Release notes
Sourced from anyhow's releases.
Commits
8ea1819
Release 1.0.860a1b405
Merge pull request #373 from dtolnay/minusnege0c74f2
Ensure $:literal never matches negative literal013c66e
Fix parse error with non-literal after minus signca7aff7
Add binary operator ensure tests2737bbe
Release 1.0.8582b8b34
Merge pull request #371 from dtolnay/splitad78d70
Preserve more token spans in expression parser5cce406
Parse comparison operators before other binary operators7205394
Merge pull request #369 from dtolnay/tokensplitUpdates
clap
from 4.5.4 to 4.5.9Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
43e7368
chore: Releasef00dafa
docs: Update changelogda1093a
Merge pull request #5574 from zanieb/zb/try-help-custom2eb842c
feat: Show user defined help flags in hintsb24deb1
test: Add coverage for help flag hints866d7d1
chore(deps): Update compatible (dev) (#5560)d14bbc9
Merge pull request #5567 from epage/c5448020
fix: Install shells for CI1c5a625
fix: Fix wrongcfg(linux)
2d2d1f4
chore: Bump completestUpdates
derive_more
from 0.99.17 to 0.99.18Changelog
Sourced from derive_more's changelog.
... (truncated)
Commits
678a473
chore: Release derive_more version 0.99.18fcde556
Include example published package89cbd82
Remove track_caller feature detection because msrv was bumpeddb36f6d
Fix question marksf0c2530
fmt461db95
Fix issue when compiling on 1.6539ad36f
Update changelog for v0.99.1857b6e17
Update to syn 2ea4fa94
Fix testsab82aef
Ignore error doctests as it still contains old backtrace logicUpdates
serde
from 1.0.199 to 1.0.204Release notes
Sourced from serde's releases.
Commits
18dcae0
Release 1.0.20458c307f
Alphabetize list of rustc-check-cfg8cc4809
Merge pull request #2769 from dtolnay/onunimpl1179158
Update ui test with diagnostic::on_unimplemented from PR 276791aa40e
Add ui test of unsatisfied serde trait bound595019e
Cut test_suite from workspace members in old toolchain CI jobsb0d7917
Pull in trybuild 'following types implement trait' fix8e6637a
Merge pull request #2767 from weiznich/feature/diagnostic_on_unimplemented694fe05
Use the#[diagnostic::on_unimplemented]
attribute when possiblef3dfd2a
Suppress dead code warning in test of unit struct remote deriveUpdates
thiserror
from 1.0.59 to 1.0.63Release notes
Sourced from thiserror's releases.
Commits
915c75e
Release 1.0.633d5ec25
Merge pull request #312 from dtolnay/backtracedocde8a1e5
Update documentation of #[from] and #[backtrace] attributes0bf6e3d
Release 1.0.624977932
Merge pull request #310 from dtolnay/nestedtuple40a7779
Support .0.0 nested tuple indexf1ca210
Add regression test for issue 309479744e
No need for dead code if struct fields are public4db08b1
Ignore warning on unused struct in testf2824ae
Fill in ignore reasons in all #[ignore] attributesUpdates
url
from 2.5.0 to 2.5.2Commits
54346fa
Revert "Reimplement idna on top of ICU4X" (#946)dcfbed3
Update idna to 1.0.1 (#945)467ef63
fix panic onxn--55555577
(#940)3d6dbbb
Reimplement idna on top of ICU4X (#923)de947ab
Document possible replacements of the base URL (#926)8b8431b
docs: document SyntaxViolation variants, remove bare URLs (#924)fd042e0
Non-special URLs can have their paths erased (#921)49eea1c
Fix multiple issues on wasm32: (#886)a4dd58b
Fix lint (#920)73803fa
Update URLs (#916)Updates
cynic-codegen
from 3.7.0 to 3.7.3Release notes
Sourced from cynic-codegen's releases.
Changelog
Sourced from cynic-codegen's changelog.
Commits
cf2bae9
chore: release v3.7.3 & parser v0.4.2 (#965)6b52eed
feat: fragment spread -> fragment lookup function (#976)0ccfcdd
chore: update rust crate rstest to 0.21 (#972)97c55c0
chore: update rust crate trycmd to 0.15 (#971)ed32c95
chore: update rust crate itertools to 0.13 (#968)ed1ee60
chore: update rust crate rstest to 0.20 (#969)277024d
chore(cynic-parser): release v0.4.1 (#964)c8d5283
feat: addValue::variables_used
to parser (#963)2f78b91
chore: release v3.7.2 & parser-0.4.0 (#952)5c9d518
feat: impl Display for executable (#962)Updates
serde_json
from 1.0.116 to 1.0.120Release notes
Sourced from serde_json's releases.
Commits
bcedc3d
Release 1.0.120962c0fb
Merge pull request #1152 from cforycki/fix/index-map-minimal-version3480fed
fix: indexmap minimal version with Map::shift_insert()b48b9a3
Release 1.0.1198878cd7
Make shift_insert available for inlining like other Map methods352b7ab
Document the cfg required for Map::shift_insert to existc17e63f
Merge pull request #1149 from joshka/master309ef6b
Add Map::shift_insert()a9e089a
Merge pull request #1146 from haouvw/mastera83fe96
chore: remove repeat wordsUpdates
async-trait
from 0.1.80 to 0.1.81Release notes
Sourced from async-trait's releases.
Commits
383f65f
Release 0.1.814ec740e
Merge pull request #273 from dtolnay/cloneimplsb6c6063
Ignore trivially_copy_pass_by_ref pedantic clippy lint315fd90
Turn off syn/clone-impls feature94a3165
Merge pull request #272 from klensy/syn-f2fac940
syn: remove derive feature4a00d73
Work around dead code warning in testdba15b5
Merge pull request #270 from dtolnay/objsafetyd28c95b
Former where_clauses_object_safety lint is now hard error78a5922
Fill in ignore reasons in all #[ignore] attributesDependabot 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