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 14 updates:
2.0.45
2.0.48
1.0.78
1.0.79
4.4.12
4.4.18
0.5.1
0.6.0
b2bd7f6
|4d07599
0.2.11
0.2.12
0.3.66
0.3.67
1.10.2
1.10.3
1.0.193
1.0.195
1.0.109
1.0.111
0.4.39
0.4.40
0.3.66
0.3.67
1.0.53
1.0.56
0.2.4
1.0.0
Updates
syn
from 2.0.45 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
anyhow
from 1.0.78 to 1.0.79Release notes
Sourced from anyhow's releases.
Commits
71ab53d
Release 1.0.7960705a5
Merge pull request #340 from dtolnay/depinfo17e252b
Include env-dep:RUSTC_BOOTSTRAP in dep-info for sccache04774c0
Merge pull request #338 from dtolnay/nightlyci1fd290c
Make CI verify that error_generic_member_access works in latest nightlyee41470
RUSTC must be set by Cargo for build scriptUpdates
clap
from 4.4.12 to 4.4.18Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
0134f45
chore: Release995ee03
docs: Update changelog2f18909
Merge pull request #5314 from epage/required0a635b9
fix(parser): Don't duplicate requireds when usage disablede648e08
Merge pull request #5311 from sourcefrog/doc-exitcode8c83971
docs: Link to exit code infob250c0b
Merge pull request #5310 from epage/ptyc742b8e
chore(complete): Update completest-ptyf524d84
chore: Release944fb81
docs: Update changelogUpdates
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
fromb2bd7f6
to4d07599
Commits
4d07599
Add use_shared_lock17c83c1
Make 'UseAsyncLock' hook2333703
Make 'UseLock' hook16c59b8
Merge pull request #1851 from mirkootter/launchcfg-specify-rootelembaf505e
dioxus-web: AddConfig::rootelement
7a6c8fc
Merge pull request #1849 from DioxusLabs/dependabot/cargo/h2-0.3.24dd11478
Bump h2 from 0.3.23 to 0.3.2453727b3
Merge pull request #1846 from Ameyanagi/mastera3f6d21
deleted unused commentca06fda
Merge branch 'DioxusLabs:master' into masterUpdates
getrandom
from 0.2.11 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)Updates
js-sys
from 0.3.66 to 0.3.67Commits
Updates
regex
from 1.10.2 to 1.10.3Changelog
Sourced from regex's changelog.
Commits
0c09903
1.10.3653bb59
deps: bump regex-automata to 0.4.4e7b5401
regex-automata-0.4.41bc667d
changelog: 1.10.3fbd2537
safety: guard in Input::new against incorrect AsRef implementations027eebd
cargo: set 'default-features = false' for memchr and aho-corasickdc0a9d2
ci: small clean-upsa3d5975
doc: fix link in Index<&str> impl docs4f5992f
doc: tweakCaptures
documentation837fd85
regex-cli-0.2.0Updates
serde
from 1.0.193 to 1.0.195Release notes
Sourced from serde's releases.
Commits
03eec42
Release 1.0.195196f311
Merge pull request #2671 from dtolnay/deadremote38d9e0b
Revert "Add FIXME to fix dead_code warning when using serde(remote)"6502b31
Fix new dead_code warning in tuple struct and tuple variant remote defs6f1a8c3
Add FIXME to fix dead_code warning when using serde(remote)d883c94
Work around dead_code warning in tests961fa59
Merge pull request #2670 from serde-rs/exhaustive8bc71de
Fill in omitted patterns for GenericArguments match7c65a9d
Pick up changes to non_exhaustive_omitted_patterns lintd2d977a
Release 1.0.194Updates
serde_json
from 1.0.109 to 1.0.111Release notes
Sourced from serde_json's releases.
Commits
0131ac6
Release 1.0.11196ecfad
Merge pull request #1100 from heiher/limb-64-la64c80dbaf
Set limb width to 64 for loongarch64df5cf21
Release 1.0.110c35856a
Pull in proc-macro2 sccache fixUpdates
wasm-bindgen-futures
from 0.4.39 to 0.4.40Commits
Updates
web-sys
from 0.3.66 to 0.3.67Commits
Updates
thiserror
from 1.0.53 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
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