-
Notifications
You must be signed in to change notification settings - Fork 85
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 18 updates #2435
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 18 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.84` | | [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.23` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` | | [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.134` | | [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.84 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.84) 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.23 - [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.23) Updates `tokio` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0) 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.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.132...v1.0.134) 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: 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 6, 2025 03:30
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Jan 6, 2025
Superseded by #2438. |
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 18 updates in the / directory:
1.0.93
1.0.95
0.7.1
0.7.2
0.1.83
0.1.84
1.5.4
1.5.5
4.5.20
4.5.23
1.41.1
1.42.0
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.134
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.84Release notes
Sourced from async-trait's releases.
Commits
4c8406d
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-0900f9367
Raise minimum compiler for tests to rust 1.709fc6835
Prevent upload-artifact step from causing CI failure03468c2
Update ui test suite to nightly-2024-10-31c8f5733
Update ui test suite to nightly-2024-10-30Updates
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.23Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
7916028
chore: Release804498d
docs: Update changelogf9721f1
Merge pull request #5695 from epage/valueb04bf72
fix(complete)!: Be consistent in value language0e28259
chore: Releasee55c986
docs: Update changelogc7157df
Merge pull request #5692 from epage/self84252b7
fix(complete): Allow completing '.'eded64a
test(complete): Verify PathCompleter::dir03d7226
chore: ReleaseUpdates
tokio
from 1.41.1 to 1.42.0Release notes
Sourced from tokio's releases.
Commits
bb9d570
chore: prepare Tokio v1.42.0 (#7005)af9c683
tests: fix typo in build test instructions (#7004)4bc5a1a
ci: allow Unicode-3.0 license for unicode-ident (#7006)f8948ea
runtime: do not deferyield_now
insideblock_in_place
(#6999)bce9780
time: usearray::from_fn
instead of manually creating array (#7000)38151f3
readme: unlist 1.32.x as LTS release (#6997)5dda72d
ci: pin valgrind to rustc 1.82 (#6998)c07257f
io: simplify io readiness logic (#6966)d08578f
time: fix a typo inInstant
docs (#6982)4047d79
miri: add annotations for tests with miri ignore (#6981)Updates
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.
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.217Release notes
Sourced from