diff --git a/rgb-common/Cargo.toml b/rgb-common/Cargo.toml index 933244b..92fc3a5 100644 --- a/rgb-common/Cargo.toml +++ b/rgb-common/Cargo.toml @@ -18,12 +18,12 @@ hex = "0.4" reqwest = { version = "0.11", default-features = false, features = ["json", "blocking"] } rgb-contracts = { version = "=0.10.2", features = ["electrum"] } rgb_core = { package = "rgb-core", version = "=0.10.8" } -rgb-lib = { git = "https://github.com/RGB-Tools/rgb-lib", branch = "rln_v0.10" } +rgb-lib = { git = "https://github.com/RGB-Tools/rgb-lib", branch = "master" } rgb-std = "=0.10.9" rgb-wallet = "=0.10.9" serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" -strict_encoding = "=2.6.1" +strict_encoding = "=2.6.2" tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] } # Fixing dependencies resolution :/