v0.6.0 is a breaking change due to updated dependencies.
CHANGELOG
3331a99 Updated Cargo.toml to 0.6.0 and reported breaking changes in the README as was done previously
87e29ce Merge pull request #88 from daniestevez/update-dependencies
6d03bde update dependencies
d5abd6c Merge pull request #83 from jreppnow/patch-1
de35749 use general error type for example in readme.md
700337e Merge pull request #80 from RampedIndent/patch-3
f003b47 Update README.md to address #61
ad0c862 Merge pull request #79 from deg4uss3r/degausser/fix_lints
14906cd Update lints to work with Rust 1.67
d899afe Merge pull request #78 from RampedIndent/patch-2
581cd78 Changed heading level
ae5ccc5 Update README.md
Commits
2c2f9ea Merge pull request #91 from deg4uss3r/master
3331a99 Updated Cargo.toml to 0.6.0 and reported breaking changes in the README as wa...
87e29ce Merge pull request #88 from daniestevez/update-dependencies
Use immutable buffers in SubtleCrypto methods.
#3797
Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker.
#3804
Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods.
#3816
Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection.
#3822
Fixed
Fixed UB when freeing strings received from JS if not using the default allocator.
#3808
Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS.
#3817
Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].
Dependabot 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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 22 updates:
2.0.48
2.0.52
1.0.79
1.0.80
2.0.1
2.1.0
4.4.18
4.5.1
0.5.1
0.6.0
94ead8f
|76facd6
94ead8f
|76facd6
94ead8f
|76facd6
94ead8f
|76facd6
0.3.67
0.3.68
0.4.20
0.4.21
1.0.195
1.0.197
1.0.111
1.0.114
0.2.1
0.3.0
1.35.1
1.36.0
0.2.90
0.2.91
0.4.40
0.4.41
0.7.3
0.7.5
0.3.67
0.3.68
94ead8f
|76facd6
1.0.56
1.0.57
0.2.4
1.0.0
Updates
syn
from 2.0.48 to 2.0.52Release notes
Sourced from syn's releases.
Commits
07ede6a
Release 2.0.52acbcfbc
Merge pull request #1593 from dtolnay/boundary4924a99
Add an expression parser that uses match-arm's boundary rulese06122b
Resolve unnecessary_get_then_check clippy lint018fc5a
Update test suite to nightly-2024-02-275e15a9b
Release 2.0.517e0d4e1
Resolve non_local_definitions warning in debug impls8667ad9
Ignore module_name_repetitions pedantic clippy lint in codegen1fc3200
Update test suite to nightly-2024-02-2607a2065
Update test suite to nightly-2024-02-23Updates
anyhow
from 1.0.79 to 1.0.80Release notes
Sourced from anyhow's releases.
Commits
5443719
Release 1.0.80dfc7bc0
Work around prelude redundant import warnings6e4f86b
Import from alloc not std, where possiblef885a13
Ignore incompatible_msrv clippy false positives in testfefbcbc
Ignore incompatible_msrv clippy lint78f2d81
Update ui test suite to nightly-2024-02-08edd88d3
Update ui test suite to nightly-2024-01-31Updates
async-process
from 2.0.1 to 2.1.0Release notes
Sourced from async-process's releases.
Changelog
Sourced from async-process's changelog.
Commits
ed17f53
v2.1.0b6c1dde
chore: Bump event-listener to v5.1.035a77ff
m: Port to event-listener v5.0.0Updates
clap
from 4.4.18 to 4.5.1Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
0c01b55
chore: Release08e0b5b
docs: Update changelogf2c4e6e
Merge pull request #5359 from poliorcetics/ab/push-szymvyzpmnqxe782775
fix(complete): Handle newlines in command/arg descriptionsfba7c85
test(complete): Show newline issue8a7a13a
chore: Release7b3a3e1
docs: Update changelog7b624ca
Merge pull request #5356 from epage/escape446328a
fix(error): Include -- in more cases7de6df8
test(error): Show existing last behaviorUpdates
confy
from 0.5.1 to 0.6.0Release notes
Sourced from confy's releases.
Commits
2c2f9ea
Merge pull request #91 from deg4uss3r/master3331a99
Updated Cargo.toml to 0.6.0 and reported breaking changes in the README as wa...87e29ce
Merge pull request #88 from daniestevez/update-dependencies6d03bde
update dependenciesd5abd6c
Merge pull request #83 from jreppnow/patch-1de35749
use general error type for example in readme.md700337e
Merge pull request #80 from RampedIndent/patch-3f003b47
Update README.md to address #61ad0c862
Merge pull request #79 from deg4uss3r/degausser/fix_lints14906cd
Update lints to work with Rust 1.67Updates
dioxus
from94ead8f
to76facd6
Commits
76facd6
Add use_shared_lockea616f6
Make 'UseAsyncLock' hookf643d44
Make 'UseLock' hook417cea7
Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-buildb1f617a
Merge pull request #1899 from Andrew15-5/fix-router-macro-typocb9a435
Merge pull request #1900 from Andrew15-5/add-short-release-option009238b
feat(cli): added shortrelease
build option8beb3c7
chore(docs): fixed typo in router-macro62b0f87
fix(build): now fullstack client uses correct configa3d6e9d
fix hotreload cfg on release buildsUpdates
dioxus-desktop
from94ead8f
to76facd6
Commits
76facd6
Add use_shared_lockea616f6
Make 'UseAsyncLock' hookf643d44
Make 'UseLock' hook417cea7
Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-buildb1f617a
Merge pull request #1899 from Andrew15-5/fix-router-macro-typocb9a435
Merge pull request #1900 from Andrew15-5/add-short-release-option009238b
feat(cli): added shortrelease
build option8beb3c7
chore(docs): fixed typo in router-macro62b0f87
fix(build): now fullstack client uses correct configa3d6e9d
fix hotreload cfg on release buildsUpdates
dioxus-fullstack
from94ead8f
to76facd6
Commits
76facd6
Add use_shared_lockea616f6
Make 'UseAsyncLock' hookf643d44
Make 'UseLock' hook417cea7
Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-buildb1f617a
Merge pull request #1899 from Andrew15-5/fix-router-macro-typocb9a435
Merge pull request #1900 from Andrew15-5/add-short-release-option009238b
feat(cli): added shortrelease
build option8beb3c7
chore(docs): fixed typo in router-macro62b0f87
fix(build): now fullstack client uses correct configa3d6e9d
fix hotreload cfg on release buildsUpdates
dioxus-web
from94ead8f
to76facd6
Commits
76facd6
Add use_shared_lockea616f6
Make 'UseAsyncLock' hookf643d44
Make 'UseLock' hook417cea7
Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-buildb1f617a
Merge pull request #1899 from Andrew15-5/fix-router-macro-typocb9a435
Merge pull request #1900 from Andrew15-5/add-short-release-option009238b
feat(cli): added shortrelease
build option8beb3c7
chore(docs): fixed typo in router-macro62b0f87
fix(build): now fullstack client uses correct configa3d6e9d
fix hotreload cfg on release buildsUpdates
js-sys
from 0.3.67 to 0.3.68Commits
Updates
log
from 0.4.20 to 0.4.21Changelog
Sourced from log's changelog.
Commits
3ccdc28
Merge pull request #617 from rust-lang/cargo/0.4.216153cb2
prepare for 0.4.21 releasef0f7494
Merge pull request #613 from rust-lang/feat/kv-cleanup2b220bf
clean up structured logging example646e9ab
use original Visitor name for VisitValuecf85c38
add needed subfeatures to kv_unstable73e9539
fix up capturing of :err31bb4b0
move error macros togetherad91711
support field shorthand in macros90a347b
restore removed APIs as deprecatedUpdates
serde
from 1.0.195 to 1.0.197Release notes
Sourced from serde's releases.
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 pointUpdates
serde_json
from 1.0.111 to 1.0.114Release notes
Sourced from serde_json's releases.
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 ryuUpdates
tokio-tungstenite-wasm
from 0.2.1 to 0.3.0Commits
b16bc63
chore: Release tokio-tungstenite-wasm version 0.3.0d4817b5
Update dependencies.4f3f718
Merge branch 'main' of github.com:TannerRogalsky/tokio-tungstenite-wasm into ...e490d0c
Merge pull request #4 from TannerRogalsky/fix-compile-tls5b02957
Merge pull request #3 from get10101/fix-compile-tls115fc45
Update readme for feature information.8af93cb
Check all signficant features.6fec26f
Undo version change.d844e8e
fix: allow TLS features to compileUpdates
tokio
from 1.35.1 to 1.36.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
eaf81ed
chore: prepare Tokio v1.36.0 (#6312)53f9e5a
ci: make sure dictionary words are sorted and unique (#6316)9077762
net: expose keepalive option onTcpSocket
(#6311)131e7b4
ci: add spellchecking (#6297)e53b92a
io: clarifyclear_ready
docs (#6304)7536132
sync: use AtomicBool in broadcast channel future (#6298)b6d0c90
macros: fix trait_method breaking change detection (#6308)4846959
runtime: remove obsolete comment (#6303)ec30383
net: addUnixSocket
(#6290)f80bbec
io: simplify check for empty slice (#6293)Updates
wasm-bindgen
from 0.2.90 to 0.2.91Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
fe8bc94
Prepare v0.2.91 release (#3829)4b6ef26
Fixed nighly build ofwasm-bindgen-futures
(#3827)22f84e3
readme: build badge for Github actions, not Azure pipeline (#3825)3e469b2
Deprecate--weak-refs
in favor of run-time detection (#3822)1f7942d
Fix#[wasm_bindgen(js_name = default)]
for module imports (#3823)1f019db
Enabled and auto generatedforget()
method forUsbDevice
(#3821)9e699ac
Add deployment note for firstwasm-pack build --target web
example (#3819)305cb25
Fixed temporary folder detection on MacOS (#3817)b104788
chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)fb518d3
Fix example code in guide (#3813)Updates
wasm-bindgen-futures
from 0.4.40 to 0.4.41Commits
Updates
palette
from 0.7.3 to 0.7.5Changelog
Sourced from palette's changelog.
Commits
Updates
web-sys
from 0.3.67 to 0.3.68Commits
Updates
dioxus-router
from94ead8f
to76facd6
Commits
76facd6
Add use_shared_lockea616f6
Make 'UseAsyncLock' hookf643d44
Make 'UseLock' hook417cea7
Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-buildb1f617a
Merge pull request #1899 from Andrew15-5/fix-router-macro-typocb9a435
Merge pull request #1900 from Andrew15-5/add-short-release-option009238b
feat(cli): added shortrelease
build option8beb3c7
chore(docs): fixed typo in router-macro62b0f87
fix(build): now fullstack client uses correct configa3d6e9d
fix hotreload cfg on release buildsUpdates
thiserror
from 1.0.56 to 1.0.57Release notes
Sourced from thiserror's releases.
Commits
1d106b1
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 286097251d
Merge pull request #286 from nyurik/litstrcd79876
optimize by avoiding second fmt.value() calld7e738e
Optimize simple literals for Display::fmt0717de3
Update ui test suite to nightly-2024-02-08c7c7547
Update ui test suite to nightly-2024-01-31Updates
web-time
from 0.2.4 to 1.0.0Release notes
Sourced from web-time's releases.
Changelog
Sourced from web-time's changelog.
Commits
6431f16
Prepare new releaseac5bcf3
Fix doc lintingdca3d82
Usetarget_os = "unknown"
2305125
Fix deployment URLDependabot 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