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
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 10 updates:
0.5.1
0.6.0
94ead8f
|76facd6
0.3.67
0.3.68
1.0.195
1.0.196
1.0.111
1.0.113
1.35.1
1.36.0
0.4.40
0.4.41
0.7.3
0.7.4
0.3.67
0.3.68
0.2.4
1.0.0
Updates
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
js-sys
from 0.3.67 to 0.3.68Commits
Updates
serde
from 1.0.195 to 1.0.196Release notes
Sourced from serde's releases.
Commits
ede9762
Release 1.0.196d438c2d
Merge pull request #2682 from dtolnay/decimalpointbef110b
Format Unexpected::Float with decimal pointb971ef1
Merge pull request #2681 from dtolnay/workspacedeps29d9f69
Fix workspace.dependencies default-features future compat warningaecb408
Sort workspace dependencies1c675ab
Merge pull request #2678 from rodoufu/workspaceDependenciesdd61963
Adding workspace dependencies111803a
Merge pull request #2673 from Sky9x/msrv-badge0024f74
Use shields.io's MSRV badgesUpdates
serde_json
from 1.0.111 to 1.0.113Release notes
Sourced from serde_json's releases.
Commits
09d865b
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 ryu107c2d1
Merge pull request #1106 from serde-rs/invalidvalue62ca3e4
Handle Unexpected::Unit in Error::invalid_value296fafb
Factor out JSON-specific Display impl for serde::de::Unexpectede56cc69
Merge pull request #1105 from keienWang/masterUpdates
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-futures
from 0.4.40 to 0.4.41Commits
Updates
palette
from 0.7.3 to 0.7.4Changelog
Sourced from palette's changelog.
Commits
7e446ea
Merge pull request #375 from Ogeon/prepare_0.7.4a1dbdab
Prepare release 0.7.44b17a15
Merge pull request #373 from Ogeon/alloc_and_any_features_in_tests919049c
Merge pull request #374 from MultisampledNight/fix-typo5889047
docs: fix typo about max range of u86d96f73
Remove old script files6e6f260
Add an "alloc" feature and make tests work with any feature combinationb141b66
Merge pull request #371 from Ogeon/update_release_actionsdb0fbcf
Update the dependencies of custom actions4c97fb5
Merge pull request #370 from Ogeon/remove_color_scheme_and_clapUpdates
web-sys
from 0.3.67 to 0.3.68Commits
Updates
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