diff --git a/Cargo.lock b/Cargo.lock index 26bbf3cd8d..795d2cbff6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5817,9 +5817,9 @@ dependencies = [ [[package]] name = "names" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775" +checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146" dependencies = [ "rand 0.8.5", ] diff --git a/config/Cargo.toml b/config/Cargo.toml index 8fa92c83d5..2d7995df36 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -16,7 +16,7 @@ serde_json = { version = "1.0", features = ["arbitrary_precision"] } toml = { version = "0.5.8", default-features = false } structopt = "0.3.26" git-version = "0.3.5" -names = {version= "0.12.0", default-features=false} +names = {version= "0.13.0", default-features=false} starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "78aaf55a8b85a5eff208037e0cc798cf985e1a4e"} once_cell = "1.8.0" hex= "0.4.3"