gloo
gloo copied to clipboard
chore(deps): bump the cargo-deps group with 28 updates
Bumps the cargo-deps group with 28 updates:
Package | From | To |
---|---|---|
wasm-bindgen | 0.2.89 |
0.2.92 |
js-sys | 0.3.66 |
0.3.69 |
futures-core | 0.3.29 |
0.3.30 |
futures-channel | 0.3.29 |
0.3.30 |
wasm-bindgen-futures | 0.4.39 |
0.4.42 |
wasm-bindgen-test | 0.3.39 |
0.3.42 |
futures-util | 0.3.29 |
0.3.30 |
web-sys | 0.3.66 |
0.3.69 |
futures | 0.3.29 |
0.3.30 |
futures-sink | 0.3.29 |
0.3.30 |
futures-io | 0.3.29 |
0.3.30 |
thiserror | 1.0.50 |
1.0.58 |
serde | 1.0.193 |
1.0.197 |
serde_json | 1.0.108 |
1.0.114 |
pin-project | 1.1.3 |
1.1.5 |
chrono | 0.4.31 |
0.4.35 |
serde_derive | 1.0.193 |
1.0.197 |
serde-wasm-bindgen | 0.6.1 |
0.6.5 |
getrandom | 0.2.11 |
0.2.12 |
proc-macro-crate | 1.3.1 |
3.1.0 |
proc-macro2 | 1.0.70 |
1.0.79 |
quote | 1.0.33 |
1.0.35 |
syn | 2.0.39 |
2.0.52 |
trybuild | 1.0.85 |
1.0.89 |
pulldown-cmark | 0.9.3 |
0.10.0 |
tokio | 1.35.0 |
1.36.0 |
wasm-streams | 0.3.0 |
0.4.0 |
yew | 0.20.0 |
0.21.0 |
Updates wasm-bindgen
from 0.2.89 to 0.2.92
Changelog
Sourced from wasm-bindgen's changelog.
0.2.92
Released 2024-03-04
Added
Add bindings for
RTCPeerConnectionIceErrorEvent
. #3835Add bindings for
CanvasState.reset()
, affectingCanvasRenderingContext2D
andOffscreenCanvasRenderingContext2D
. #3844Add
TryFrom
implementations forNumber
, that allow losslessly converting from 64- and 128-bits numbers. #3847Add support for
Option<*const T>
,Option<*mut T>
andNonNull<T>
. #3852 #3857Allow overriding the URL used for headless tests by setting
WASM_BINDGEN_TEST_ADDRESS
. #3861Fixed
Make .wasm output deterministic when using
--reference-types
. #3851Don't allow invalid Unicode scalar values in
char
. #3866
0.2.91
Released 2024-02-06
Added
Added bindings for the
RTCRtpTransceiver.setCodecPreferences()
and unstable bindings for theRTCRtpEncodingParameters.scalabilityMode
. #3828Add unstable bindings for the FileSystemAccess API #3810
Added support for running tests in shared and service workers with
wasm_bindgen_test_configure!
run_in_shared_worker
andrun_in_service_worker
. #3804Accept the
--skip
flag withwasm-bindgen-test-runner
. #3803
... (truncated)
Commits
2a4a493
Prepare v0.2.92 release (#3869)8e992dc
Don't allow invalid Unicode scalar values inchar
(#3866)807bdb4
Revert "Allow using'static
lifetimes in functions (#3856)" (#3865)983ec57
AddNonNull\<T>
as parameter (#3857)0095fa7
Allow overriding headless test URL (#3861)0023077
Update passing-rust-closures-to-js.md (#3859)b9ccb8f
Allow using'static
lifetimes in functions (#3856)c80bf9a
Add support forOption\<*const T>
,Option\<*mut T>
andNonNull\<T>
(#3852)0c09e15
Fix CI (#3853)557e2e6
Introduce impl TryFrom for Number that succeeds iff the value is within the s...- Additional commits viewable in compare view
Updates js-sys
from 0.3.66 to 0.3.69
Commits
- See full diff in compare view
Updates futures-core
from 0.3.29 to 0.3.30
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 paired- Additional commits viewable in compare view
Updates futures-channel
from 0.3.29 to 0.3.30
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 paired- Additional commits viewable in compare view
Updates wasm-bindgen-futures
from 0.4.39 to 0.4.42
Commits
- See full diff in compare view
Updates wasm-bindgen-test
from 0.3.39 to 0.3.42
Commits
- See full diff in compare view
Updates futures-util
from 0.3.29 to 0.3.30
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 paired- Additional commits viewable in compare view
Updates web-sys
from 0.3.66 to 0.3.69
Commits
- See full diff in compare view
Updates futures
from 0.3.29 to 0.3.30
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 paired- Additional commits viewable in compare view
Updates futures-sink
from 0.3.29 to 0.3.30
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 paired- Additional commits viewable in compare view
Updates futures-io
from 0.3.29 to 0.3.30
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 paired- Additional commits viewable in compare view
Updates thiserror
from 1.0.50 to 1.0.58
Release notes
Sourced from thiserror's releases.
1.0.58
- Make backtrace support available when using -Dwarnings (#292)
1.0.57
- Generate more efficient
Display
impl for error message which do not contain any interpolated value (#286, thanks@nyurik
)1.0.56
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
1.0.55
- Work around improperly cached build script result by sccache – second attempt (#280)
1.0.54
- Work around improperly cached build script result by sccache – first attempt (#279)
1.0.53
- Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#270)
1.0.52
- Fix interaction with RUSTC_BOOTSTRAP (#269)
1.0.51
- Improve diagnostics when an invalid attribute previously caused thiserror to generate no
Error
impl (#266)
Commits
df8bffa
Release 1.0.5814be209
Merge pull request #292 from dtolnay/deadcode15a1d64
Make compatible with -Dwarningsf55a5d2
Ignore mixed_attributes_style clippy lintf770921
Resolve assigning_clones clippy lint1d106b1
Release 1.0.578a5c4d1
Use write_str when args only consists of trailing commaf790bee
Phrase flag in terms of whether core::fmt machinery is requiredd43b759
Ignore needless_raw_string_hashes pedantic clippy lint in testd09c418
Touch up PR 286- Additional commits viewable in compare view
Updates serde
from 1.0.193 to 1.0.197
Release notes
Sourced from serde's releases.
v1.0.197
- Fix unused_imports warnings when compiled by rustc 1.78
- Optimize code size of some Display impls (#2697, thanks
@nyurik
)v1.0.196
- Improve formatting of "invalid type" error messages involving floats (#2682)
v1.0.195
- Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#2671)
v1.0.194
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
Commits
5fa711d
Release 1.0.197f5d8ae4
Resolve prelude redundant import warnings1d54973
Merge pull request #2697 from nyurik/format-strb8fafef
A few minorwrite_str
optimizations and inliningc42ebb8
Update ui test suite to nightly-2024-02-129e68062
Ignore incompatible_msrv clippy lint for conditionally compiled code846f865
Ignore dead_code warnings in testede9762
Release 1.0.196d438c2d
Merge pull request #2682 from dtolnay/decimalpointbef110b
Format Unexpected::Float with decimal point- Additional commits viewable in compare view
Updates serde_json
from 1.0.108 to 1.0.114
Release notes
Sourced from serde_json's releases.
v1.0.114
- Fix unused_imports warnings when compiled by rustc 1.78
v1.0.113
- Add
swap_remove
andshift_remove
methods on Map (#1109)v1.0.112
- Improve formatting of "invalid type" error messages involving floats (#1107)
v1.0.111
v1.0.110
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
v1.0.109
- Documentation improvements
Commits
e1b3a6d
Release 1.0.1146fb7026
Work around prelude redundant import warnings34a04c5
Ignore incompatible_msrv clippy false positives in testca05f69
Remove unused Float::is_sign_negative trait method09d865b
Release 1.0.1135aeab4e
Merge pull request #1109 from serde-rs/removeca3c2ca
Add swap_remove and shift_remove methods on Map7fece96
Release 1.0.1126a6d2bb
Merge pull request #1107 from serde-rs/unexpectedfloat83d7bad
Format f64 in error messages using ryu- Additional commits viewable in compare view
Updates pin-project
from 1.1.3 to 1.1.5
Release notes
Sourced from pin-project's releases.
1.1.5
- Suppress
unused_qualifications
lint in generated code.1.1.4
- Suppress
clippy::missing_docs_in_private_items
andclippy::missing_inline_in_public_items
lints in generated code. (#356, thanks@daxpedda
)
Changelog
Sourced from pin-project's changelog.
[1.1.5] - 2024-03-05
- Suppress
unused_qualifications
lint in generated code.[1.1.4] - 2024-01-25
- Suppress
clippy::missing_docs_in_private_items
andclippy::missing_inline_in_public_items
lints in generated code. (#356, thanks@daxpedda
)
Commits
8630e1a
Release 1.1.578d23fd
Suppress unused_qualifications lint in generated codefd08c71
Ignore more lints at workspace level24597ec
Add link to clippy::thread_local_initializer_can_be_made_const bug report3ad1bd3
tidy: Use yq via venvcb24a63
tests: Fix non_local_definitions warningd42e9cc
tidy: Check TOML formatbf0da83
Revert "Move negative_impls test from run-pass to ui"e1ce805
Update ui test output to nightly-2024-02-07537b60c
Revert "Revert "Revert "Disable dependabot update for Github Actions"""- Additional commits viewable in compare view
Updates chrono
from 0.4.31 to 0.4.35
Release notes
Sourced from chrono's releases.
v0.4.35
Most of our efforts have shifted to improving the API for a 0.5 release, for which cleanups and refactorings are landing on the 0.4.x branch.
The most significant changes in this release are two sets of deprecations.
We deprecated all timestamp-related methods on
NaiveDateTime
. The reason is that a timestamp is defined to be in UTC. TheNaiveDateTime
type doesn't know the offset from UTC, so it was technically wrong to have these methods. The alternative is to use the similar methods on theDateTime<Utc>
type, or from theTimeZone
trait.Converting from
NaiveDateTime
toDateTime<Utc>
is simple with.and_utc()
, and in the other direction with.naive_utc()
.The panicking constructors of
TimeDelta
(the new name of theDuration
type) are deprecated. This was the last part of chrono that defaulted to panicking on error, dating from before rust 1.0.A nice change is that
NaiveDate
now includes a niche. So nowOption<NaiveDate>
,Option<NaiveDateTime>
andOption<DateTime<Tz>>
are the same size as their base types.
format::Numeric
andformat::Fixed
are marked asnon_exhaustive
. This will allow us to improve our formatting and parsing support, and we have reason to believe this breaking change will have little to no impact on users.Additions
Deprecations
- Deprecate timestamp methods on
NaiveDateTime
(#1473)- Deprecate panicking constructors of
TimeDelta
(#1450)Changes/fixes
- Use
NonZeroI32
insideNaiveDate
(#1207)- Mark
format::Numeric
andformat::Fixed
asnon_exhaustive
(#1430)Parsed
fixes to error values (#1439)- Use
overflowing_naive_local
inDateTime::checked_add*
(#1333)- Do complete range checks in
Parsed::set_*
(#1465)Documentation
- Rustfmt doctests (#1452)
- Improve docs for crate features (#1455, thanks
@edmorley
)- Add more documentation and examples to
Parsed
(#1439)Internal
- Refactor
internals
module (#1428, #1429, #1431, #1432, #1433, #1438)- CI: test cross-compiling to
x86_64-unknown-illumos
instead of Solaris (#1437)- CI: lint Windows target, fix clippy warning (#1441)
- CI: only run
cargo hack check
on Linux (#1442)- Update windows-bindgen to 0.54 (#1462, #1483)
- Simplify error value of
parse_internal
(#1459)- Simplify
SerdeError
(#1458)- Simplify
NaiveDate::from_isoywd
a bit (#1464)
... (truncated)
Commits
9fdb596
Prepare 0.4.359e667b6
Deprecate panickingTimeDelta
constructors2c1b0be
Tests: replaceTimeDelta::milliseconds
withtry_milliseconds
2bf3302
Tests: replaceTimeDelta::seconds
withtry_seconds
f93508f
Tests: replaceTimeDelta::minutes
withtry_minutes
9fc931a
Tests: replaceTimeDelta::hours
withtry_hours
9f23c08
Tests: replaceTimeDelta::days
withtry_days
e8f9b5e
Tests: replaceTimeDelta::weeks
withtry_weeks
51a1aa2
Tests: useDays
type when it is more appropriate thanTimeDelta
4251bd1
ReplaceTimeDelta::seconds
withtry_seconds
- Additional commits viewable in compare view
Updates serde_derive
from 1.0.193 to 1.0.197
Release notes
Sourced from serde_derive's releases.
v1.0.197
- Fix unused_imports warnings when compiled by rustc 1.78
- Optimize code size of some Display impls (#2697, thanks
@nyurik
)v1.0.196
- Improve formatting of "invalid type" error messages involving floats (#2682)
v1.0.195
- Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#2671)
v1.0.194
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
Commits
5fa711d
Release 1.0.197f5d8ae4
Resolve prelude redundant import warnings1d54973
Merge pull request #2697 from nyurik/format-strb8fafef
A few minorwrite_str
optimizations and inliningc42ebb8
Update ui test suite to nightly-2024-02-129e68062
Ignore incompatible_msrv clippy lint for conditionally compiled code846f865
Ignore dead_code warnings in testede9762
Release 1.0.196d438c2d
Merge pull request #2682 from dtolnay/decimalpointbef110b
Format Unexpected::Float with decimal point- Additional commits viewable in compare view
Updates serde-wasm-bindgen
from 0.6.1 to 0.6.5
Commits
f073bd4
chore: Release6281985
Fix map roundtrips in untagged enums (#64)b1b73ac
chore: Release03a470d
Add test for field aliasesff11d81
Revert "Use field indices for struct deserialization"e65f027
chore: Release0cf8879
Fix find-replace typo in docsff83666
Fix doc annotation014e415
chore: Release34aab01
Use Wasm target for docs.rs- Additional commits viewable in compare view
Updates getrandom
from 0.2.11 to 0.2.12
Changelog
Sourced from getrandom's changelog.
[0.2.12] - 2024-01-09
Fixed
- Custom backend for targets without atomics #385
Changed
- Improve robustness of the Hermit backend and
sys_fill_exact
#386- Raise minimum supported Apple OS versions to macOS 10.12 and iOS 10 #388
Added
- Document platform support policy #387
#385: rust-random/getrandom#385 #386: rust-random/getrandom#386 #387: rust-random/getrandom#387 #388: rust-random/getrandom#388
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)- See full diff in compare view
Updates proc-macro-crate
from 1.3.1 to 3.1.0
Release notes
Sourced from proc-macro-crate's releases.
v3.0.1
What's Changed
- Support workspace dependencies in the root crate of a workspace by
@Waridley
in bkchr/proc-macro-crate#46- Release 3.0.1 by
@bkchr
in bkchr/proc-macro-crate#49New Contributors
@Waridley
made their first contribution in bkchr/proc-macro-crate#46Full Changelog: https://github.com/bkchr/proc-macro-crate/compare/v3.0.0...v3.0.1
v3.0.0
What's Changed
- Release 3.0.0 by
@bkchr
in bkchr/proc-macro-crate#47Full Changelog: https://github.com/bkchr/proc-macro-crate/compare/v2.0.1...v3.0.0
v2.0.2
Full Changelog: https://github.com/bkchr/proc-macro-crate/compare/v2.0.1...v2.0.2
v2.0.1
What's Changed
- Speedup indexing with vscode + rustanalyzer by
@alexggh
in b...Description has been truncated