-
-
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 34 updates #3592
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 34 updates: | Package | From | To | | --- | --- | --- | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.69` | `1.0.78` | | [quote](https://github.com/dtolnay/quote) | `1.0.33` | `1.0.35` | | [syn](https://github.com/dtolnay/syn) | `2.0.38` | `2.0.48` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.85` | `1.0.89` | | [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.90` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [once_cell](https://github.com/matklad/once_cell) | `1.18.0` | `1.19.0` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.15` | `0.2.16` | | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.64` | `0.3.67` | | [gloo](https://github.com/rustwasm/gloo) | `0.10.0` | `0.11.0` | | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.64` | `0.3.67` | | [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) | `0.3.37` | `0.3.40` | | [indexmap](https://github.com/bluss/indexmap) | `2.0.2` | `2.1.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.50` | `1.0.56` | | [tokio](https://github.com/tokio-rs/tokio) | `1.33.0` | `1.35.1` | | [divan](https://github.com/nvzqz/divan) | `0.1.1` | `0.1.11` | | [getrandom](https://github.com/rust-random/getrandom) | `0.2.10` | `0.2.12` | | [tabled](https://github.com/zhiburt/tabled) | `0.14.0` | `0.15.0` | | [clap](https://github.com/clap-rs/clap) | `4.4.7` | `4.4.18` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.79` | | [chrono](https://github.com/chronotope/chrono) | `0.4.31` | `0.4.33` | | [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.3` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.22` | `0.11.23` | | [semver](https://github.com/dtolnay/semver) | `1.0.20` | `1.0.21` | | [gloo-net](https://github.com/rustwasm/gloo) | `0.4.0` | `0.5.0` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.5` | `0.21.7` | | [fake](https://github.com/cksac/fake-rs) | `2.9.1` | `2.9.2` | | [time](https://github.com/time-rs/time) | `0.3.30` | `0.3.31` | | [uuid](https://github.com/uuid-rs/uuid) | `1.5.0` | `1.7.0` | | [axum](https://github.com/tokio-rs/axum) | `0.6.20` | `0.7.4` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.3.5` | `0.5.1` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.10.0` | `0.10.2` | | [hyper](https://github.com/hyperium/hyper) | `0.14.27` | `1.1.0` | Updates `proc-macro2` from 1.0.69 to 1.0.78 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.69...1.0.78) Updates `quote` from 1.0.33 to 1.0.35 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.33...1.0.35) Updates `syn` from 2.0.38 to 2.0.48 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.38...2.0.48) Updates `trybuild` from 1.0.85 to 1.0.89 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.85...1.0.89) 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.90 - [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.90) Updates `futures` from 0.3.29 to 0.3.30 - [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.29...0.3.30) Updates `once_cell` from 1.18.0 to 1.19.0 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.18.0...v1.19.0) Updates `prettyplease` from 0.2.15 to 0.2.16 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](dtolnay/prettyplease@0.2.15...0.2.16) Updates `js-sys` from 0.3.64 to 0.3.67 - [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 `gloo` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/gloo/commits) Updates `web-sys` from 0.3.64 to 0.3.67 - [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.40 - [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/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.0.2...2.1.0) Updates `thiserror` from 1.0.50 to 1.0.56 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.50...1.0.56) Updates `tokio` from 1.33.0 to 1.35.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.35.1) Updates `divan` from 0.1.1 to 0.1.11 - [Changelog](https://github.com/nvzqz/divan/blob/main/CHANGELOG.md) - [Commits](nvzqz/divan@v0.1.1...v0.1.11) Updates `getrandom` from 0.2.10 to 0.2.12 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.10...v0.2.12) Updates `tabled` from 0.14.0 to 0.15.0 - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](zhiburt/tabled@v0.14.0...v0.15.0) Updates `clap` from 4.4.7 to 4.4.18 - [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.4.7...v4.4.18) Updates `anyhow` from 1.0.75 to 1.0.79 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.75...1.0.79) Updates `chrono` from 0.4.31 to 0.4.33 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.31...v0.4.33) Updates `regex` from 1.10.2 to 1.10.3 - [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.10.2...1.10.3) Updates `reqwest` from 0.11.22 to 0.11.23 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.22...v0.11.23) Updates `semver` from 1.0.20 to 1.0.21 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.20...1.0.21) Updates `gloo-net` from 0.4.0 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@0.4.0...0.5.0) Updates `base64` from 0.21.5 to 0.21.7 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.5...v0.21.7) Updates `fake` from 2.9.1 to 2.9.2 - [Commits](https://github.com/cksac/fake-rs/commits) Updates `time` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.30...v0.3.31) Updates `uuid` from 1.5.0 to 1.7.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.5.0...1.7.0) Updates `axum` from 0.6.20 to 0.7.4 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.6.20...axum-v0.7.4) Updates `tower-http` from 0.3.5 to 0.5.1 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.3.5...tower-http-0.5.1) Updates `env_logger` from 0.10.0 to 0.10.2 - [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.2) Updates `hyper` from 0.14.27 to 1.1.0 - [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.1.0) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: trybuild 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: futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: prettyplease 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: gloo dependency-type: direct:production update-type: version-update:semver-minor 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: thiserror 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: tabled dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: gloo-net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: fake dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor 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]>
Benchmark - coreYew Master
Pull Request
|
Visit the preview URL for this PR (updated for commit f3910ac): https://yew-rs-api--pr3592-dependabot-cargo-car-nn72r6wj.web.app (expires Fri, 02 Feb 2024 04:18:50 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Benchmark - SSRYew Master
Pull Request
|
Size Comparison
✅ None of the examples has changed their size significantly. |
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 34 updates:
1.0.69
1.0.78
1.0.33
1.0.35
2.0.38
2.0.48
1.0.85
1.0.89
0.4.1
0.5.0
0.2.87
0.2.90
0.3.29
0.3.30
1.18.0
1.19.0
0.2.15
0.2.16
0.3.64
0.3.67
0.10.0
0.11.0
0.3.64
0.3.67
0.3.37
0.3.40
2.0.2
2.1.0
1.0.50
1.0.56
1.33.0
1.35.1
0.1.1
0.1.11
0.2.10
0.2.12
0.14.0
0.15.0
4.4.7
4.4.18
1.0.75
1.0.79
0.4.31
0.4.33
1.10.2
1.10.3
0.11.22
0.11.23
1.0.20
1.0.21
0.4.0
0.5.0
0.21.5
0.21.7
2.9.1
2.9.2
0.3.30
0.3.31
1.5.0
1.7.0
0.6.20
0.7.4
0.3.5
0.5.1
0.10.0
0.10.2
0.14.27
1.1.0
Updates
proc-macro2
from 1.0.69 to 1.0.78Release notes
Sourced from proc-macro2's releases.
Commits
d850a1d
Release 1.0.786cefaec
Merge pull request #442 from dtolnay/byterange1082767
Expose Span::byte_rangeda1be4d
Release 1.0.7769fee37
Merge pull request #440 from dtolnay/example66a3ef0
Raise minimum tested compiler to 1.63d2441c3
Add example code for invalidate_current_thread_spans43011bf
Ensure invalidate_current_thread_spans has docs even if proc-macro disabled7e7bb0f
Improve documentation of invalidate_current_thread_spans64778fc
Move invalidate_current_thread_spans to proc_macro2::extraUpdates
quote
from 1.0.33 to 1.0.35Release notes
Sourced from quote's releases.
Commits
b01743f
Release 1.0.3557851d7
Pull in proc-macro2 sccache fixc777ce6
Release 1.0.34e9cb3c2
Pull in proc-macro2 build script improvementf8fc16d
Test docs.rs documentation build in CI3a9d31f
Update actions/checkout@v3 -> v4fe2dec4
Merge pull request #262 from dtolnay/syn25d33628
Update syn 1.0 link to syn 2.0Updates
syn
from 2.0.38 to 2.0.48Release notes
Sourced from syn's releases.
Commits
5e16fc2
Release 2.0.48dc40084
Merge pull request #1578 from dtolnay/elseblock82fcefc
Fix error message on unexpected token after 'else'e8a5c68
Merge pull request #1576 from dtolnay/exhaustive97b1df6
Pick up changes to non_exhaustive_omitted_patterns lint2c96972
Release 2.0.47845e295
Pull in proc-macro2 LexError fix36e50fa
Merge pull request #1575 from dtolnay/lexerror7b3286a
Preserve LexError's Display representation in syn::Error1650c86
Release 2.0.46Updates
trybuild
from 1.0.85 to 1.0.89Release notes
Sourced from trybuild's releases.
Commits
e8dfc24
Release 1.0.890d77118
Merge pull request #255 from dtolnay/rebuild7fd4570
Force rebuild on new files in tests directory840b110
Merge pull request #254 from dtolnay/builddate7126507
Normalize compiler build date note94a33cb
Add test of compiler build date note52caff6
Release 1.0.880321a01
Merge pull request #253 from dtolnay/deadflockb720ee6
Work around dead_code warning in flock implementation0081291
Release 1.0.87Updates
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.90Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
adcf778
Bump versions & update changelog for 0.2.90 release (#3763)a3332e4
CI fix for Rust 1.75 (#3761)c0ee195
StabilizeQueuingStrategy
(#3753)0069b66
Add unstable bindings for the Compression Streams API (#3752)a070715
Add bindings forHTMLFormElement.requestSubmit()
(#3747)cc9a219
Fix JS shim default path detection for the no-modules target (#3748)185e9db
Stabilize File System API (#3745)bb94567
Point to component model instead of host bindings (#3746)a5d2539
ImplementRTCRtpSender.getCapabilities
method (#3737)cfe3dc2
Add a test runner to two of the typescript tests to actually run them (#3704)Updates
futures
from 0.3.29 to 0.3.30Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
de1a0fd
Release 0.3.3068d2845
Remove a redundant space in example (#2816)fdd2ce7
Fix broken link inCopyBufAbortable
docs (#2815)272a3c7
Use cfg(target_has_atomic) on no-std targetsc179201
FillBuf: Do not call poll_fill_buf twicee6735f3
FuturesUnordered: Fix clear implementation04d01a0
FuturesOrdered: Use 64-bit indexe4aa659
remove redundant impl Unpin17851c1
provide a mechanism to determine if io read/write halves are from the same st...4910799
provide a non-destructive mechanism to determine if a sink/stream are pairedUpdates
once_cell
from 1.18.0 to 1.19.0Changelog
Sourced from once_cell's changelog.
Commits
c48d3c2
Merge pull request #251 from taks/portable-atomic8211d80
Fix CI2715aa9
v1.19.0dffcae4
Fix CIde4cd9d
Revert atomic-polyfill featuree26736f
Fix CI5f88676
Use portable_atomic instead of atomic-polyfill874f937
clarify that MSRV does bump the minor version3cd6549
Merge #245a2eabc9
Add--generate-link-to-definition
option when building on docs.rsUpdates
prettyplease
from 0.2.15 to 0.2.16Release notes
Sourced from prettyplease's releases.
Commits
380c7b8
Release 0.2.167b9b350
Pull in proc-macro2 sccache fix987bea1
Merge pull request #65 from dtolnay/testmatchguarde5e9511
Add test of parenthesization of struct lit in match guardae86c8c
Merge pull request #64 from dtolnay/groupedacdc42e
Look into invisible delimiters to determine exterior struct litb2f30c7
Merge pull request #63 from dtolnay/structcond1575443
Add test of automatic parenthesization of braced structs in cond11ebfab
Format with new rustfmt that handles let-else91033e8
Give a variable name before passing boolean argUpdates
js-sys
from 0.3.64 to 0.3.67Commits
Updates
gloo
from 0.10.0 to 0.11.0Commits
Updates
web-sys
from 0.3.64 to 0.3.67Commits
Updates
wasm-bindgen-test
from 0.3.37 to 0.3.40Commits
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
thiserror
from 1.0.50 to 1.0.56Release notes
Sourced from thiserror's releases.
Commits
77d0af4
Release 1.0.56d4caabd
Pull in proc-macro2 sccache fix6089273
Release 1.0.55322a2ae
Merge pull request #280 from dtolnay/depinfofd7d7a5
Emit dep-info for probe.rs in case sccache needs it447c328
Release 1.0.544619db8
Merge pull request #279 from dtolnay/depinfo7b53bff
Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-infoe0500ad
Merge pull request #277 from dtolnay/nightlyci48cea47
Make CI verify that error_generic_member_access works in latest nightlyUpdates
tokio
from 1.33.0 to 1.35.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
46ff363
chore: prepare Tokio v1.35.1 (#6230)0a1695e
Merge 'tokio-1.32.1' into 'tokio-1.35.x' (#6229)c4f0178
chore: prepare Tokio v1.32.1 (#6228)22b3a65
Merge 'tokio-1.25.3' into 'tokio-1.32.x' (#6227)0d36233
chore: release v1.25.3 (#6223)ab7313f
io: add budgeting to tokio::runtime::io::registration::async_io (#6221)92a3455
chore: prepare Tokio v1.35.0 (#6197)1968565
chore: use relaxed load for unsync_load (#6203)c9273f1
sync: improve safety comments forWakeList
(#6200)e05d0f8
changelog: fix missing link for 1.8.2 (#6199)Updates
divan
from 0.1.1 to 0.1.11Changelog
Sourced from divan's changelog.
Commits
e1d53ef
Release v0.1.1188ad85c
Fixargs
negative number sorting981e96b
Release v0.1.10ab190d8
Fixargs
number sorting to matchconsts
04ee651
Release v0.1.90fce2c4
Consider maximum span of runtime argument names75b958c
Sort and filter runtime argumentsbc0a5ba
Optimize string runtime argument namesdc4c9d1
Initial support of runtime argumentsf791b05
Add memoized fibonacci example benchmarksUpdates
getrandom
from 0.2.10 to 0.2.12Changelog
Sourced from getrandom's changelog.
Commits
f68a940
Release v0.2.12 (#389)5fe3c8e
Raise minimum supported Apple OS versions (#388)8aa4efb
Document platform support policy (#387)7249e6e
Improve robustness of the Hermit backend andsys_fill_exact
(#386)169944f
Fix custom backend for targets without atomics (#385)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)Updates
tabled
from 0.14.0 to 0.15.0Changelog
Sourced from tabled's changelog.
Commits
Updates
clap
from 4.4.7 to 4.4.18Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.