From 5f3cfec35407b2378f24380490bcabd2dcdc73be Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Sat, 14 Oct 2023 11:48:50 +0200 Subject: [PATCH] chore: update dependencies --- Cargo.lock | 12 +++++++----- Cargo.toml | 10 +++------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4b7823..c1c9a65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -893,7 +893,7 @@ checksum = "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33" [[package]] name = "rgb-contracts" -version = "0.10.0" +version = "0.10.1" dependencies = [ "amplify", "baid58", @@ -944,8 +944,9 @@ dependencies = [ [[package]] name = "rgb-std" -version = "0.10.8" -source = "git+https://github.com/RGB-WG/rgb-std?branch=v0.10#60163cce215188c7717cfed8b10197b337919ab5" +version = "0.10.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "339c5bdeed7a4039d2ccc44f85d56559a9c60c88d48957fe00524a2c971fc0f6" dependencies = [ "amplify", "baid58", @@ -963,8 +964,9 @@ dependencies = [ [[package]] name = "rgb-wallet" -version = "0.10.8" -source = "git+https://github.com/RGB-WG/rgb-std?branch=v0.10#60163cce215188c7717cfed8b10197b337919ab5" +version = "0.10.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce3df09e278f598aae076ce3e7a333f2469ce7de89ab7a3c1db422bc0f45e5a1" dependencies = [ "amplify", "baid58", diff --git a/Cargo.toml b/Cargo.toml index 1c912e8..bcc7906 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,12 +21,12 @@ amplify = "4.5.0" baid58 = "0.4.4" strict_encoding = "2.6.1" strict_types = "1.6.3" -rgb-std = { version = "0.10.8", features = ["fs"] } -rgb-wallet = { version = "0.10.8", features = ["fs"] } +rgb-std = { version = "0.10.9", features = ["fs"] } +rgb-wallet = { version = "0.10.9", features = ["fs"] } [package] name = "rgb-contracts" -version = "0.10.0" +version = "0.10.1" description = " RGB: scalable & confidential smart contracts for Bitcoin & Lightning network" keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"] categories = ["cryptography::cryptocurrencies"] @@ -72,7 +72,3 @@ cli = ["clap", "shellexpand", "log", "electrum"] [package.metadata.docs.rs] features = [ "all" ] - -[patch.crates-io] -rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.10" } -rgb-wallet = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.10" }