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 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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all group with 9 updates:
0.2.10
0.2.11
1.0.190
1.0.192
0.10.0
0.10.1
0.21.0
0.21.2
1.33.0
1.34.0
0.2.9
0.2.10
4.4.7
4.4.8
0.29.0
0.30.0
0.8.6
0.8.8
Updates
getrandom
from 0.2.10 to 0.2.11Changelog
Sourced from getrandom's changelog.
Commits
baf2198
Update README.md to have correct build status badge (#382)853c1dc
Release v0.2.11 (#379)4c094c3
Add workaround for cross-rs/cross#1345 (#380)8476c44
Add GNU/Hurd support (#370)35808a4
Update broken link to hermit docs (#374)8c8ca32
CI: replace MIPS cross tests with PPC32 (#372)1308930
custom: rename __getrandom_internal to follow Rust conventions (#369)Updates
serde
from 1.0.190 to 1.0.192Release notes
Sourced from serde's releases.
Commits
4676abd
Release 1.0.19235700eb
Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged59892e7
Release 1.0.19197dd07a
Merge pull request #2647 from dtolnay/doccfgc8bc97c
Document "rc" and "unstable" features on docs.rs9dacfbb
Fill in more doc(cfg) attributes05c2509
Relocate cfg attrs into deref_impl64f949b
Relocate cfg attrs into parse_ip_impl and parse_socket_impl3f339de
Relocate cfg attrs into seq_impl and map_impl215c2b7
Relocate cfg attrs into forwarded_impl macroUpdates
env_logger
from 0.10.0 to 0.10.1Changelog
Sourced from env_logger's changelog.
Commits
36623f5
chore: Release env_logger version 0.10.18a033d8
chore: Fix packaging9df7e6c
Merge pull request #241 from ChrisDenton/simple-insert46ccdd9
perf: ReplaceHashMap
with aVec
bdc96a4
Merge pull request #249 from atouchet/v10983837c
Update links and remove broken badgedcd220d
Update listed version number36b1508
Merge pull request #260 from y-yagi/2018-edition6f64347
Merge pull request #282 from epage/syntaxb297357
chore: Update docs and examples to 2018 editionUpdates
gcloud-sdk
from 0.21.0 to 0.21.2Release notes
Sourced from gcloud-sdk's releases.
Commits
6ea9386
(cargo-release) version 0.21.2e1650ac
(cargo-release) version 0.21.12edc1a1
Add support for Google Cloud DNS v1 API (#104)d348b09
Google APIs updated at 2023-11-02 (#103)82280ad
Update README.md9868714
Resolver ver upef7cfd9
(cargo-release) start next development iteration 0.21.1-alpha.0Updates
tokio
from 1.33.0 to 1.34.0Release notes
Sourced from tokio's releases.
Commits
49eb26f
chore: prepare Tokio v1.34.0 release (#6138)19d96c0
io: increaseScheduledIo
tick resolution (#6135)30b2eb1
io: fix possible I/O resource hang (#6134)8ec3e0d
metrics: update stats when unparking in multi-thread (#6131)161ecec
stream: fix typo in peekable docs (#6130)61fcc3b
time: remove cachedelapsed
value from driver state (#6097)944024e
chore: update rust-version to 1.63 in all crates (#6126)65f861f
stream: addStreamExt::peekable
(#6095)4c85801
ci: fix docs on latest nightly (#6120)ed32cd1
task: add tests for tracing instrumentation of tasks (#6112)Updates
http
from 0.2.9 to 0.2.10Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
818269d
v0.2.10b41d0b9
Resolve arith overflow on with_capacity (#628)25c1803
chore: fix typos (#633)1a04e71
docs: fix some spelling mistakes (#630)78e3d37
make miri happy4f28cbd
early reject URI authority if too many ":" chars4756547
When parsing Uri authority, check that the square brackets are in the correct...746fce8
ci: only check msrv, not test20633e5
docs: remove references to defunctbuild
method7b3c506
chore: fix lint about dropping Copy valuesUpdates
clap
from 4.4.7 to 4.4.8Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
3aeea91
chore: Release1add9a7
docs: Update changelog6b2a2cc
Merge pull request #5206 from epage/flatten9c0f7a7
fix(help): Recurse help flattening4bef91c
refactor(help): Pull out flat subcommandsc9a7ef0
fix(help): Gloss over globals with flatten9e5f93d
fix(help): Be consistent in long/short help66d2bcb
feat(help): Allow flattening help3383242
Merge pull request #5205 from epage/flatten-refactorcaf5cdc
feat(help): Allow flattening usageUpdates
rusqlite
from 0.29.0 to 0.30.0Release notes
Sourced from rusqlite's releases.
Commits
7f8c421
Merge pull request #1414 from gwenn/0.30.0be9741f
Prepare next release825f5ed
Merge pull request #1413 from gwenn/parser0b12246
Bump sqlite3-parser version8388eac
Merge pull request #1362 from gwenn/loadable_extensione8c35fc
Replace ::atomic::Atomic by std AtomicPtr1d74ddc
Bump atomic dependency version11d0443
Regenerate bindgen_bundled_version_ext.rs for version 3.44.050f6d24
Merge remote-tracking branch 'origin/master' into loadable_extensiond7ac6a1
Merge pull request #1410 from gwenn/bindgenUpdates
toml
from 0.8.6 to 0.8.8Commits
2e99658
chore: Release61a68e5
docs: Update changelog7b110a0
Merge pull request #649 from epage/fixe162e9f
fix: Remove unused dependencies0026e2a
chore: Release6b8e4aa
chore: Release36e3a02
docs: Update changelog7ba0932
Merge pull request #648 from epage/splitef9fd0a
fix(edit)!: Allow disabling parser or display5b53ff1
refactor(edit): Remove 'use' for optional modsDependabot 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