Skip to content

Commit

Permalink
chore(deps): Bump dyn-clone from 1.0.13 to 1.0.14 (#12442)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent dda8c4b commit ba2cdc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 src/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bk-tree = "0.5.0"
bytes = "1"
clap = { version = "4", features = ["derive"] }
downcast-rs = "1.2"
dyn-clone = "1.0.13"
dyn-clone = "1.0.14"
easy-ext = "1"
educe = "0.4"
enum-as-inner = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ await-tree = { workspace = true }
bytes = { version = "1", features = ["serde"] }
crossbeam = "0.8.2"
dashmap = { version = "5", default-features = false }
dyn-clone = "1.0.13"
dyn-clone = "1.0.14"
either = "1"
enum-as-inner = "0.6"
fail = "0.5"
Expand Down

0 comments on commit ba2cdc9

Please sign in to comment.