chore(dep): bump the deps group with 11 updates #191
+69
−56
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 11 updates:
1.44.1
1.44.2
4.5.35
4.5.37
0.10.71
0.10.72
0.24.1
0.24.2
0.9.0
0.9.1
0.8.20
0.8.22
1.0.97
1.0.98
4.5.47
4.5.48
0.1.13
0.2.0
2.2.8
2.2.10
0.29.0
0.30.0
Updates
tokio
from 1.44.1 to 1.44.2Release notes
Sourced from tokio's releases.
Commits
ec4b1d7
chore: forward port 1.43.xe3c3a56
Merge branch 'tokio-1.43.x' into forward-port-1.43.xa7b658c
chore: prepare Tokio v1.43.1 releasec1c8d10
Merge remote-tracking branch 'origin/tokio-1.38.x' into forward-port-1.38.xaa303bc
chore: prepare Tokio v1.38.2 release7b6ccb5
chore: backport CI fixes4b174ce
sync: fix cloning value when receiving from broadcast channelUpdates
clap
from 4.5.35 to 4.5.37Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c54ffa1
chore: Release26eab7b
docs: Update changelogf275804
Merge pull request #5805 from epage/style7c7742c
fix(complete): Adjust dynamic for MSRVf1ae3c0
style: Make clippy happy5c932b7
chore(deps): Update Rust crate divan to v0.1.15 (#5798)bc0537f
chore(deps): Update compatible (dev) (#5797)7a6475e
chore: Release0266c41
docs: Update changelog6ec0b43
Merge pull request #5791 from okapia/zsh-default-fallbackUpdates
openssl
from 0.10.71 to 0.10.72Release notes
Sourced from openssl's releases.
Commits
87085bd
Merge pull request #2390 from alex/uaf-fixd1a12e2
Fixed two UAFs and bumped versions for release7c7b2e6
Merge pull request #2389 from skmcgrail/aws-lc-follow-up34a477b
Use --experimental with bindgen-cli with aws-lc buildd4bf071
Merge pull request #2386 from skmcgrail/aws-lc-follow-upa86bf67
Remove comment705dbfb
Fix teste0df413
Skip final call for LibreSSL 4.1.0 for CCM mode2f1164b
Enable additional capabilities for AWS-LCdde9ffb
Merge pull request #1805 from skmcgrail/aws-lc-support-finalUpdates
pyo3
from 0.24.1 to 0.24.2Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
Commits
3e6bdce
release: 0.24.2bc26a06
Unraw complex struct enum field python names (#5050)345735b
docs: Update building-and-distribution.md (#5060)5d852d9
ci: release cargo crate from git tag (#5027)4197614
ci: do not require changelog for ci (#5058)e876f17
silenceffi-check
for private_PyCoLineInstrumentationData
on 3.13 (#5063)a177916
ci: change default Python version to 3.13 (#5048)81008e1
fix clippy lint on 1.87 beta4732b60
docs: add blake3-py to Examples in README.md (#5028)7b64fa1
Makes Clippy beta happy (#5032)Updates
rand
from 0.9.0 to 0.9.1Changelog
Sourced from rand's changelog.
Commits
ec6d5c0
Prepare rand_core v0.9.1 (#1591)6a06056
rand_core: introduce an UnwrapMut wrapper (#1589)8929123
AddAlphabetic
distribution (#1587)06b1642
Remove unnecessary underscore from `impl<T, const N: usize> Distribution<[T; ...49d76cd
rename extract to extract_lane (#1586)e0a70fd
Change to usearray::from_fn
inDistribution\<[T; N]> for StandardUniform
...0bc3f65
Move rand distr (#1577)2677c49
Revise "not a crypto library" policy and SECURITY.md (#1565)bfd1826
SeedableRng docs: add note on (lack of) reproducibility (#1572)c01aee7
Fix some links (#1571)Updates
toml
from 0.8.20 to 0.8.22Commits
6922da3
chore: Releasefbf0a92
docs: Update changelog83588b3
Merge pull request #878 from epage/w1eeb885c
fix(serde): Skip fields with newtypes wrapping None3c305c7
test(serde): Show NewType(None) behavior7bd5eaf
test(serde): Group None tests388cfa3
chore(deps): Update toml-test (#877)a025b84
refactor(edit): Change ser none tracking to mut field54666ad
docs(write): Add guidance13cf518
refactor(edit): Bypass a layer of abstraction in serUpdates
anyhow
from 1.0.97 to 1.0.98Release notes
Sourced from anyhow's releases.
Commits
709fe86
Release 1.0.98cbc1ad2
Merge pull request #415 from dtolnay/intodyne1a2017
Add 2 different conversions to Box<dyn Error + Send + Sync + 'static>29f2edd
Merge pull request #416 from dtolnay/oldnostd2244db8
Omit unused object_boxed from vtable in old no-std rustc213a9c2
Merge pull request #414 from dtolnay/nightly02aa6b6
Make all nightly go through the module that was probedUpdates
clap_complete
from 4.5.47 to 4.5.48Commits
c3a1ddc
chore: Release4460ff4
docs: Update changelog54947a1
Merge pull request #5981 from mernen/fix-bash-clap-complete-spacefd3f6d2
fix(complete): Restore nospace in bash2f6a108
test(complete): Demonstrate current behaviorf88be57
style: Ensure consistent newlinesf209bce
chore: Releasef33ff7f
docs: Update changelogbf06e6f
Merge pull request #5974 from kryvashek/support-clearing-args-matches5d357ad
feat(parser): Added ArgMatches::try_clear_id()Updates
unicode-width
from 0.1.13 to 0.2.0Commits
79eab0d
Publish 0.2.0 with newlines treated as width 1 (#68)9eaafa5
Treat newlines as width 0 in the 0.1 stream, publish 0.1.14 (#67)2517d68
Treat ambiguousModifier_Letter
s as narrow (#63)8e40640
SupportGrapheme_Cluster_Break=Prepend
(#62)afab363
Support lots of ligatures (#53)de1846a
include U+0000 in comment (#58)450571a
fix CI failure (#59)Updates
diesel
from 2.2.8 to 2.2.10Changelog
Sourced from diesel's changelog.
Commits
2a6752b
Merge pull request #4580 from weiznich/prepare/diesel_2.2.10c9884e8
Prepare a diesel 2.2.10 release94afb7e
Bump libsqlite3-sysaac0f5f
Rework more derives to avoid similar problems in the future15807c6
diesel_derives: Fix ambiguity problem (FromSqlRow, AsExpression)03295f8
Merge pull request #4540 from achanda/prepare-2.2.9652a816
Fix date in changelog50a4e8e
Bump to 1.862899c83
Fix derange CI breakageee9d8dd
Try to fix the nightly failureUpdates
nix
from 0.29.0 to 0.30.0Changelog
Sourced from nix's changelog.
... (truncated)
Commits
989291d
chore: release 0.30.06a1c5b8
Remove Copy from PollFd (#2631)eba0f41
chore: pin libc to 0.2.171 & bump CI image (#2632)b561476
socket::sockopt AttachReusePortCbpf for Linux addition. (#2621)684b79e
Add sockopt::PeerPidfd (SO_PEERPIDFD) sockopt support to socket::sockopt (#2620)525c74d
sys::ptrace: adding ::syscall_info() for linux/glibc. (#2627)a397b08
docs: replace Gitter link with Discord (#2625)a4a4951
test: update rand (#2622)c3b0cdf
Enable TcpMaxSeg socket option for apple targets (#2603)ea012be
socket::sockopt adding SOL_FILTER level options for illumos. (#2611)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 <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