Skip to content

Commit

Permalink
Bump dyn-clone from 1.0.6 to 1.0.8
Browse files Browse the repository at this point in the history
Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone) from 1.0.6 to 1.0.8.
- [Release notes](https://github.com/dtolnay/dyn-clone/releases)
- [Commits](dtolnay/dyn-clone@1.0.6...1.0.8)

---
updated-dependencies:
- dependency-name: dyn-clone
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and templexxx committed Jul 18, 2022
1 parent 36b2986 commit 29cf2b5
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 cmd/miner_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ starcoin-rpc-client = { path = "../../rpc/client" }
starcoin-rpc-api = { path = "../../rpc/api" }
starcoin-service-registry = { path = "../../commons/service-registry" }
libloading = "0.7.2"
dyn-clone = "1.0.6"
dyn-clone = "1.0.8"
parking_lot = "0.12.1"
starcoin-stratum = { path = "../../stratum" }
starcoin-miner = { path = "../../miner" }
Expand Down
2 changes: 1 addition & 1 deletion cmd/miner_client/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
starcoin-types = { path = "../../../types" }
dyn-clone = "1.0.6"
dyn-clone = "1.0.8"
futures = "0.3.12"
anyhow = "1.0.41"
async-trait = "0.1.53"

0 comments on commit 29cf2b5

Please sign in to comment.