Skip to content

Commit

Permalink
fix(dependencies): update rust crate derive_more to 0.99.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 5, 2021
1 parent 208c801 commit 7dbc666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/kernels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ store = ["kernel-store"]

[dependencies]
chrono = "0.4.19"
derive_more = "0.99.16"
derive_more = "0.99.17"
graph-triples = {path = "../graph-triples", version = "0.0.0"}
kernel = {path = "../kernel", version = "0.0.0"}
serde = "1.0.130"
Expand Down
2 changes: 1 addition & 1 deletion rust/stencila/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ color-eyre = { version = "=0.5.11", optional = true }
crossbeam-channel = "=0.5.1"
defaults = "=0.2.0"
derivative = "=2.2.0"
derive_more = "0.99.16"
derive_more = "0.99.17"
dirs-next = "=2.0.0"
enum_dispatch = "=0.3.7"
exitcode = "=1.1.2"
Expand Down

0 comments on commit 7dbc666

Please sign in to comment.