mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
c2f760dbbe
* chore(deps): bump derive_more from 0.99.18 to 1.0.0 in /examples Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.18 to 1.0.0. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/v0.99.18...v1.0.0) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: upgrade derive_more calls * ci: fix just invocation --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Ede <robjtede@icloud.com>
12 lines
217 B
TOML
12 lines
217 B
TOML
[package]
|
|
name = "my_errors"
|
|
version = "1.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
derive_more = { version = "1", features = ["display", "error"] }
|
|
env_logger = "0.11"
|
|
log = "0.4"
|