Skip to content

Commit

Permalink
fix(deps): update rust crate derive_more to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 1032a79 commit 26ec8d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package/origlang-ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
derive_more = "0.99.17"
derive_more = "1.0.0"
2 changes: 1 addition & 1 deletion package/origlang-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"

[dependencies]
derive_more = "0.99.17"
derive_more = "1.0.0"
log = "0.4.21"
num-traits = "0.2.19"
origlang-ast = { path = "../origlang-ast" }
Expand Down
2 changes: 1 addition & 1 deletion package/origlang-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MPL-2.0"

[dependencies]
thiserror = "2.0.0"
derive_more = "0.99.17"
derive_more = "1.0.0"
log = "0.4.21"
tap = "1.0.1"
origlang-typesystem-model = { path = "../origlang-typesystem-model" }
Expand Down
2 changes: 1 addition & 1 deletion package/origlang-typesystem-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ license = "MPL-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
derive_more = "0.99.17"
derive_more = "1.0.0"
ordered-float = "4.5.0"
origlang-ast = { path = "../origlang-ast" }

0 comments on commit 26ec8d5

Please sign in to comment.