diff --git a/Cargo.toml b/Cargo.toml index 7d684cd..a698b9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ version = "0.1.1" # Common deps scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } scale-info = { version = "2", default-features = false, features = ["derive"] } -obce = { git = "https://github.com/727-Ventures/obce", branch = "polkadot-v0.9.43", default-features = false } +obce = { git = "https://github.com/727-Ventures/obce", branch = "polkadot-v1.0.0", default-features = false } # Substrate deps -pallet-assets = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43", default-features = false, optional = true } +pallet-assets = { version = "23.0.0", default-features = false, optional = true } # Ink deps ink = { version = "4.0.0", default-features = false, optional = true }