-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
build(deps): bump the all group across 1 directory with 22 updates #649
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 | | --- | --- | --- | | [axum-tracing-opentelemetry](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | `0.24.0` | `0.24.1` | | [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` | | [config](https://github.com/rust-cli/config-rs) | `0.14.1` | `0.15.3` | | [flexi_logger](https://github.com/emabee/flexi_logger) | `0.29.6` | `0.29.8` | | [init-tracing-opentelemetry](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | `0.24.0` | `0.25.0` | | [rustls](https://github.com/rustls/rustls) | `0.23.18` | `0.23.20` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.216` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.8` | | [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.16` | `0.1.17` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` | | [tower](https://github.com/tower-rs/tower) | `0.5.1` | `0.5.2` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` | | [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` | | [utoipa](https://github.com/juhaku/utoipa) | `5.2.0` | `5.3.0` | | [utoipa-swagger-ui](https://github.com/juhaku/utoipa) | `8.0.3` | `8.1.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.89` | `2.0.90` | Updates `axum-tracing-opentelemetry` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/releases) - [Changelog](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/blob/main/CHANGELOG.md) - [Commits](davidB/tracing-opentelemetry-instrumentation-sdk@axum-tracing-opentelemetry-v0.24.0...axum-tracing-opentelemetry-v0.24.1) Updates `bytes` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.8.0...v1.9.0) Updates `chrono` from 0.4.38 to 0.4.39 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.39) Updates `clap` from 4.5.21 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.21...clap_complete-v4.5.23) Updates `config` from 0.14.1 to 0.15.3 - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](rust-cli/config-rs@v0.14.1...v0.15.3) Updates `flexi_logger` from 0.29.6 to 0.29.8 - [Release notes](https://github.com/emabee/flexi_logger/releases) - [Changelog](https://github.com/emabee/flexi_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/emabee/flexi_logger/commits) Updates `init-tracing-opentelemetry` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/releases) - [Changelog](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/blob/main/CHANGELOG.md) - [Commits](davidB/tracing-opentelemetry-instrumentation-sdk@init-tracing-opentelemetry-v0.24.0...init-tracing-opentelemetry-v0.25.0) Updates `rustls` from 0.23.18 to 0.23.20 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.18...v/0.23.20) Updates `serde` from 1.0.215 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.216) Updates `serde_derive` from 1.0.215 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.216) Updates `thiserror` from 2.0.3 to 2.0.8 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.3...2.0.8) 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 `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 `tokio-stream` from 0.1.16 to 0.1.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.16...tokio-stream-0.1.17) Updates `tokio-util` from 0.7.12 to 0.7.13 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13) Updates `tower` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.5.1...tower-0.5.2) 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 `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) 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 `utoipa` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/juhaku/utoipa/releases) - [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md) - [Commits](juhaku/utoipa@utoipa-5.2.0...utoipa-5.3.0) Updates `utoipa-swagger-ui` from 8.0.3 to 8.1.0 - [Release notes](https://github.com/juhaku/utoipa/releases) - [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md) - [Commits](juhaku/utoipa@utoipa-swagger-ui-8.0.3...utoipa-swagger-ui-8.1.0) Updates `syn` from 2.0.89 to 2.0.90 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.89...2.0.90) --- updated-dependencies: - dependency-name: axum-tracing-opentelemetry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: chrono 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: config dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: flexi_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: init-tracing-opentelemetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_derive 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-patch dependency-group: all - dependency-name: time 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: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tracing 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 - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: utoipa dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: utoipa-swagger-ui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Dec 20, 2024
No time for this yet dependabot |
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
0.24.0
0.24.1
1.8.0
1.9.0
0.4.38
0.4.39
4.5.21
4.5.23
0.14.1
0.15.3
0.29.6
0.29.8
0.24.0
0.25.0
0.23.18
0.23.20
1.0.215
1.0.216
2.0.3
2.0.8
0.3.36
0.3.37
1.41.1
1.42.0
0.1.16
0.1.17
0.7.12
0.7.13
0.5.1
0.5.2
0.1.40
0.1.41
0.3.18
0.3.19
2.5.3
2.5.4
5.2.0
5.3.0
8.0.3
8.1.0
2.0.89
2.0.90
Updates
axum-tracing-opentelemetry
from 0.24.0 to 0.24.1Release notes
Sourced from axum-tracing-opentelemetry's releases.
Commits
c028ae6
chore: release (#183)974e552
fix!: useTraceProvider::flush_force()
during test4a321b0
fix: Use guard pattern to allow consumers to ensure final trace is sent (#185)Updates
bytes
from 1.8.0 to 1.9.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
d0a14de
chore: prepare bytes v1.9.0 (#748)54f1c26
Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)4cd8969
ReplaceBufMut::put
withBufMut::put_slice
in Writer impl (#745)2d996a2
Fix typo inBuf::chunk()
comment (#744)30ee8e9
AddBytes::from_owner
(#742)Updates
chrono
from 0.4.38 to 0.4.39Release notes
Sourced from chrono's releases.
Commits
8b86349
Bump version to 0.4.3933aaebf
Update mod.rs65c47f3
Update CHANGELOG.mdca8232f
Update licenses for unicode-ident 1.0.141456fa0
Apply suggestions from clippy 1.831c7567b
Bump codecov/codecov-action from 4 to 5f9ffd6f
add#[inline]
tonum_days
7974c60
Fix comment.77d50b1
Fix typos771c047
Use Formatter::pad (instead of write_str) for WeekdaysUpdates
clap
from 4.5.21 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::dirUpdates
config
from 0.14.1 to 0.15.3Changelog
Sourced from config's changelog.
Commits
e3ab957
chore: Release config version 0.15.32e4b467
docs: Update changelogb509e7e
Merge pull request #622 from epage/path80ca240
refactor(path): Switch from recursive to iterative structuresc397a10
refactor(path): Flatten with let-else8323fa2
refactor(path): Make names more consistent02e62db
refactor(path): Make lookups more consistentec36bff
refactor(path): Fully delegate lookup to get_mut_forcibly8b074cb
refactor(path): Consolidate table checks3b46d76
refactor(path): Remove unused OptionUpdates
flexi_logger
from 0.29.6 to 0.29.8Changelog
Sourced from flexi_logger's changelog.
Commits
Updates
init-tracing-opentelemetry
from 0.24.0 to 0.25.0Release notes
Sourced from init-tracing-opentelemetry's releases.
Commits
1205ba7
build: pre-release of init-tracing-opentelemetry972a97e
feat!(init-tracing-opentelemetry): no longer default configuration, delegate ...c2bae4b
docs: mention otel-desktop-viewer as alternative to jaegerdba0bc7
feat!(init-tracing-opentelemetry): no longer enableotel=debug
in log0c57a9f
chore(init-tracing-opentelemetry): release v0.24.2 (#193)916b1fe
build: update the configuration of misecb21a59
build: update the configuration of cargo-deny0f45ecb
fix: inference ofOTEL_EXPORTER_OTLP_TRACES_ENDPOINT
for protocol `http/pro...fd72087
chore(deps): update dependency protoc to v29.1 (#194)4b3ead5
chore(deps): update dependency protoc to v29 (#192)Updates
rustls
from 0.23.18 to 0.23.20Commits
b4628c7
rustls-post-quantum: revert version to 0.2.024d08f3
rustls-post-quantum: adjust head doc179592f
verifybench.rs: nightly fmtef3fc21
nit: remove trailing space from doc comments00a3ddb
fix rustls-provider-example hpke no-std support2f74c3d
server: remove ClientHello constructor3ba5167
ci: adjust ech-client daily testsf5aeb39
examples: use inner hostname in HTTPS DNS querye232bca
openssl-tests: install openssl from source43cbebb
unbuffered: add regression tests for fragmented handshakesUpdates
serde
from 1.0.215 to 1.0.216Release notes
Sourced from serde's releases.
Commits
ad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868 from dtolnay/automaticallyderived9497463
Mark all generated trait impls as #[automatically_derived]46e9ecf
Merge pull request #2866 from tdittr/mark-visitors-as-generatede9c399c
Mark generatedimpl de::Visitor
blocks as#[automatically_derived]
b9dbfcb
Switch out fnv in favor of foldhash in testc270e27
Use BuildHasher instead of Hasher in collection macros0307f60
Resolve question_mark clippy lint in build scriptUpdates
serde_derive
from 1.0.215 to 1.0.216Release notes
Sourced from serde_derive's releases.
Commits
ad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868 from dtolnay/automaticallyderived9497463
Mark all generated trait impls as #[automatically_derived]46e9ecf
Merge pull request #2866 from tdittr/mark-visitors-as-generatede9c399c
Mark generatedimpl de::Visitor
blocks as#[automatically_derived]
b9dbfcb
Switch out fnv in favor of foldhash in testc270e27
Use BuildHasher instead of Hasher in collection macros0307f60
Resolve question_mark clippy lint in build scriptUpdates
thiserror
from 2.0.3 to 2.0.8Release notes
Sourced from thiserror's releases.
Commits
2bd2982
Release 2.0.8a7de3ab
Merge pull request #399 from dtolnay/respanf1243a0
Fix spans on macro-generated bindings and format variables6a07345
Add regression test for issue 3989c0f2d2
Release 2.0.72deec96
Merge pull request 397 from zertosh/from_allow_expect100d916
Avoid associating #[from] with lint allow485c2b7
Reword spurious errors comment2075e87
Release 2.0.6e9a9085
Merge pull request #396 from dtolnay/deprecatedfromUpdates
time
from 0.3.36 to 0.3.37Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
d4e39b3
v0.3.37 release0943997
Fix CI failure8b50f04
Update lints56f1db6
AddMonth::length
,days_in_month
03bcfe9
Skip formatting some macros, update UI tests4404638
Permit exprs inserde::format_description!
6b43b44
strftime implementation98569ff
Hide deprecations from docsfebf3a1
Obtain local offset in multi-threaded situations1e19827
Update rstest and rstest_reuse; bump MSRV to 1.67.1 (#716)Updates
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
tokio-stream
from 0.1.16 to 0.1.17Commits
67355c6
chore: prepare tokio-stream v0.1.17 (#7020)405d746
signal: remove oneshot channels from tests (#7015)e0d1293
ci: add instructions that explain how to fix spellcheck errors (#7016)480c010
signal: addSignalKind::info
on illumos (#6995)c032ea0
ci: detect trailing whitespace (#7013)0b31c2f
chore: prepare tokio-util v0.7.13 (#7012)129f9fc
codec: fix incorrect handling of invalid utf-8 inLinesCodec::decode_eof
(#...b5c227d
tracing: move tracing instrumentation tests into tokio tests (#7007)dcae2b9
ci: unfreeze FreeBSD from rustc 1.81 (#7009)bb9d570
chore: prepare Tokio v1.42.0 (#7005)Updates
tokio-util
from 0.7.12 to 0.7.13Commits
0b31c2f
chore: prepare tokio-util v0.7.13 (#7012)129f9fc
codec: fix incorrect handling of invalid utf-8 inLinesCodec::decode_eof
(#...b5c227d
tracing: move tracing instrumentation tests into tokio tests (#7007)dcae2b9
ci: unfreeze FreeBSD from rustc 1.81 (#7009)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)Updates
tower
from 0.5.1 to 0.5.2Release notes
Sourced from tower's releases.
Commits
7dc533e
tower v0.5.2a09fd97
chore: fix dead code warning for 'Sealed' trait and 'sample_floyd2' func (#799)f57e31b
Addutil::BoxCloneSyncServiceLayer
(#802)da24532
Addutil::BoxCloneSyncService
(#777)6283f3a
Upgrade http and sync_wrapper dependencies (#788)Updates
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
tracing-subscriber
from 0.3.18 to 0.3.19Release notes
Sourced from tracing-subscriber's releases.
Commits
311c313
chore: prepare tracing-subscriber 0.3.19 (#3162)35f360a
chore: fix new Clippy lints in Rust 1.83.0 (#3165)c66a692
chore: prepare tracing-serde 0.2.0 (#3160)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 (