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:
Jun Jiang
2024-01-13 16:00:52 +08:00
committed by GitHub
parent bd80dcf685
commit 38a0ac0012
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ frame-election-provider-support = { path = "../election-provider-support", defau
# third party
log = { version = "0.4.17", default-features = false }
docify = "0.2.6"
aquamarine = { version = "0.4.0" }
aquamarine = { version = "0.5.0" }
# Optional imports for benchmarking
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
+1 -1
View File
@@ -50,7 +50,7 @@ serde_json = { version = "1.0.111", default-features = false, features = ["alloc
docify = "0.2.6"
static_assertions = "1.1.0"
aquamarine = { version = "0.4.0" }
aquamarine = { version = "0.5.0" }
[dev-dependencies]
assert_matches = "1.3.0"