-
Notifications
You must be signed in to change notification settings - Fork 2
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
[cargo](deps): Bump the deps group with 24 updates #183
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 deps group with 24 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.15` | `4.5.16` | | [serde](https://github.com/serde-rs/serde) | `1.0.206` | `1.0.208` | | [serde_json](https://github.com/serde-rs/json) | `1.0.124` | `1.0.125` | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` | | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.0` | | [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.6.2` | `1.6.3` | | [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.2.0` | `1.2.2` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.10` | `1.1.13` | | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.12` | `0.2.13` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.3.0` | `2.4.0` | | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.69` | `0.3.70` | | [libc](https://github.com/rust-lang/libc) | `0.2.155` | `0.2.158` | | [mio](https://github.com/tokio-rs/mio) | `1.0.1` | `1.0.2` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.206` | `1.0.208` | | [syn](https://github.com/dtolnay/syn) | `2.0.74` | `2.0.75` | | [tower-layer](https://github.com/tower-rs/tower) | `0.3.2` | `0.3.3` | | [tower-service](https://github.com/tower-rs/tower) | `0.3.2` | `0.3.3` | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` | | [wasm-bindgen-backend](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` | | [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.42` | `0.4.43` | | [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` | | [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` | | [wasm-bindgen-shared](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` | | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.69` | `0.3.70` | Updates `clap` from 4.5.15 to 4.5.16 - [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.15...clap_complete-v4.5.16) Updates `serde` from 1.0.206 to 1.0.208 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.206...v1.0.208) Updates `serde_json` from 1.0.124 to 1.0.125 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.124...1.0.125) Updates `tokio` from 1.39.2 to 1.39.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.39.3) Updates `tower` from 0.4.13 to 0.5.0 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.0) Updates `aws-smithy-runtime` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-types` from 1.2.0 to 1.2.2 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `cc` from 1.1.10 to 1.1.13 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.1.10...cc-v1.1.13) Updates `cpufeatures` from 0.2.12 to 0.2.13 - [Commits](RustCrypto/utils@cpufeatures-v0.2.12...cpufeatures-v0.2.13) Updates `indexmap` from 2.3.0 to 2.4.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.3.0...2.4.0) Updates `js-sys` from 0.3.69 to 0.3.70 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `libc` from 0.2.155 to 0.2.158 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.155...0.2.158) Updates `mio` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v1.0.1...v1.0.2) Updates `serde_derive` from 1.0.206 to 1.0.208 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.206...v1.0.208) Updates `syn` from 2.0.74 to 2.0.75 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.74...2.0.75) Updates `tower-layer` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-layer-0.3.2...tower-layer-0.3.3) Updates `tower-service` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-service-0.3.2...tower-service-0.3.3) Updates `wasm-bindgen` from 0.2.92 to 0.2.93 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93) Updates `wasm-bindgen-backend` from 0.2.92 to 0.2.93 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93) Updates `wasm-bindgen-futures` from 0.4.42 to 0.4.43 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `wasm-bindgen-macro` from 0.2.92 to 0.2.93 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93) Updates `wasm-bindgen-macro-support` from 0.2.92 to 0.2.93 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93) Updates `wasm-bindgen-shared` from 0.2.92 to 0.2.93 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93) Updates `web-sys` from 0.3.69 to 0.3.70 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: aws-smithy-runtime dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: aws-smithy-types dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: cpufeatures dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: js-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: mio dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: tower-layer dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: tower-service dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasm-bindgen dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasm-bindgen-backend dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasm-bindgen-futures dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasm-bindgen-macro dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasm-bindgen-macro-support dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasm-bindgen-shared dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: web-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
d:cargo
Update a Cargo (Rust) dependency
dependencies
Add, remove, or update one or more dependencies
skip deployment
Do not deploy this PR upon merge
labels
Aug 19, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #183 +/- ##
=======================================
Coverage 46.97% 46.97%
=======================================
Files 27 27
Lines 3930 3930
=======================================
Hits 1846 1846
Misses 2084 2084 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
d:cargo
Update a Cargo (Rust) dependency
dependencies
Add, remove, or update one or more dependencies
skip deployment
Do not deploy this PR upon merge
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 deps group with 24 updates:
4.5.15
4.5.16
1.0.206
1.0.208
1.0.124
1.0.125
1.39.2
1.39.3
0.4.13
0.5.0
1.6.2
1.6.3
1.2.0
1.2.2
1.1.10
1.1.13
0.2.12
0.2.13
2.3.0
2.4.0
0.3.69
0.3.70
0.2.155
0.2.158
1.0.1
1.0.2
1.0.206
1.0.208
2.0.74
2.0.75
0.3.2
0.3.3
0.3.2
0.3.3
0.2.92
0.2.93
0.2.92
0.2.93
0.4.42
0.4.43
0.2.92
0.2.93
0.2.92
0.2.93
0.2.92
0.2.93
0.3.69
0.3.70
Updates
clap
from 4.5.15 to 4.5.16Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
cedb1f0
chore: Releasec22a510
docs(complete): Fix registration commandsUpdates
serde
from 1.0.206 to 1.0.208Release notes
Sourced from serde's releases.
Commits
026e91a
Release 1.0.208bfbedac
Merge pull request #2802 from jonhoo/flatten-unit-struct4036ff8
Support (de-)serializing flattened unit struct1b4da41
Release 1.0.207f61d452
Touch up PR 2795f986609
Merge pull request #2795 from Mingun/has-flatten-rework77a6a9d
Take into account only not skipped flatten fields when choose serialization form547d843
Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...005cb84
Fail with an understandable message is number of fields for serialization is ...fd5b5e9
Correctly calculatehas_flatten
attribute in all cases for deserializationUpdates
serde_json
from 1.0.124 to 1.0.125Release notes
Sourced from serde_json's releases.
Commits
6130f9b
Release 1.0.125cc7a160
Touch up PR 11750f942e5
Merge pull request 1175 from iex-rs/faster-backslash-ud8921cd
Merge pull request #1172 from iex-rs/faster-hexb4bc643
Merge pull request #1176 from dtolnay/miriname94a2aad
Improve job names for miri jobs8073fc1
Merge pull request #1174 from iex-rs/miri-on-ci96ae604
Correct WTF-8 parsing236cc82
Simplify unicode escape handling2f28d10
Use the same UTF-8/WTF-8 impl for surrogatesUpdates
tokio
from 1.39.2 to 1.39.3Release notes
Sourced from tokio's releases.
Commits
3d439ab
chore: prepare Tokio v1.39.3 (#6782)b2ea40b
net: add handling for abstract socket name (#6772)Updates
tower
from 0.4.13 to 0.5.0Release notes
Sourced from tower's releases.
Commits
fec9e55
tower-layer: drop versions from dev dependencies (#782)646804d
chore: prepare to release tower-0.5.0, tower-layer-0.3.3, tower-service-0.3.3...7202cfe
chore: fix a few typos (#780)85080a5
use workspace dependencies for tower (#778)88a7d3e
fix warnings found when running check/doc commands (#779)a6e98a7
chore: update GitHub Actions CI (#740)74e925d
chore: fix spelling errors (#775)89ac74f
feat: Make new functions const when possible (#760)032d17f
ensure that re-exported symbols show feature label in root (#754)05a0a25
Upgrade to indexmap v2 (MSRV 1.63) (#741)Updates
aws-smithy-runtime
from 1.6.2 to 1.6.3Commits
Updates
aws-smithy-types
from 1.2.0 to 1.2.2Commits
Updates
cc
from 1.1.10 to 1.1.13Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
ee14401
chore: release (#1187)d3ff011
Fix detect family: should detect emscripten as clang, closes #1185 (#1186)9b77c3f
chore: release (#1184)dcbe0f1
CC_SHELL_ESCAPED_FLAGS
: improve docs (#1183)b0e44c7
chore: release (#1182)ebe335c
Add support for parsing shell encoded*FLAGS
(#1181)eb33906
Replace vector of tuples with BTreeMap which already is sorted and free of du...Updates
cpufeatures
from 0.2.12 to 0.2.13Commits
af6b5ae
cpufeatures: release v0.2.13 (#1097)807f77f
cpufeatures: use#[cold]
for initialization code (#1096)030ae1d
wycheproof2blb: secp256k1 with P1363 format (#1092)8a652e2
dbl v0.4.0-rc.0 (#1094)599265d
inout v0.2.0-rc.0 (#1093)c73d0cb
block-padding v0.4.0-rc.0 (#1091)ceafc45
block-buffer v0.11.0-rc.0 (#1090)dffbcfe
block-buffer: bumpcrypto-common
to v0.2.0-rc.0 (#1088)a997e3f
cmov: fixsize_of
warning on Rust 1.80 (#1089)3867a73
bump hybrid-array from 0.2.0-rc.8 to 0.2.0-rc.9 (#1085)Updates
indexmap
from 2.3.0 to 2.4.0Changelog
Sourced from indexmap's changelog.
Commits
b66bbfe
Merge pull request #337 from cuviper/appenda288bf3
Add a README note forordermap
0b2b4b9
Release 2.4.08c0a1cd
Addappend
methodsUpdates
js-sys
from 0.3.69 to 0.3.70Commits
Updates
libc
from 0.2.155 to 0.2.158Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
c809c58
Merge pull request #3857 from rust-lang/release-plz-2024-08-19T05-21-04Z0d28de5
Update CHANGELOG.md284bd9e
chore: release2682681
Merge pull request #3856 from tgross35/backport-wasi-fix71440ab
[wasi] Add use core::iter::Iterator;6637dbe
Merge pull request #3830 from rust-lang/release-plz-2024-08-15T20-50-10Z51d81e3
Update CHANGELOG.md217b2ab
chore: release6d2b8a0
Merge pull request #3852 from tgross35/backport-onion64ee9df
Merge pull request #3851 from tgross35/backport-romaineUpdates
mio
from 1.0.1 to 1.0.2Changelog
Sourced from mio's changelog.
Commits
e66deb9
Release v1.0.259c5da6
Fix Hermit build38d1946
fixup! Copy illumos waker pipe work around to eventfd619c909
Copy illumos waker pipe work around to eventfdUpdates
serde_derive
from 1.0.206 to 1.0.208Release notes
Sourced from serde_derive's releases.
Commits
026e91a
Release 1.0.208bfbedac
Merge pull request #2802 from jonhoo/flatten-unit-struct4036ff8
Support (de-)serializing flattened unit struct1b4da41
Release 1.0.207f61d452
Touch up PR 2795f986609
Merge pull request #2795 from Mingun/has-flatten-rework77a6a9d
Take into account only not skipped flatten fields when choose serialization form547d843
Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...005cb84
Fail with an understandable message is number of fields for serialization is ...fd5b5e9
Correctly calculatehas_flatten
attribute in all cases for deserializationUpdates
syn
from 2.0.74 to 2.0.75Release notes
Sourced from syn's releases.
Commits
d1746fe
Release 2.0.75b693682
Merge pull request #1722 from dtolnay/exprpathe459ee7
Insert turbofish into paths in expression position3bb65aa
Add mod-style printing for paths that cannot contain generic argsae8c84a
Handwrite ToTokens impl for Meta5dbfeae
Name the expr_style argument at all call sites of path::parsing::qpathUpdates
tower-layer
from 0.3.2 to 0.3.3Release notes
Sourced from tower-layer's releases.
Commits
fec9e55
tower-layer: drop versions from dev dependencies (#782)646804d
chore: prepare to release tower-0.5.0, tower-layer-0.3.3, tower-service-0.3.3...7202cfe
chore: fix a few typos (#780)85080a5
use workspace dependencies for tower (#778)88a7d3e
fix warnings found when running check/doc commands (#779)a6e98a7
chore: update GitHub Actions CI (#740)74e925d
chore: fix spelling errors (#775)89ac74f
feat: Make new functions const when possible (#760)032d17f
ensure that re-exported symbols show feature label in root (#754)05a0a25
Upgrade to indexmap v2 (MSRV 1.63) (#741)Updates
tower-service
from 0.3.2 to 0.3.3Commits
646804d
chore: prepare to release tower-0.5.0, tower-layer-0.3.3, tower-service-0.3.3...7202cfe
chore: fix a few typos (#780)85080a5
use workspace dependencies for tower (#778)88a7d3e
fix warnings found when running check/doc commands (#779)a6e98a7
chore: update GitHub Actions CI (#740)74e925d
chore: fix spelling errors (#775)89ac74f
feat: Make new functions const when possible (#760)032d17f
ensure that re-exported symbols show feature label in root (#754)05a0a25
Upgrade to indexmap v2 (MSRV 1.63) (#741)7d723eb
remove generic parameters from Reconnect::new (#755)Updates
wasm-bindgen
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
bf9807c
Prepare v0.2.93 release (#4072)f4176da
Use Taplo for TOML formatting (#4071)343af0e
Add Dependabot (#4069)e845f51
Use object URLs for inlined linked modules (#4067)5d45bd6
Fix test coverage documentation (#4064)d3872f1
Handle empty coverage report (#4063)031fe89
Improve the CI runtime, take two (#4058)402dae7
Experimental test coverage support (#4060)9a584e9
Update WebGPU (#4062)2ea6ab1
Improve the CI runtime (#4056)Updates
wasm-bindgen-backend
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen-backend's changelog.
... (truncated)
Commits
bf9807c
Prepare v0.2.93 release (#4072)f4176da
Use Taplo for TOML formatting (#4071)e845f51
Use object URLs for inlined linked modules (#4067)d3872f1
Handle empty coverage report (#4063)031fe89
Improve the CI runtime, take two (#4058)402dae7
Experimental test coverage support (#4060)9a584e9
Update WebGPU (#4062)2ea6ab1
Improve the CI runtime (#4056)acfd1ee
DeprecateJsStatic
in favor of#[wasm_bindgen(thread_local)]
(#4057)0b1cce6
Add importing strings asJsString
(#4055)Updates
wasm-bindgen-futures
from 0.4.42 to 0.4.43Commits
Updates
wasm-bindgen-macro
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen-macro's changelog.
... (truncated)
Commits