-
Notifications
You must be signed in to change notification settings - Fork 16
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 21 updates #232
Merged
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 21 updates: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.73` | `0.1.74` | | [prost](https://github.com/tokio-rs/prost) | `0.12.1` | `0.12.3` | | [prost-types](https://github.com/tokio-rs/prost) | `0.12.1` | `0.12.3` | | [tokio](https://github.com/tokio-rs/tokio) | `1.32.0` | `1.34.0` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.8` | `0.7.10` | | [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` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.17` | `0.3.18` | | [url](https://github.com/servo/rust-url) | `2.4.1` | `2.5.0` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.28` | `0.3.29` | | [uuid](https://github.com/uuid-rs/uuid) | `1.4.1` | `1.6.1` | | [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.193` | | [serde_json](https://github.com/serde-rs/json) | `1.0.107` | `1.0.108` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.8.0` | `3.8.1` | | [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` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.10.0` | `0.10.1` | | [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 `prost` from 0.12.1 to 0.12.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.1...v0.12.3) Updates `prost-types` from 0.12.1 to 0.12.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.1...v0.12.3) Updates `tokio` from 1.32.0 to 1.34.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.34.0) Updates `tokio-util` from 0.7.8 to 0.7.10 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) 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 `tracing-subscriber` from 0.3.17 to 0.3.18 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.17...tracing-subscriber-0.3.18) Updates `url` from 2.4.1 to 2.5.0 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.4.1...v2.5.0) Updates `futures` from 0.3.28 to 0.3.29 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.28...0.3.29) Updates `uuid` from 1.4.1 to 1.6.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.4.1...1.6.1) 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.193 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.188...v1.0.193) Updates `serde_json` from 1.0.107 to 1.0.108 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.107...v1.0.108) Updates `tempfile` from 3.8.0 to 3.8.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) 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 `env_logger` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.0...v0.10.1) 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: prost dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: prost-types 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: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: futures 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: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tempfile 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: env_logger 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]>
ashbeitz
approved these changes
Nov 28, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
devkelley
approved these changes
Nov 28, 2023
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 21 updates:
0.1.73
0.1.74
0.12.1
0.12.3
0.12.1
0.12.3
1.32.0
1.34.0
0.7.8
0.7.10
0.10.0
0.10.2
0.10.0
0.10.2
0.1.37
0.1.40
0.3.17
0.3.18
2.4.1
2.5.0
0.3.28
0.3.29
1.4.1
1.6.1
0.10.0
0.10.2
1.9.5
1.10.2
1.0.188
1.0.193
1.0.107
1.0.108
3.8.0
3.8.1
0.21.4
0.21.5
0.11.20
0.11.22
0.10.0
0.10.1
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
prost
from 0.12.1 to 0.12.3Commits
907e9f6
prost: prepare release0.12.3
(#947)acc1df8
Fix code generation for Name trait (#944)3cf34f0
prost: prepare release0.12.2
(#943)3ce212f
feat: Generate implementation forName
trait (#931)97cd4e2
fix: generateName::full_name
properly (#923)9dd6553
release 0.12.1 (#918)Updates
prost-types
from 0.12.1 to 0.12.3Commits
907e9f6
prost: prepare release0.12.3
(#947)acc1df8
Fix code generation for Name trait (#944)3cf34f0
prost: prepare release0.12.2
(#943)3ce212f
feat: Generate implementation forName
trait (#931)97cd4e2
fix: generateName::full_name
properly (#923)9dd6553
release 0.12.1 (#918)Updates
tokio
from 1.32.0 to 1.34.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
49eb26f
chore: prepare Tokio v1.34.0 release (#6138)19d96c0
io: increaseScheduledIo
tick resolution (#6135)30b2eb1
io: fix possible I/O resource hang (#6134)8ec3e0d
metrics: update stats when unparking in multi-thread (#6131)161ecec
stream: fix typo in peekable docs (#6130)61fcc3b
time: remove cachedelapsed
value from driver state (#6097)944024e
chore: update rust-version to 1.63 in all crates (#6126)65f861f
stream: addStreamExt::peekable
(#6095)4c85801
ci: fix docs on latest nightly (#6120)ed32cd1
task: add tests for tracing instrumentation of tasks (#6112)Updates
tokio-util
from 0.7.8 to 0.7.10Commits
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
tracing-subscriber
from 0.3.17 to 0.3.18Release notes
Sourced from tracing-subscriber's releases.
Commits
8b7a1dd
chore: prepare tracing-subscriber 0.3.18 release (#2789)befb4de
chore: fixahash
-caused build breakage (#2792)1dc1e6a
chore: bumpahash
to 0.7.7 (#2794)abb2393
chore: backport CI improvements (#2238)c6abc10
chore: bump MSRV to 1.63 (#2793)4529182
attributes: added missing RecordTypes for instrument (#2781)7b59435
subcriber: update docs for EnvFilter Builder (#2782)119f91a
tracing: removed core imports in macros (#2762)346d6e6
core: fix incorrect (incorrectly updated) docs for LevelFilter (#2767)8cdc9da
appender: removeSync
bound from writer forNonBlocking
(#2607)Updates
url
from 2.4.1 to 2.5.0Commits
00e9e18
Update url 2.5.0 (#885)464b1f7
Fix another overflow in punycode encode_into (#880)912d716
Correct spelling mistake inPosition
docs (#875)5f454e2
Added #[must_use] Attributes for Configuration Options (#876)67fc273
Fix search setting for non-special urls with space, query and fragment (#879)ae8d29e
use checked addition to not panic in debug build (#877)e39c9a2
Fix clippy (#878)Updates
futures
from 0.3.28 to 0.3.29Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
86f2a6a
Release 0.3.29a40204d
Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...24cca65
AddTryAny
adaptere60a439
AddTryAll
adapter5051335
Remove unsafe code from AssertUnmoved60a86e1
Fix Sync impl of FuturesUnorderedf392082
Extend io::AsyncBufReadExt::lines example with invalid UTF-82f2ec39
Fix infinite loop caused by invalid UTF-8 bytes8570ea6
Fix unused_imports warning43c0c5f
Add tests forStreamExt::all
andStreamExt::any
Updates
uuid
from 1.4.1 to 1.6.1Release notes
Sourced from uuid's releases.
Commits
c889107
Merge pull request #721 from uuid-rs/fix/uuid-macrof3f7496
fix uuid macro in consts4609e61
Merge pull request #719 from uuid-rs/cargo/1.6.02433066
prepare for 1.6.0 release9787ea1
Merge pull request #718 from uuid-rs/feat/stabilize-v6-plus90b0bc0
Merge pull request #714 from metalalive/doc/fix-v6-links1eebe7d
bump msrv to 1.60.06bade3a
just test lib with miri3df0aaa
stabilize UUIDv6-v8 support003dc57
doc: fix links to timestamp moduleUpdates
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.193Release notes
Sourced from serde's releases.
Commits
44613c7
Release 1.0.193c706281
Merge pull request #2655 from dtolnay/rangestartend65d75b8
Add RangeFrom and RangeTo tests332b0cb
Merge pull request #2654 from dtolnay/rangestartend8c4af41
Fix more RangeFrom / RangeEnd mixups24a78f0
Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixupc91c334
Fix Range{From,To} deserialize mixup2083f43
Update ui test suite to nightly-2023-11-194676abd
Release 1.0.19235700eb
Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untaggedUpdates
serde_json
from 1.0.107 to 1.0.108Release notes
Sourced from serde_json's releases.
Commits
4bc1eaa
Release 1.0.1081454eac
Merge pull request #1082 from dtolnay/fromdoc0f072fa
Improve Value From and FromIterator docsa8e6f75
Merge pull request #1081 from fritzrehde/masterebaf617
fixed typosf56053d
Merge pull request #1080 from serde-rs/negativenan4e091d5
Add test of negative NaN and negative infinity421a70d
Fix unused imports39f5ad1
Remove 'remember to update' reminder from Cargo.toml5bb6960
Merge pull request #1075 from dimo414/masterUpdates
tempfile
from 3.8.0 to 3.8.1Changelog
Sourced from tempfile's changelog.
Commits
Updates
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 (#1...Description has been truncated