-
Notifications
You must be signed in to change notification settings - Fork 17
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
chore: Bump the dev-dependencies group with 13 updates #216
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 dev-dependencies group with 13 updates: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.73` | `0.1.74` | | [tokio](https://github.com/tokio-rs/tokio) | `1.32.0` | `1.33.0` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.8` | `0.7.9` | | [tonic](https://github.com/hyperium/tonic) | `0.10.0` | `0.10.2` | | [tonic-reflection](https://github.com/hyperium/tonic) | `0.10.0` | `0.10.2` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.37` | `0.1.40` | | [uuid](https://github.com/uuid-rs/uuid) | `1.4.1` | `1.5.0` | | [tonic-build](https://github.com/hyperium/tonic) | `0.10.0` | `0.10.2` | | [regex](https://github.com/rust-lang/regex) | `1.9.5` | `1.10.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.188` | `1.0.189` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.4` | `0.21.5` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.20` | `0.11.22` | | [test-log](https://github.com/d-e-s-o/test-log) | `0.2.12` | `0.2.13` | Updates `async-trait` from 0.1.73 to 0.1.74 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.73...0.1.74) Updates `tokio` from 1.32.0 to 1.33.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.33.0) Updates `tokio-util` from 0.7.8 to 0.7.9 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.8...tokio-util-0.7.9) Updates `tonic` from 0.10.0 to 0.10.2 - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.10.0...v0.10.2) Updates `tonic-reflection` from 0.10.0 to 0.10.2 - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.10.0...v0.10.2) Updates `tracing` from 0.1.37 to 0.1.40 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.37...tracing-0.1.40) Updates `uuid` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.4.1...1.5.0) Updates `tonic-build` from 0.10.0 to 0.10.2 - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.10.0...v0.10.2) Updates `regex` from 1.9.5 to 1.10.2 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.9.5...1.10.2) Updates `serde` from 1.0.188 to 1.0.189 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.188...v1.0.189) Updates `base64` from 0.21.4 to 0.21.5 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.4...v0.21.5) Updates `reqwest` from 0.11.20 to 0.11.22 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.20...v0.11.22) Updates `test-log` from 0.2.12 to 0.2.13 - [Release notes](https://github.com/d-e-s-o/test-log/releases) - [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md) - [Commits](d-e-s-o/test-log@v0.2.12...v0.2.13) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tonic-reflection dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: test-log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Oct 23, 2023
This was referenced Oct 23, 2023
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/cargo/dev-dependencies-74856ff925
branch
October 30, 2023 20:52
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 dev-dependencies group with 13 updates:
0.1.73
0.1.74
1.32.0
1.33.0
0.7.8
0.7.9
0.10.0
0.10.2
0.10.0
0.10.2
0.1.37
0.1.40
1.4.1
1.5.0
0.10.0
0.10.2
1.9.5
1.10.2
1.0.188
1.0.189
0.21.4
0.21.5
0.11.20
0.11.22
0.2.12
0.2.13
Updates
async-trait
from 0.1.73 to 0.1.74Release notes
Sourced from async-trait's releases.
Commits
265979b
Release 0.1.745e67709
Fix doc test when async fn in trait is natively supportedef144ae
Update ui test suite to nightly-2023-10-159398a28
Test docs.rs documentation build in CI8737173
Update ui test suite to nightly-2023-09-245ba643c
Test dyn Trait containing async fn247c8e7
Add ui test testing the recommendation to use async-trait799db66
Update ui test suite to nightly-2023-09-230e60248
Update actions/checkout@v3 -> v47fcbc83
Update ui test suite to nightly-2023-08-29Updates
tokio
from 1.32.0 to 1.33.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
0457690
chore: prepare Tokio v1.33.0 release (#6059)4557451
io: implementSeek
forSyncIoBridge
(#6058)2bd4376
rt: do not trace tasks while lockingOwnedTasks
(#6036)f306bd0
sync: fix unclosed code block in example (#6056)6b010ac
docs: fix new doc warnings in 1.73.0 (#6055)8cd3383
time: reduce iteration count in short_sleeps test (#6052)d6ed00c
sync:Semaphore
doc final cleanup (#6050)5d29136
docs: add semaphore example for running tests sequentially (#6038)52b29b3
net: add apple tvos support (#6045)eaba971
sync: document that broadcast capacity is a lower bound (#6042)Updates
tokio-util
from 0.7.8 to 0.7.9Commits
3f6165d
chore: prepare tokio-util v0.7.9 (#6019)ad7f988
sync: fixmark_changed
when version overflows (#6017)9d51b76
sync: addwatch::Sender::new
(#5998)8045118
sync: renamewatch::mark_unseen
towatch::mark_changed
(#6014)e6553c4
sync: add Semaphore example using anArc\<Semaphore>
(#5956)d247e7f
sync: document thatconst_new()
is not instrumented (#6002)65e7715
util: replacesync::reusable_box::Pending
withstd::future::Pending
(#6000)61042b4
sync: addwatch::Receiver::mark_unseen
(#5962)1c428cc
tokio: fix cache line size for RISC-V (#5994)61f095f
sync: add?Sized
bound to{MutexGuard,OwnedMutexGuard}::map
(#5997)Updates
tonic
from 0.10.0 to 0.10.2Changelog
Sourced from tonic's changelog.
Commits
b3fca19
chore: Prepare0.10.2
release (#1541)83e363a
fix(web): Client decoding incomplete buffer bug (#1540)d5c14fa
chore: Prepare0.10.1
release (#1529)fe6f8d9
fix(web): Buffer incomplete messages (#1528)6af8d5c
chore: Ping rustls to0.21.7
(#1514)c25ae99
chore: Force min versions of hyper and tokio-rustls (#1513)Updates
tonic-reflection
from 0.10.0 to 0.10.2Changelog
Sourced from tonic-reflection's changelog.
Commits
b3fca19
chore: Prepare0.10.2
release (#1541)83e363a
fix(web): Client decoding incomplete buffer bug (#1540)d5c14fa
chore: Prepare0.10.1
release (#1529)fe6f8d9
fix(web): Buffer incomplete messages (#1528)6af8d5c
chore: Ping rustls to0.21.7
(#1514)c25ae99
chore: Force min versions of hyper and tokio-rustls (#1513)Updates
tracing
from 0.1.37 to 0.1.40Release notes
Sourced from tracing's releases.
... (truncated)
Commits
15600a3
tracing: prepare to release v0.1.4020a1762
tracing: use ManuallyDrop instead of mem::forget (#2765)4b99457
chore: prepare tracing 0.1.39 (#2755)b2a5e11
tracing: update core to v0.1.31 and attributes to v0.1.273825a50
tracing: use full path when callingformat_args!
(#2757)c4b2a56
chore: prepare tracing-core 0.1.32 (#2754)2502f19
chore: prepare tracing-attributes 0.1.27 (#2756)9048762
Revert "log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)" (#...6ba5af2
docs: remove mention ofRegistration
on v0.1.x (#2753)11aac9a
log: deprecateenv_logger
in favor oftracing_subscriber::fmt::Subscriber
...Updates
uuid
from 1.4.1 to 1.5.0Release notes
Sourced from uuid's releases.
Commits
e68b010
Merge pull request #713 from uuid-rs/cargo/1.5.0b1cc27a
prepare for 1.5.0 releaseb8ebdee
Merge pull request #711 from John-Toohey/bytemuck2dad70d
Added thebytemuck
optional dependency tolib.rs
documentationbcf2b58
Added Bytemuck to .github/workflows/ci.yml::env::DEP_FEATURESa8d2e1d
Merge pull request #712 from uuid-rs/ci/miri-clippy0c5b2df
fix up a clippy warning1d4bd6e
Merge pull request #703 from uuid-rs/feat/convert-to-vec52b3fbc
replace MIPS with Miri and add clippy to CI3833d09
Make the bytemuck dependency look more like the other dependenciesUpdates
tonic-build
from 0.10.0 to 0.10.2Changelog
Sourced from tonic-build's changelog.
Commits
b3fca19
chore: Prepare0.10.2
release (#1541)83e363a
fix(web): Client decoding incomplete buffer bug (#1540)d5c14fa
chore: Prepare0.10.1
release (#1529)fe6f8d9
fix(web): Buffer incomplete messages (#1528)6af8d5c
chore: Ping rustls to0.21.7
(#1514)c25ae99
chore: Force min versions of hyper and tokio-rustls (#1513)Updates
regex
from 1.9.5 to 1.10.2Changelog
Sourced from regex's changelog.
... (truncated)
Commits
5f1f1c8
1.10.21a54a82
deps: bump regex-automata to 0.4.361242b1
regex-automata-0.4.350fe7d1
changelog: 1.10.2eb950f6
automata/meta: revert broadening of reverse suffix optimizatione7bd19d
regex-lite-0.1.50086dec
lite: fix stack overflow test4ae1472
tests: fix compilation of doctests on 32-bit architecturescd79881
regex-lite-0.1.4466e42c
lite: fix stack overflow in NFA compilerUpdates
serde
from 1.0.188 to 1.0.189Release notes
Sourced from serde's releases.
Commits
e94fc65
Release 1.0.189b908487
Remove double nesting of first_attempt2a7c7fa
Merge pull request #2613 from ahl/fix-untagged-plus-simplee302e15
Merge pull request #2625 from marcospb19/add-csv-to-the-list1cbea89
Add CSV to the formats list37a3285
Update ui test suite to nightly-2023-10-068c4aad3
Clean up unneeded raw strings in test1774794
Resolve needless_raw_string_hashes clippy lint in test1af23f1
Test docs.rs documentation build in CI94fbc3d
fix clippyUpdates
base64
from 0.21.4 to 0.21.5Changelog
Sourced from base64's changelog.
Commits
7f81baf
v0.21.595dda57
Merge pull request #255 from marshallpierce/mp/debugbda313a
Add Debug and Clone to general purpose Engine53a8737
Merge pull request #254 from marshallpierce/mp/ci-all-targetsc423b6e
CI for all targets w/o default features9eaf503
Merge pull request #253 from kpreid/features-and-build04451fb
Allowcargo test
to complete under any set of features.2ee1a00
no_std
import simplification.Updates
reqwest
from 0.11.20 to 0.11.22Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
5df3861
v0.11.22afc3a93
fix trust-dns error kind on windows (#1992)d050e60
v0.11.212a881fb
fix: split connect timeout for multiple IPs (#1940)17c893f
Bump actions/checkout from 3 to 4 (#1968)10d9d23
Addtls_info
/TlsInfo
for access to peer's leaf certificate (#1938)d3d95a5
OptimizeTrustDnsResolver
(#1967)0292486
dep: Upgrade trust-dns-resolver from v0.22 to v0.23 (#1965)70d100c
Feature: auto detect MacOS proxy settings (#1955)34f6c70
Added wasm in the docs. (#1960)Updates
test-log
from 0.2.12 to 0.2.13Release notes
Sourced from test-log's releases.
Changelog
Sourced from test-log's changelog.
Commits
f979a7d
Bump version to 0.2.139619698
Bump MSRV to 1.560f86b60
Switch to using -Z direct-minimal-versions232a891
Remove unused features1711560
Drop a reference to the tracing crate423e0c0
Simplify error handlingf5945bc
Fix handling of test_case with custom named1070cc
Inlineexpand_wrapper
50129c0
Simplify proc-macroee53971
Run rustfmtDependabot 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