Bump the all group across 1 directory with 11 updates #2331
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 all group with 11 updates in the / directory:
4.5.20
4.5.21
0.1.54
0.1.55
0.1.72
0.1.74
0.4.5
0.5.6
0.4.5
0.5.6
0.12.1
0.13.0
0.11.27
0.12.9
1.0.214
1.0.215
1.0.132
1.0.133
2.5.3
2.5.4
1.3.0
1.3.1
Updates
clap
from 4.5.20 to 4.5.21Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
03d7226
chore: Release3df70fb
docs: Update changelog3266c36
Merge pull request #5691 from epage/custom951762d
feat(complete): Allow any OsString-compatible type to be a CompletionCandidatebb6493e
feat(complete): Offer - as a path option27b348d
refactor(complete): Simplify ArgValueCandidates code49b8108
feat(complete): Add PathCompleter82a360a
feat(complete): Add ArgValueCompleter47aedc6
fix(complete): Ensure paths are sorted431e2bc
test(complete): Ensure ArgValueCandidates get filteredUpdates
hotshot-events-service
from 0.1.54 to 0.1.55Commits
799ce77
update async lockUpdates
hotshot-query-service
from 0.1.72 to 0.1.74Commits
d17f0d6
Merge pull request #741 from EspressoSystems/ab/split-aggregate-txe677c5d
extract last row firstc85379a
try2b0ec6c1
save previous aggregate from update_aggregatec0d83a4
add some sleep9800dc4
set journal mode to wal for tmpdb853a722
lint04b15ff
separate transactions for aggregate height and upsert in update_aggregates()970d3c3
Merge pull request #728 from EspressoSystems/ab/sqlite-support5ffd7b7
Merge remote-tracking branch 'origin/main' into ab/sqlite-supportUpdates
cdn-broker
from 0.4.5 to 0.5.6Commits
9409763
Merge pull request #64 from EspressoSystems/rm/retroactive-whitelist1edf8d8
retroactively remove users from the whitelist0c095ff
update lockfilee19054d
Merge pull request #63 from EspressoSystems/rm/connection-close-and-refactor1493f8d
clippyb813f35
fmt9c4cfb7
add the ability to manually shut down connections697e763
Merge pull request #62 from EspressoSystems/cl/signature57cc231
bump jf-signaturef4c54c9
adddebug
toHookResult
Updates
cdn-marshal
from 0.4.5 to 0.5.6Commits
9409763
Merge pull request #64 from EspressoSystems/rm/retroactive-whitelist1edf8d8
retroactively remove users from the whitelist0c095ff
update lockfilee19054d
Merge pull request #63 from EspressoSystems/rm/connection-close-and-refactor1493f8d
clippyb813f35
fmt9c4cfb7
add the ability to manually shut down connections697e763
Merge pull request #62 from EspressoSystems/cl/signature57cc231
bump jf-signaturef4c54c9
adddebug
toHookResult
Updates
itertools
from 0.12.1 to 0.13.0Changelog
Sourced from itertools's changelog.
Commits
d5084d1
Prepare v0.13.0 release (#937)d7c99d5
TupleCombinations
is not lazy but must be used nonetheless074c7fc
KMergeBy
is not lazy but must be used nonetheless2ad9e07
assert_equal
: fixclippy::default_numeric_fallback
0d4efc8
Remove free functionget
05cc0ee
get(s..=usize::MAX)
should be fine whens != 0
3c16f14
get
: when is it ESI and/or DEI4dd6ba0
get
: panics if the range includesusize::MAX
7a9ce56
get(r: Range)
asSkip\<Take>
f676f2f
Remove the unspecified check about.get(exhausted_range_inclusive)
Updates
reqwest
from 0.11.27 to 0.12.9Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
... (truncated)
Commits
797df2b
v0.12.964aa7d1
add webpki roots option for rustls no provider setup (#2447)598f857
Add content length to async_impl::multipart file streams (#2459)d99e90d
fix: re-enable verbose connection read logs (#2454)aba01ff
feat: Add support for Certificate Revocation Lists (#2433)3ad6e02
refactor: remove internal proxy sys cache (#2442)95fec09
v0.12.8baf9712
fix: pass pool_timer to hyper_util to enable the idle cleanup task (#2434)d85f44b
Bump rustls-native-certs (#2427)c8665be
tests: use a documented test network for testingUpdates
serde
from 1.0.214 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857 from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856 from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855 from dtolnay/namespanUpdates
serde_json
from 1.0.132 to 1.0.133Release notes
Sourced from serde_json's releases.
Commits
0903de4
Release 1.0.1332b65ca0
Merge pull request #1215 from dtolnay/fromarray4e5f985
Implement From<[T; N]> for Value2ccb5b6
Disable question_mark clippy lint in lexical testa11f5f2
Resolve unnecessary_map_or clippy lints07f280a
Wrap PR 1213 to 80 columns75ed447
Merge pull request #1213 from djmitche/safety-comment73011c0
Add a safety comment to unsafe blockbe2198a
Prevent upload-artifact step from causing CI failure7cce517
Raise minimum version for preserve_order feature to Rust 1.65Updates
url
from 2.5.3 to 2.5.4Release notes
Sourced from url's releases.
Commits
d77dfb4
Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" (#999)da64903
Change no_std to no-std in Cargo.toml (#991)Updates
csv
from 1.3.0 to 1.3.1Commits
00b80bd
1.3.1ce01ae7
reader: tweak record trimming logic06764b9
github: add FUNDING533d37b
ci: bump pinned to Rust 1.65Dependabot 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