Skip to content

Commit

Permalink
Bump derive_more from 0.99.18 to 1.0.0
Browse files Browse the repository at this point in the history
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](JelteF/derive_more@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent ff8c700 commit 93f4196
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 29 deletions.
36 changes: 11 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gosub_useragent = { path = "./crates/gosub_useragent", features = [] }
gosub_taffy = { path = "./crates/gosub_taffy", features = [] }
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
derive_more = "0.99"
derive_more = "1.0"
lazy_static = "1.5"
regex = "1"
anyhow = "1.0.86"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_html5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
gosub_shared = { path = "../gosub_shared", features = [] }
gosub_css3 = { path = "../gosub_css3", features = [] }
derive_more = "0.99"
derive_more = "1.0"
phf = { version = "0.11.2", features = ["macros"] }
lazy_static = "1.5"
thiserror = "1.0.61"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
gosub_shared = { path = "../gosub_shared", features = [] }
gosub_config = { path = "../gosub_config", features = [] }
derive_more = "0.99"
derive_more = "1.0"
thiserror = "1.0.61"
ureq = "2.10.1"
anyhow = "1.0.86"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_webexecutor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
gosub_shared = { path = "../gosub_shared" }
colored = "2.1.0"
derive_more = "0.99"
derive_more = "1.0"
lazy_static = "1.5"
thiserror = "1.0.61"
anyhow = "1.0.86"
Expand Down

0 comments on commit 93f4196

Please sign in to comment.