mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Upgrade aquamarine to v0.5.0, v0.4.0 has yanked (#2921)
aquamarine v0.4.0 has yanked, see https://crates.io/crates/aquamarine/0.4.0
This commit is contained in:
Generated
+2
-2
@@ -333,9 +333,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aquamarine"
|
name = "aquamarine"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "074b80d14d0240b6ce94d68f059a2d26a5d77280ae142662365a21ef6e2594ef"
|
checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"include_dir",
|
"include_dir",
|
||||||
"itertools 0.10.5",
|
"itertools 0.10.5",
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ frame-election-provider-support = { path = "../election-provider-support", defau
|
|||||||
# third party
|
# third party
|
||||||
log = { version = "0.4.17", default-features = false }
|
log = { version = "0.4.17", default-features = false }
|
||||||
docify = "0.2.6"
|
docify = "0.2.6"
|
||||||
aquamarine = { version = "0.4.0" }
|
aquamarine = { version = "0.5.0" }
|
||||||
|
|
||||||
# Optional imports for benchmarking
|
# Optional imports for benchmarking
|
||||||
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
|
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ serde_json = { version = "1.0.111", default-features = false, features = ["alloc
|
|||||||
docify = "0.2.6"
|
docify = "0.2.6"
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
|
|
||||||
aquamarine = { version = "0.4.0" }
|
aquamarine = { version = "0.5.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_matches = "1.3.0"
|
assert_matches = "1.3.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user