Improve diagnostic when a #[source], #[from], or #[transparant] attribute refers to a type that has no std::error::Error impl (#258, thanks @de-vri-es)
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 all group in /frontend with 10 updates:
0.3.64
0.3.65
1.10.1
1.10.2
1.0.107
1.0.108
1.0.190
1.0.192
0.2.0
0.3.0
0.4.37
0.4.38
0.17.0
0.18.0
0.6.0
0.6.1
0.3.64
0.3.65
1.0.49
1.0.50
Updates
js-sys
from 0.3.64 to 0.3.65Commits
Updates
regex
from 1.10.1 to 1.10.2Changelog
Sourced from regex's changelog.
Commits
5f1f1c8
1.10.21a54a82
deps: bump regex-automata to 0.4.361242b1
regex-automata-0.4.350fe7d1
changelog: 1.10.2eb950f6
automata/meta: revert broadening of reverse suffix optimizatione7bd19d
regex-lite-0.1.50086dec
lite: fix stack overflow test4ae1472
tests: fix compilation of doctests on 32-bit architecturescd79881
regex-lite-0.1.4466e42c
lite: fix stack overflow in NFA compilerUpdates
serde_json
from 1.0.107 to 1.0.108Release notes
Sourced from serde_json's releases.
Commits
4bc1eaa
Release 1.0.1081454eac
Merge pull request #1082 from dtolnay/fromdoc0f072fa
Improve Value From and FromIterator docsa8e6f75
Merge pull request #1081 from fritzrehde/masterebaf617
fixed typosf56053d
Merge pull request #1080 from serde-rs/negativenan4e091d5
Add test of negative NaN and negative infinity421a70d
Fix unused imports39f5ad1
Remove 'remember to update' reminder from Cargo.toml5bb6960
Merge pull request #1075 from dimo414/masterUpdates
serde
from 1.0.190 to 1.0.192Release notes
Sourced from serde's releases.
Commits
4676abd
Release 1.0.19235700eb
Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged59892e7
Release 1.0.19197dd07a
Merge pull request #2647 from dtolnay/doccfgc8bc97c
Document "rc" and "unstable" features on docs.rs9dacfbb
Fill in more doc(cfg) attributes05c2509
Relocate cfg attrs into deref_impl64f949b
Relocate cfg attrs into parse_ip_impl and parse_socket_impl3f339de
Relocate cfg attrs into seq_impl and map_impl215c2b7
Relocate cfg attrs into forwarded_impl macroUpdates
yew-agent
from 0.2.0 to 0.3.0Changelog
Sourced from yew-agent's changelog.
... (truncated)
Commits
4c3bcdc
(cargo-release) version {{crate_name}}-v{{version}}5e823e7
Prepare for 0.21 release (#3412)30e2d54
Added a note about using suspension (#3410)189a729
Remove unneded package-lock.json (#3411)5bab22d
Add neovim configuration to docs (#3400)0c802f8
Documentation changes related to context code snippets (#3396)0f2fc59
Updated the docs ofset_event_bubbling
(#3391)ca2aa2a
Bump the cargo dependencies with 36 updates (#3408)a2786b1
Improve Context API docs (#3409)954b0ec
Correct minor mistakes in website (#3405)Updates
wasm-bindgen-futures
from 0.4.37 to 0.4.38Commits
Updates
yew-router
from 0.17.0 to 0.18.0Changelog
Sourced from yew-router's changelog.
... (truncated)
Commits
4c3bcdc
(cargo-release) version {{crate_name}}-v{{version}}5e823e7
Prepare for 0.21 release (#3412)30e2d54
Added a note about using suspension (#3410)189a729
Remove unneded package-lock.json (#3411)5bab22d
Add neovim configuration to docs (#3400)0c802f8
Documentation changes related to context code snippets (#3396)0f2fc59
Updated the docs ofset_event_bubbling
(#3391)ca2aa2a
Bump the cargo dependencies with 36 updates (#3408)a2786b1
Improve Context API docs (#3409)954b0ec
Correct minor mistakes in website (#3405)Updates
serde-wasm-bindgen
from 0.6.0 to 0.6.1Commits
68cf1a0
chore: Release43dad25
Fix using serde_bytes with an internally tagged enum (#58)0138156
Add note on TypeScript supportUpdates
web-sys
from 0.3.64 to 0.3.65Commits
Updates
thiserror
from 1.0.49 to 1.0.50Release notes
Sourced from thiserror's releases.
Commits
a7d220d
Release 1.0.504088d16
Ignore module_name_repetitions pedantic clippy lintebebf77
Format ui tests with rustfmtff0a0a5
Source and From attributes only have single-ident path7cec716
Remove reliance on Spanned for Memberc9fe739
Touch up PR 2584850c6f
Merge pull request #258 from de-vri-es/as-dyn-error-spana49f7c6
Change span ofas_dyn_error()
to point compile error at attribute.f4eac7e
Ignore needless_raw_string_hashes clippy lintDependabot 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