chore(dep): bump the deps group with 10 updates #143
Merged
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 deps group with 10 updates:
0.1.74
0.1.76
1.35.0
1.35.1
4.4.11
4.4.12
2.1.0
2.3.0
0.10.61
0.10.62
0.20.0
0.20.1
1.0.108
1.0.109
1.0.75
1.0.78
4.4.4
4.4.5
1.0.51
1.0.53
Updates
async-trait
from 0.1.74 to 0.1.76Release notes
Sourced from async-trait's releases.
Commits
627124b
Release 0.1.76f8aa269
Merge pull request #256 from dtolnay/miritracing48e29e4
Re-enable tracing integration test under Miri3c656d3
Merge pull request #255 from dtolnay/asyncblock381fd75
Update explanation to show async block expansion3caf301
Merge pull request #254 from dtolnay/docc1576be
Update documentation to discuss object safety in Rust 1.75+034d8db
Release 0.1.750d469fc
Add a funding fileb4a3886
Update ui test suite to nightly-2023-11-20Updates
tokio
from 1.35.0 to 1.35.1Release notes
Sourced from tokio's releases.
Commits
46ff363
chore: prepare Tokio v1.35.1 (#6230)0a1695e
Merge 'tokio-1.32.1' into 'tokio-1.35.x' (#6229)c4f0178
chore: prepare Tokio v1.32.1 (#6228)22b3a65
Merge 'tokio-1.25.3' into 'tokio-1.32.x' (#6227)0d36233
chore: release v1.25.3 (#6223)ab7313f
io: add budgeting to tokio::runtime::io::registration::async_io (#6221)Updates
clap
from 4.4.11 to 4.4.12Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
6d601e6
chore: Release048e7f0
docs: Update changelog53f5b82
Merge pull request #5267 from vermiculus/sa/avoid-pv-expansion-in-help05cd057
perf: Avoid retrieving possible_values unless used2920808
test: Update snapshots28763eb
chore: Releaseace7bb5
docs(complete): Update changelog76beca4
docs(complete): Polish API reference for dynamic3630e58
Merge pull request #5273 from epage/docsrs3724b9e
docs: Include more content on docs.rsUpdates
keyring
from 2.1.0 to 2.3.0Release notes
Sourced from keyring's releases.
Commits
19625f8
Merge pull request #158 from brotskydotcom/issue-1571edf699
Update release to support OpenBSD.5ed691c
Merge pull request #156 from klemensn/openbsdcc2219e
Support OpenBSD9127108
Merge pull request #154 from brotskydotcom/issue-1535b9d559
Rework default feature set.Updates
openssl
from 0.10.61 to 0.10.62Release notes
Sourced from openssl's releases.
Commits
4c98550
Merge pull request #2133 from alex/bump-for-releasec2c52d8
Release openssl v0.10.62 and openssl-sys v0.9.985176570
Merge pull request #2129 from nicklaswj/add_curve_brainpoolP320r1f6ed2c0
Add nid for curve brainpoolP320r1994939b
Merge pull request #2126 from overvenus/rand-priv-bytes6d2fce2
Fix legacy OpenSSL buildec8f096
Addrand_priv_bytes
5b4edd8
Merge pull request #2124 from botovq/libressl-3904d83202
X509V3_EXT_add_alias() will be removed8a4db4b
X509_PURPOSE_get0() will return a const pointerUpdates
pyo3
from 0.20.0 to 0.20.1Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
Commits
d3f034a
release: 0.20.1985412f
ci: updates for Rust 1.75ecb0e9c
Copy note on using check_signals on non-main thread/interpreter from Python d...b842711
Fixes #3645 -- addedabi3-py312
featured897479
Fix the Crossbeam ecosystem to point releases before it required Rust 1.61.8f6976d
EnableGILProtected
access viaPyVisit
5c1e4d1
ci: fixup pytests to compile in debug1896a32
ci: refactor pytests dev dependencies7032789
Add additional definitions for_PyImport_Frozen*
1166a99
Refactor create_type_object so that most of the code is monomorphicUpdates
serde_json
from 1.0.108 to 1.0.109Release notes
Sourced from serde_json's releases.
Commits
f88bf1f
Release 1.0.109bb62c73
Merge pull request #1097 from serde-rs/doccfgdf36d10
Restore doc cfg on re-exportsc367091
Merge pull request #1095 from dtolnay/hashtestb328ee7
Eliminate hash closure in favor of calling hash_one directlyb9bcbad
Use BuildHasher::hash_one7ff6c9e
Use random hasher state for number hashing testfe031cd
Delete trace_macros! functionality from test05196ca
Update ui test suite to nightly-2023-11-19Updates
anyhow
from 1.0.75 to 1.0.78Release notes
Sourced from anyhow's releases.
Commits
38c79ef
Release 1.0.78ded2295
Merge pull request #337 from dtolnay/bootstrapae45b67
Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler2d32366
Update crate name used for build script probed10baed
Move ExitStatus::success check into compile_probe()290c450
Merge pull request #336 from dtolnay/optionifletelse6b231dd
Remove option_if_let_else clippy suppression from build scripteb66ff5
Merge pull request #335 from dtolnay/cargoenvvarb1590b1
Require cargo promised environment variables to be present15646f4
Merge pull request #334 from dtolnay/probeUpdates
clap_complete
from 4.4.4 to 4.4.5Release notes
Sourced from clap_complete's releases.
Changelog
Sourced from clap_complete's changelog.
Commits
28763eb
chore: Releaseace7bb5
docs(complete): Update changelog76beca4
docs(complete): Polish API reference for dynamic3630e58
Merge pull request #5273 from epage/docsrs3724b9e
docs: Include more content on docs.rsd092896
chore: Releasec76a713
chore: Update lockfileb99d17b
docs: Update changelogb47f8da
Merge pull request #5247 from epage/group2e7c9d1
Merge pull request #5194 from c19/patch-1Updates
thiserror
from 1.0.51 to 1.0.53Release notes
Sourced from thiserror's releases.
Commits
af28d9c
Release 1.0.53c22822c
Merge pull request #275 from dtolnay/probers8722399
Rerun build script on changes to probe.rs0e280fe
Merge pull request #274 from dtolnay/bootstrapf334cfc
Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler5fd9537
Update crate name used for build script probea9b1585
Move ExitStatus::success check into compile_probe()0f349a4
Remove needless_raw_string_hashes clippy pedantic suppression from build scriptc1c003f
Merge pull request #273 from dtolnay/cargoenvvar9b7356f
Require cargo promised environment variables to be presentDependabot 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