-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 cargo-deps group with 16 updates #3531
Closed
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 cargo-deps group with 16 updates: | Package | From | To | | --- | --- | --- | | [syn](https://github.com/dtolnay/syn) | `2.0.38` | `2.0.39` | | [gloo-worker](https://github.com/rustwasm/gloo) | `0.4.1` | `0.5.0` | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.87` | `0.2.88` | | [serde](https://github.com/serde-rs/serde) | `1.0.190` | `1.0.192` | | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.64` | `0.3.65` | | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.64` | `0.3.65` | | [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) | `0.3.37` | `0.3.38` | | [indexmap](https://github.com/bluss/indexmap) | `2.0.2` | `2.1.0` | | [implicit-clone](https://github.com/yewstack/implicit-clone) | `0.4.1` | `0.4.7` | | [tokio](https://github.com/tokio-rs/tokio) | `1.33.0` | `1.34.0` | | [divan](https://github.com/nvzqz/divan) | `0.1.1` | `0.1.2` | | [getrandom](https://github.com/rust-random/getrandom) | `0.2.10` | `0.2.11` | | [serde_json](https://github.com/serde-rs/json) | `1.0.107` | `1.0.108` | | [clap](https://github.com/clap-rs/clap) | `4.4.7` | `4.4.8` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.10.0` | `0.10.1` | | [hyper](https://github.com/hyperium/hyper) | `0.14.27` | `1.0.1` | Updates `syn` from 2.0.38 to 2.0.39 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.38...2.0.39) Updates `gloo-worker` from 0.4.1 to 0.5.0 - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md) - [Commits](rustwasm/gloo@gloo-worker-v0.4.1...0.5.0) Updates `wasm-bindgen` from 0.2.87 to 0.2.88 - [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.87...0.2.88) Updates `serde` from 1.0.190 to 1.0.192 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.190...v1.0.192) Updates `js-sys` from 0.3.64 to 0.3.65 - [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 `web-sys` from 0.3.64 to 0.3.65 - [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-test` from 0.3.37 to 0.3.38 - [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 `indexmap` from 2.0.2 to 2.1.0 - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.0.2...2.1.0) Updates `implicit-clone` from 0.4.1 to 0.4.7 - [Commits](https://github.com/yewstack/implicit-clone/commits) Updates `tokio` from 1.33.0 to 1.34.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.34.0) Updates `divan` from 0.1.1 to 0.1.2 - [Changelog](https://github.com/nvzqz/divan/blob/main/CHANGELOG.md) - [Commits](nvzqz/divan@v0.1.1...v0.1.2) Updates `getrandom` from 0.2.10 to 0.2.11 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.10...v0.2.11) 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 `clap` from 4.4.7 to 4.4.8 - [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.7...v4.4.8) 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 `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) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: gloo-worker dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: js-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: web-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: wasm-bindgen-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: implicit-clone dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: divan dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Nov 17, 2023
Visit the preview URL for this PR (updated for commit 26ae601): https://yew-rs-api--pr3531-dependabot-cargo-car-3nj3da0k.web.app (expires Fri, 24 Nov 2023 03:43:15 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Benchmark - coreYew Master
Pull Request
|
Size Comparison
|
Benchmark - SSRYew Master
Pull Request
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 cargo-deps group with 16 updates:
2.0.38
2.0.39
0.4.1
0.5.0
0.2.87
0.2.88
1.0.190
1.0.192
0.3.64
0.3.65
0.3.64
0.3.65
0.3.37
0.3.38
2.0.2
2.1.0
0.4.1
0.4.7
1.33.0
1.34.0
0.1.1
0.1.2
0.2.10
0.2.11
1.0.107
1.0.108
4.4.7
4.4.8
0.10.0
0.10.1
0.14.27
1.0.1
Updates
syn
from 2.0.38 to 2.0.39Release notes
Sourced from syn's releases.
Commits
924217c
Release 2.0.3995aeeb5
Merge pull request #1531 from dtolnay/breaklabelb88f86f
Ignore single_element_loop clippy lint in testa876185
Improve error on break followed by labeled loop32ab979
Add test of ambiguous label parsing in break6f658f8
Merge pull request #1530 from dtolnay/canbeginexpr20497e1
More precise decision to parse expression after return keywordc6a651a
Update name of ExprReturn parse function to match variant namec274590
Indicate that peek argument refers to syn::Ident3e67cb0
Merge pull request #1529 from dtolnay/upUpdates
gloo-worker
from 0.4.1 to 0.5.0Release notes
Sourced from gloo-worker's releases.
Changelog
Sourced from gloo-worker's changelog.
... (truncated)
Commits
30193c3
0.5.0e0603ac
Memory-based History (#178)816b8f1
Hash-based History type & Unified Location. (#177)2245cd9
Add BrowserHistory and BrowserLocation (#171)91eb9e0
Fixesconsole_dbg!
andconsole!
expression output. Bold src info. (#174)4fb4eb3
0.4.2d56d2ad
0.4.12f45901
Add console_dbg macro (#170)a99fcbd
Add sleep. (#163)5b67085
utils: Add body() and document_element() getters (#161)Updates
wasm-bindgen
from 0.2.87 to 0.2.88Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
0b5f0ee
Bump versions for v0.2.88 (#3676)bd596dc
Configure git in bump workflow (#3675)ef7ad00
Add workflow to bump versions and create releases (#3674)a03d23b
Updated Notification APIs (#3667)54f22ee
Return an error if there are two enums with the same name (#3669)561d3c0
Update node from 16 to 20 (#3666)2e9ff5d
Addrust-toolchain.toml
to raytracing example (#3607)3d2f392
Bump MSRV to v1.57 (#3657)cb64552
use Vec's try_reserve_exact method (#3656)84b735c
Add missing changelog for #3655Updates
serde
from 1.0.190 to 1.0.192Release notes
Sourced from serde's releases.
Commits
4676abd
Release 1.0.19235700eb
Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged59892e7
Release 1.0.19197dd07a
Merge pull request #2647 from dtolnay/doccfgc8bc97c
Document "rc" and "unstable" features on docs.rs9dacfbb
Fill in more doc(cfg) attributes05c2509
Relocate cfg attrs into deref_impl64f949b
Relocate cfg attrs into parse_ip_impl and parse_socket_impl3f339de
Relocate cfg attrs into seq_impl and map_impl215c2b7
Relocate cfg attrs into forwarded_impl macroUpdates
js-sys
from 0.3.64 to 0.3.65Commits
Updates
web-sys
from 0.3.64 to 0.3.65Commits
Updates
wasm-bindgen-test
from 0.3.37 to 0.3.38Commits
Updates
indexmap
from 2.0.2 to 2.1.0Changelog
Sourced from indexmap's changelog.
Commits
ff49792
Merge pull request #283 from cuviper/release-2.1.0f1ea007
Release 2.1.0cd641d2
Merge pull request #282 from Eh2406/binary_search7326a6e
Re-wrap the binary search docseec4c43
Add plain binary search to maps and sets too1350db6
Capitalize "see" in binary search docs3263c0f
fix wording0d5ee80
Merge pull request #278 from cuviper/slice-newd93534f
add tests348b42f
add binary_search and friendsUpdates
implicit-clone
from 0.4.1 to 0.4.7Commits
Updates
tokio
from 1.33.0 to 1.34.0Release notes
Sourced from tokio's releases.
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
divan
from 0.1.1 to 0.1.2Changelog
Sourced from divan's changelog.
Commits
14aa618
Release v0.1.27d76bc3
Fix multi-thread affinityUpdates
getrandom
from 0.2.10 to 0.2.11Changelog
Sourced from getrandom's changelog.
Commits
baf2198
Update README.md to have correct build status badge (#382)853c1dc
Release v0.2.11 (#379)4c094c3
Add workaround for cross-rs/cross#1345 (#380)8476c44
Add GNU/Hurd support (#370)35808a4
Update broken link to hermit docs (#374)8c8ca32
CI: replace MIPS cross tests with PPC32 (#372)1308930
custom: rename __getrandom_internal to follow Rust conventions (#369)Updates
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
clap
from 4.4.7 to 4.4.8Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
3aeea91
chore: Release1add9a7
docs: Update changelog6b2a2cc
Merge pull request #5206 from epage/flatten9c0f7a7
fix(help): Recurse help flattening4bef91c
refactor(help): Pull out flat subcommandsc9a7ef0
fix(help): Gloss over globals with flatten9e5f93d
fix(help): Be consistent in long/short help66d2bcb
feat(help): Allow flattening help3383242
Merge pull request #5205 from epage/flatten-refactorcaf5cdc
feat(help): Allow flattening usageUpdates
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
hyper
from 0.14.27 to 1.0.1Release notes
Sourced from hyper's releases.
... (truncated)
Changelog
Sourced from hyper's changelog.
... (truncated)
Commits
2954280
v1.0.17161f56
feat(rt): Make ReadBuf::new publicb855475
refactor(proto): use derive macro to implement Default for KA823d2cb
refactor(lib): remove redundant field name33e1cbe
refactor(lib): remove unneeded returnb7e8f88
refactor(lib): remove unused cfg conditiondd6d81c
fix(rt): implement Read/Write for Pin<P> (#3413)a475ada
docs(examples): update dependencies sectionf1bb2aa
chore(ci): add minimal versions checking931aee7
chore(dependencies): relax minimum tokio version to 1Dependabot 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