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 5 updates:
1.10.1
1.10.2
0.20.0
0.21.0
0.2.0
0.3.0
0.17.0
0.18.0
1.0.49
1.0.50
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
yew
from 0.20.0 to 0.21.0Changelog
Sourced from yew'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
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
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
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