Bump the dependencies group across 1 directory with 10 updates #140
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 dependencies group with 10 updates in the / directory:
4.5.2
4.5.4
1.0.80
1.0.86
1.0.114
1.0.117
0.11.0
0.12.1
1.0.57
1.0.61
0.4.3
0.5.1
0.4.3
0.5.1
0.2.12
0.2.15
1.0.197
1.0.203
0.4.1
0.5.1
Updates
clap
from 4.5.2 to 4.5.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
f2c4e6e
Merge pull request #5359 from poliorcetics/ab/push-szymvyzpmnqxe782775
fix(complete): Handle newlines in command/arg descriptionsfba7c85
test(complete): Show newline issue8a7a13a
chore: Release7b3a3e1
docs: Update changelog7b624ca
Merge pull request #5356 from epage/escapeUpdates
anyhow
from 1.0.80 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
serde_json
from 1.0.114 to 1.0.117Release notes
Sourced from serde_json's releases.
Commits
0ae247c
Release 1.0.1174517c7a
PartialEq is not implemented between Value and 128-bit intsfdf99c7
Combine number PartialEq testsb4fc245
Merge pull request #1130 from serde-rs/checkcfg98f1a24
Resolve unexpected_cfgs warninga3f62bb
Release 1.0.11612c8ee0
Hide "non-exhaustive patterns" errors when crate fails to compile051ce97
Merge pull request 1124 from mleonhard/master25dc750
Replacefeatures_check
mod with a call tostd::compile_error!
. Fixes htt...2e15e3d
Revert "Temporarily disable miri on doctests"Updates
markup5ever
from 0.11.0 to 0.12.1Commits
9089fc7
Release version 0.12.1 ofmarkup5ever
(#537)1ae2de3
fix(local_names): add missing ARIA attributes (#536)5ea5bd5
Update xml5ever Readme (#534)fdbd3bf
ci: All jobs should pass for CI to pass (#533)38d11ad
Update xml5ever doc link (#532)5cc0951
Add comments for html5ever/examples (#506)030bfeb
Update to criterion 0.5 (#531)775ee9c
Switch doc link to docs.rs (#530)9b94335
Update URLs and some formatting (#529)a3338ef
Remove rustc-test dependency (#528)Updates
thiserror
from 1.0.57 to 1.0.61Release notes
Sourced from thiserror's releases.
Commits
5c80163
Release 1.0.61e3b1b91
Format PR 299 with rustfmt6b2b871
Merge pull request #299 from quartiq/corece974bc
also {std -> core}::panic::UnwindSafe7b6e35b
use core::fmt instead of std::fmt870d11b
Release 1.0.600ccee7c
Merge pull request #298 from dtolnay/checkcfgcf43d0c
Resolve unexpected_cfgs warninge7ad85e
Release 1.0.59af477ec
Merge pull request #297 from dtolnay/traitidentUpdates
dioxus
from 0.4.3 to 0.5.1Release notes
Sourced from dioxus's releases.
... (truncated)
Commits
9c5e5f9
Release 0.5.1702509c
Fix recycling on component callbacks (#2247)0a32910
Use a VecDequeue instead of a vec for bytes (#2246)633e2a7
Fix memory leak in owner (#2245)44fe2de
Fix: memory leak on listeners for elements (#2244)6f3c551
Feat: provide root context as method on virtualdom (#2243)821a650
Fix: requeue events, process events (#2236)4d25e3f
fix hydration for non-bubbling events (#2234)be99e29
Fixes to autofmt, make it more aggressive (#2230)46b0eeb
Implement the "Toggle Developer Tools" menu item in desktop (#2198)Updates
dioxus-web
from 0.4.3 to 0.5.1Release notes
Sourced from dioxus-web's releases.
... (truncated)
Commits
9c5e5f9
Release 0.5.1702509c
Fix recycling on component callbacks (#2247)0a32910
Use a VecDequeue instead of a vec for bytes (#2246)633e2a7
Fix memory leak in owner (#2245)44fe2de
Fix: memory leak on listeners for elements (#2244)6f3c551
Feat: provide root context as method on virtualdom (#2243)821a650
Fix: requeue events, process events (#2236)4d25e3f
fix hydration for non-bubbling events (#2234)be99e29
Fixes to autofmt, make it more aggressive (#2230)46b0eeb
Implement the "Toggle Developer Tools" menu item in desktop (#2198)Updates
getrandom
from 0.2.12 to 0.2.15Changelog
Sourced from getrandom's changelog.
Commits
cf65e83
Release v0.2.15 (#419)a24538f
Remove .cargo/config (#421)229d870
Use libc::getrandom on Solaris and update docs. (#420)924c88d
Unconditionally uselibc::getrandom
on Illumos andlibc::geentropy
on Sol...20c2213
Unify getentropy-based implementations (#418)dca4961
Unconditionally use libc::getrandom on FreeBSD (#416)d4b0ef0
Use libc::getrandom on DragonflyBSD (#411)0d55923
Add Apple visionOS support (#410)a39033a
Enable/dev/urandom
fallback for MUSL-based Linux targets (#408)968dd48
Release v0.2.13 (#405)Updates
serde
from 1.0.197 to 1.0.203Release notes
Sourced from serde's releases.
Commits
d5bc546
Release 1.0.20345ae217
Merge pull request #2747 from dtolnay/variadicb7b97dd
Unindent implementation inside tuple_impl_body macro5d3c563
Document tuple impls as fake variadic3761854
Merge pull request #2745 from dtolnay/docsrsa8f1484
Rely on docs.rs to define --cfg=docsrs by default9e32a40
Release 1.0.20287f635e
Release serde_derive_internals 0.29.1d4b2dfb
Merge pull request #2743 from dtolnay/renameallrulesf6ab0bc
Provide public access to RenameAllRules in serde_derive_internalsUpdates
dioxus-logger
from 0.4.1 to 0.5.1Release notes
Sourced from dioxus-logger's releases.
Commits
cb1e299
Re-Export Tracing Types (#5)b8ad044
revision: cargo.toml98b94a2
revision: docsdd65a73
Merge pull request #4 from DogeDark/tracingbeff608
revision: use p tagd924e81
feat: 0.5 tracingDependabot 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