bump serde to 1.0.163 (#2661)

* bump serde to 1.0.163

* bump bounded-collections to v0.1.7 for compatibility with substrate
This commit is contained in:
Sam Johnson
2023-06-01 10:43:00 -04:00
committed by GitHub
parent 9ca6a9fa0e
commit 3b426928ec
@@ -21,7 +21,7 @@ frame-support = { git = "https://github.com/paritytech/substrate", default-featu
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
[dev-dependencies] [dev-dependencies]
serde = { version = "1.0.132" } serde = { version = "1.0.163" }
# Substrate # Substrate
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }