mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 19:01:08 +00:00
Bump fs4 from 0.6.6 to 0.7.0 (#1844)
This commit is contained in:
Generated
+2
-2
@@ -5632,9 +5632,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "fs4"
|
||||
version = "0.6.6"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47"
|
||||
checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7"
|
||||
dependencies = [
|
||||
"rustix 0.38.21",
|
||||
"windows-sys 0.48.0",
|
||||
|
||||
@@ -11,7 +11,7 @@ homepage = "https://substrate.io"
|
||||
[dependencies]
|
||||
clap = { version = "4.4.6", features = ["derive", "string"] }
|
||||
log = "0.4.17"
|
||||
fs4 = "0.6.3"
|
||||
fs4 = "0.7.0"
|
||||
sc-client-db = { path = "../db", default-features = false}
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
tokio = "1.22.0"
|
||||
|
||||
Reference in New Issue
Block a user