-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the all group across 1 directory with 21 updates #2446
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the all group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [async-broadcast](https://github.com/smol-rs/async-broadcast) | `0.7.1` | `0.7.2` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.85` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.5.4` | `1.5.5` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.26` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.43.0` | | [hotshot](https://github.com/EspressoSystems/hotshot) | `0.5.82` | `0.5.83` | | [libp2p-networking](https://github.com/EspressoSystems/hotshot) | `0.5.82` | `0.5.83` | | [libp2p](https://github.com/libp2p/rust-libp2p) | `0.53.2` | `0.54.1` | | [sqlx](https://github.com/launchbadge/sqlx) | `0.8.2` | `0.8.3` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.3` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.13.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.27` | `0.12.9` | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.135` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.15.0` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` | | [csv](https://github.com/BurntSushi/rust-csv) | `1.3.0` | `1.3.1` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.93...1.0.95) Updates `async-broadcast` from 0.7.1 to 0.7.2 - [Release notes](https://github.com/smol-rs/async-broadcast/releases) - [Changelog](https://github.com/smol-rs/async-broadcast/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-broadcast@0.7.1...0.7.2) Updates `async-trait` from 0.1.83 to 0.1.85 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.85) Updates `blake3` from 1.5.4 to 1.5.5 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.5.4...1.5.5) Updates `clap` from 4.5.20 to 4.5.26 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.20...clap_complete-v4.5.26) Updates `tokio` from 1.41.1 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.43.0) Updates `hotshot` from 0.5.82 to 0.5.83 - [Release notes](https://github.com/EspressoSystems/hotshot/releases) - [Changelog](https://github.com/EspressoSystems/HotShot/blob/main/CHANGELOG.md) - [Commits](EspressoSystems/HotShot@ecfd22a...0cad927) Updates `libp2p-networking` from 0.5.82 to 0.5.83 - [Release notes](https://github.com/EspressoSystems/hotshot/releases) - [Changelog](https://github.com/EspressoSystems/HotShot/blob/main/CHANGELOG.md) - [Commits](EspressoSystems/HotShot@ecfd22a...0cad927) Updates `libp2p` from 0.53.2 to 0.54.1 - [Release notes](https://github.com/libp2p/rust-libp2p/releases) - [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md) - [Commits](libp2p/rust-libp2p@libp2p-v0.53.2...v0.54.1) Updates `sqlx` from 0.8.2 to 0.8.3 - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](launchbadge/sqlx@v0.8.2...v0.8.3) Updates `thiserror` from 1.0.69 to 2.0.3 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.3) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41) Updates `itertools` from 0.12.1 to 0.13.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.1...v0.13.0) Updates `reqwest` from 0.11.27 to 0.12.9 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.27...v0.12.9) Updates `serde` from 1.0.214 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.214...v1.0.217) Updates `serde_json` from 1.0.132 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.132...v1.0.135) Updates `tempfile` from 3.14.0 to 3.15.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.14.0...v3.15.0) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.3...v2.5.4) Updates `time` from 0.3.36 to 0.3.37 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.36...v0.3.37) Updates `csv` from 1.3.0 to 1.3.1 - [Commits](BurntSushi/rust-csv@1.3.0...1.3.1) Updates `tracing-subscriber` from 0.3.18 to 0.3.19 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: async-broadcast dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: blake3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: hotshot dependency-type: direct:production dependency-group: all - dependency-name: libp2p-networking dependency-type: direct:production dependency-group: all - dependency-name: libp2p dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: sqlx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
requested review from
philippecamacho,
ImJeremyHe and
sveitser
as code owners
January 13, 2025 03:25
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Jan 13, 2025
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 21 updates in the / directory:
1.0.93
1.0.95
0.7.1
0.7.2
0.1.83
0.1.85
1.5.4
1.5.5
4.5.20
4.5.26
1.41.1
1.43.0
0.5.82
0.5.83
0.5.82
0.5.83
0.53.2
0.54.1
0.8.2
0.8.3
1.0.69
2.0.3
0.1.40
0.1.41
0.12.1
0.13.0
0.11.27
0.12.9
1.0.214
1.0.217
1.0.132
1.0.135
3.14.0
3.15.0
2.5.3
2.5.4
0.3.36
0.3.37
1.3.0
1.3.1
0.3.18
0.3.19
Updates
anyhow
from 1.0.93 to 1.0.95Release notes
Sourced from anyhow's releases.
Commits
48be1ca
Release 1.0.95a03d6d6
Merge pull request #402 from dtolnay/fromboxed52e4abb
Add Error::from_boxed with documentation about bidirectional?
ffecefc
Merge pull request #401 from dtolnay/construct671f700
Add construct_ prefix to name of private construct functions8ceb5e9
Release 1.0.94b9009ab
Merge pull request #399 from dtolnay/okvalue863791a
Align naming between Ok function argument and its documentation2081692
Merge pull request #398 from zertosh/ok_doc_formatcc2cecb
Fix anyhow::Ok rustdoc code formattingUpdates
async-broadcast
from 0.7.1 to 0.7.2Changelog
Sourced from async-broadcast's changelog.
Commits
f7a9913
Merge pull request #72 from zeenix/rel1ee8967
Release 0.7.2679a240
Remove use of explicit lifetimesde420a3
Merge pull request #68 from hozan23/add_recv_broadcast_blocking56406d8
AddSender::broadcast_blocking
andReceiver::recv_blocking
ef37a05
Merge pull request #67 from hozan23/ues_mutex_instead_of_rwlock6b8a513
useMutex
instead ofRwLock
for securing the inner data9d0578b
Merge pull request #64 from smol-rs/notgull/msrv-ci45fb22e
ci: Name the MSRV compatibility buildse5d563c
ci: Add MSRV buildUpdates
async-trait
from 0.1.83 to 0.1.85Release notes
Sourced from async-trait's releases.
Commits
fee923d
Release 0.1.850c2e108
Merge pull request #284 from dtolnay/selfinblock9456e54
OmitSelf: 'async_trait
bound in impl when not needed by signatureb77d0d5
Add regression test for issue 2834c8406d
Release 0.1.841cab7e4
Merge pull request #282 from dtolnay/impltrait3af8236
Require Rust 1.75+ for RPITIT (return position impl trait in trait)85b572c
Support impl Trait in return typeaff365f
Add regression test for issue 2817d8519d
Update ui test suite to nightly-2024-12-09Updates
blake3
from 1.5.4 to 1.5.5Release notes
Sourced from blake3's releases.
Commits
81f772a
version 1.5.5c57d6b6
add back an explicit "digest" feature, for back compat1170f02
add support for windows newlines in b3sum --checkaa3e8ec
build(CMake): Fix pkg-config for absolute CMAKE_INSTALL_*DIRe815576
heading fix, C2SP60ff2ea
link to yesterday's interview95da6b5
add xof benchmarks for non-power-of-2 lengths8e2e07e
Remove Miri equality workaround function08cb01c
put equivalent Hasher examples in the hash/keyed_hash/derive_key docs479eef8
test_compare_reference_impl_long_xofUpdates
clap
from 4.5.20 to 4.5.26Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
df1efca
chore: Released48bef6
docs: Update changelog6b7aa3d
Merge pull request #5628 from mart-mihkel/complete_hyphen57b6cb8
refactor(complete): Simplify engine::completefbec05e
refactor(complete): Fix typo in hyhpenb7cfbdc
feat(complete): Native support for hyphen values1d97c29
test(complete): Test cases for allow_hyphen_values64e3790
chore: Release1cf50c7
docs: Update changelog085143d
Merge pull request #5722 from epage/sortUpdates
tokio
from 1.41.1 to 1.43.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
5f3296d
chore: prepare Tokio v1.43.0 (#7079)cc974a6
chore: prepare tokio-macros v2.5.0 (#7078)15495fd
metrics: improve flexibility of H2Histogram Configuration (#6963)ad41834
io: don't callset_len
before initializing vector inBlocking
(#7054)bd3e857
runtime: moveis_join_waker_set
assertion inunset_waker
(#7072)15f7366
runtime: fixLocalRuntime
doc links (#7074)fd2048d
ci: split miri jobs into unit and integration tests (#7071)e8f3915
chore: use unsync loads forunsync_load
(#7073)67f1277
net: fix ambiguity inTcpStream::try_write_vectored
docs (#7067)463502c
io: clarifyReadBuf::uninit
allows initialized buffers as well (#7053)Updates
hotshot
from 0.5.82 to 0.5.83Changelog
Sourced from hotshot's changelog.
Commits
0cad927
chore: add missing backticks (#4016)8e8d1de
Fix view change evidence (#4017)b38804c
[Libp2p] Generic DHT persistence (#3954)ca2eb94
Revert breaking type changes (#4014)fefd5a7
fix append_vid2 fn (#4011)fd0b82f
Bump clap from 4.5.23 to 4.5.24 in the all group (#4009)f62b9b6
Add default implementations for new storage methods (#4006)2f9b534
Minor cleanup (#4003)717d661
Bump crate-ci/typos from 1.28.3 to 1.28.4 (#3977)0028a0f
Bump the all group with 3 updates (#4004)Updates
libp2p-networking
from 0.5.82 to 0.5.83Changelog
Sourced from libp2p-networking's changelog.
Commits
0cad927
chore: add missing backticks (#4016)8e8d1de
Fix view change evidence (#4017)b38804c
[Libp2p] Generic DHT persistence (#3954)ca2eb94
Revert breaking type changes (#4014)fefd5a7
fix append_vid2 fn (#4011)fd0b82f
Bump clap from 4.5.23 to 4.5.24 in the all group (#4009)f62b9b6
Add default implementations for new storage methods (#4006)2f9b534
Minor cleanup (#4003)717d661
Bump crate-ci/typos from 1.28.3 to 1.28.4 (#3977)0028a0f
Bump the all group with 3 updates (#4004)Updates
libp2p
from 0.53.2 to 0.54.1Commits
d7beb55
chore(libp2p): release 0.54.141f67c9
chore(metrics): release 0.15.0d9ee266
feat(kad): New provider record update strategy0861e39
chore: Fix identity changelog link539bdd9
Create funding.json (#5553)8f5f268
chore: fix some comments0ca1388
fix(quic): release libp2p-quic 0.11.1c34668e
chore(swarm): add PR number to 0.45.1 release2357b04
fix(swarm): release libp2p-swarm-derive 0.35.00c143ff
chore: prepare libp2p 0.54 releaseUpdates
sqlx
from 0.8.2 to 0.8.3Changelog
Sourced from sqlx's changelog.
... (truncated)
Commits
28cfdbb
Release/0.8.3 (#3663)dfd0ac5
feat: add Transaction type aliases (#3658)4590b9c
close listener connection on TimedOut and BrokenPipe errors (#3648)fdd4663
AddPgConnection::is_explain_available
20bccf8
Dont useEXPLAIN
in nullability check for QuestDB7d148bd
Bump hashbrown to v0.159f6ea96
Roll PostgreSQL 11..=15 tests to 13..=171678b19
feat: add geometry line (#3623)2b82ce3
Bump hashlink to v0.101f6ce33
chore: remove BoxFuture's (non-breaking) (#3629)Updates
thiserror
from 1.0.69 to 2.0.3Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
15fd26e
Release 2.0.37046023
Simplify how has_bonus_display is accumulated9cc1d0b
Merge pull request #384 from dtolnay/nowrap1d040f3
Use Var wrapper only for Pointer formatting6a6132d
Extend no-display ui test to cover another fmt traita061beb
Merge pull request #383 from dtolnay/both6388293
Support Display and Debug of same path in error messagedc0359e
Defer binding_value construction520343e
Add test of Debug and Display of paths49be39d
Release 2.0.2Updates
tracing
from 0.1.40 to 0.1.41Release notes
Sourced from tracing's releases.
... (truncated)
Commits
0ca7887
chore: prepare tracing 0.1.41 (#3159)504a287
tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489
chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7
chore: prepare tracing-core 0.1.33 (#3153)11c8273
subscriber: don't gatewith_ansi()
on the "ansi" feature (#3020)8a25a16
core: fix missedregister_callsite
error (#2938)6f08af0
subscriber: setlog
max level when reloading (#1270)f6a6c8c
tracing: add index API forField
(#2820)345fbff
Addjson-subscriber
to ecosystem (#3121)82a92df
fix: correct SerializeField definition and doc formatting (#3040)Updates
itertools
from 0.12.1 to 0.13.0Changelog
Sourced from itertools's changelog.