-
-
Notifications
You must be signed in to change notification settings - Fork 142
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 dependencies group with 26 updates #1311
Conversation
Bumps the dependencies group with 26 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.4.6` | `4.4.10` | | [const_format](https://github.com/rodrimati1992/const_format_crates) | `0.2.31` | `0.2.32` | | [csv](https://github.com/BurntSushi/rust-csv) | `1.2.2` | `1.3.0` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.10.0` | `0.10.1` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.28` | `0.3.29` | | [http](https://github.com/hyperium/http) | `0.2.9` | `1.0.0` | | [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.93` | `0.9.96` | | [regex](https://github.com/rust-lang/regex) | `1.9.6` | `1.10.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.20` | `0.11.22` | | [ring](https://github.com/briansmith/ring) | `0.17.0` | `0.17.3` | | [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` | | [tokio](https://github.com/tokio-rs/tokio) | `1.32.0` | `1.34.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.1` | `0.8.8` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.8.0` | `3.8.1` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.17` | `0.3.18` | | [uuid](https://github.com/uuid-rs/uuid) | `1.4.1` | `1.6.1` | | [wiremock](https://github.com/LukeMathWalker/wiremock-rs) | `0.5.19` | `0.5.22` | | [cached](https://github.com/jaemk/cached) | `0.46.0` | `0.46.1` | | [check-if-email-exists](https://github.com/reacherhq/check-if-email-exists) | `0.9.0` | `0.9.1` | | [hyper](https://github.com/hyperium/hyper) | `0.14.27` | `1.0.1` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.31.0` | `0.31.2` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.3.0` | `3.4.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.49` | `1.0.50` | | [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.16.2` | `0.18.0` | | [criterion](https://github.com/bheisler/criterion.rs) | ``180f4b4`` | ``e1a8c9a`` | Updates `clap` from 4.4.6 to 4.4.10 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.6...v4.4.10) Updates `const_format` from 0.2.31 to 0.2.32 - [Release notes](https://github.com/rodrimati1992/const_format_crates/releases) - [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md) - [Commits](https://github.com/rodrimati1992/const_format_crates/commits) Updates `csv` from 1.2.2 to 1.3.0 - [Commits](BurntSushi/rust-csv@1.2.2...1.3.0) 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 `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 `http` from 0.2.9 to 1.0.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v0.2.9...v1.0.0) Updates `openssl-sys` from 0.9.93 to 0.9.96 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-sys-v0.9.93...openssl-sys-v0.9.96) Updates `regex` from 1.9.6 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.6...1.10.2) 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 `ring` from 0.17.0 to 0.17.3 - [Commits](https://github.com/briansmith/ring/commits) 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 `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 `toml` from 0.8.1 to 0.8.8 - [Commits](toml-rs/toml@toml-v0.8.1...toml-v0.8.8) 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 `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 `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 `wiremock` from 0.5.19 to 0.5.22 - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md) - [Commits](LukeMathWalker/wiremock-rs@v0.5.19...v0.5.22) Updates `cached` from 0.46.0 to 0.46.1 - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) Updates `check-if-email-exists` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/reacherhq/check-if-email-exists/releases) - [Changelog](https://github.com/reacherhq/check-if-email-exists/blob/master/CHANGELOG.md) - [Commits](reacherhq/check-if-email-exists@v0.9.0...v0.9.1) Updates `hyper` from 0.14.27 to 1.0.1 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.27...v1.0.1) Updates `octocrab` from 0.31.0 to 0.31.2 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.31.0...v0.31.2) Updates `serde_with` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.3.0...v3.4.0) Updates `thiserror` from 1.0.49 to 1.0.50 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.49...1.0.50) Updates `typed-builder` from 0.16.2 to 0.18.0 - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/idanarye/rust-typed-builder/commits) Updates `criterion` from `180f4b4` to `e1a8c9a` - [Commits](bheisler/criterion.rs@180f4b4...e1a8c9a) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: const_format dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: wiremock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cached dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: check-if-email-exists dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: typed-builder dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: criterion dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
@thomas-zahner, could you also take that one? Looks like we need to fix a few more lints. |
@mre Actually linting is not the problem here. The Maybe it's easier to merge like this for now and then handle the breaking changes in a future PR? |
Awesome! Yes, that makes a lot of sense. I've merged it. Thanks for looking into that. |
Bumps the dependencies group with 26 updates:
4.4.6
4.4.10
0.2.31
0.2.32
1.2.2
1.3.0
0.10.0
0.10.1
0.3.28
0.3.29
0.2.9
1.0.0
0.9.93
0.9.96
1.9.6
1.10.2
0.11.20
0.11.22
0.17.0
0.17.3
1.0.188
1.0.193
1.0.107
1.0.108
1.32.0
1.34.0
0.8.1
0.8.8
3.8.0
3.8.1
0.3.17
0.3.18
1.4.1
1.6.1
0.5.19
0.5.22
0.46.0
0.46.1
0.9.0
0.9.1
0.14.27
1.0.1
0.31.0
0.31.2
3.3.0
3.4.0
1.0.49
1.0.50
0.16.2
0.18.0
180f4b4
e1a8c9a
Updates
clap
from 4.4.6 to 4.4.10Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c0a1814
chore: Releasec83e681
docs: Update changelog91bcac4
Merge pull request #5230 from epage/migrate030d875
docs: Link out to the changelog at the relevant tagb661a9d
Merge pull request #5229 from epage/derivea08587b
docs(derive): Link to tutorial sections for attributes21b671f
chore: Release93ba76d
docs: Update changelogc1c55b3
Merge pull request #5228 from epage/flatb13f6d9
fix(help): Hide 'help' if only flattened subcommandUpdates
const_format
from 0.2.31 to 0.2.32Changelog
Sourced from const_format's changelog.
Commits
Updates
csv
from 1.2.2 to 1.3.0Commits
6374614
1.3.0e123861
deps: bump csv-core to 0.1.1144b836c
csv-core-0.1.110504526
msrv: bump to Rust 1.61b25e5d1
ci: various fixups0f64d3f
api: automatically escape fields that contain the comment characterUpdates
env_logger
from 0.10.0 to 0.10.1Changelog
Sourced from env_logger's changelog.
Commits
36623f5
chore: Release env_logger version 0.10.18a033d8
chore: Fix packaging9df7e6c
Merge pull request #241 from ChrisDenton/simple-insert46ccdd9
perf: ReplaceHashMap
with aVec
bdc96a4
Merge pull request #249 from atouchet/v10983837c
Update links and remove broken badgedcd220d
Update listed version number36b1508
Merge pull request #260 from y-yagi/2018-edition6f64347
Merge pull request #282 from epage/syntaxb297357
chore: Update docs and examples to 2018 editionUpdates
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
http
from 0.2.9 to 1.0.0Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
1c06623
v1.0.0c51f40f
feat: add default std featuree5b80c1
test: add test to ensure HeaderMap::iter safety60c9b46
chore(ci): run miri tests0a9c8ad
fix MIRI error in header::Iter (#642)f5f31f0
feat: implement Clone for Request, Response, Extensions (#634)aa1af37
start 1.0818269d
v0.2.10b41d0b9
Resolve arith overflow on with_capacity (#628)25c1803
chore: fix typos (#633)Updates
openssl-sys
from 0.9.93 to 0.9.96Release notes
Sourced from openssl-sys's releases.
... (truncated)
Commits
8f4b97a
Merge pull request #2104 from alex/bump-for-releasedf66283
Release openssl v0.10.60 and openssl-sys v0.9.961a09dc8
Merge pull request #2102 from sfackler/ex-leakb0a1da5
Merge branch 'master' into ex-leakf456b60
Merge pull request #2099 from alex/deprecate-store-ref-objectsa8413b8
Merge pull request #2100 from alex/symm-update-uncheckeda92c237
clippye839496
Don't leak when overwriting ex data602d38d
Addedupdate_unchecked
tosymm::Crypter
cf9681a
fixes #2096 -- deprecateX509StoreRef::objects
, it is unsoundUpdates
regex
from 1.9.6 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
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
ring
from 0.17.0 to 0.17.3Commits
Updates
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
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
toml
from 0.8.1 to 0.8.8Commits
2e99658
chore: Release61a68e5
docs: Update changelog7b110a0
Merge pull request #649 from epage/fixe162e9f
fix: Remove unused dependencies0026e2a
chore: Release6b8e4aa
chore: Release36e3a02
docs: Update changelog7ba0932
Merge pull request #648 from epage/splitef9fd0a
fix(edit)!: Allow disabling parser or display5b53ff1
refactor(edit): Remove 'use' for optional modsUpdates
tempfile
from 3.8.0 to 3.8.1Changelog
Sourced from tempfile's changelog.
Commits
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
uuid
from 1.4.1 to 1.6.1Release notes
Sourced from uuid's releases.