diff --git a/Cargo.lock b/Cargo.lock index 44016c3eae..9a6b8ef6be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,9 +732,9 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bstr" -version = "1.6.2" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" +checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c" dependencies = [ "memchr", "serde", diff --git a/pallets/creditcoin/Cargo.toml b/pallets/creditcoin/Cargo.toml index 87e0381adf..228e50dd84 100644 --- a/pallets/creditcoin/Cargo.toml +++ b/pallets/creditcoin/Cargo.toml @@ -52,7 +52,7 @@ pallet-offchain-task-scheduler = { workspace = true } [dev-dependencies] assert_matches = { workspace = true } -bstr = { version = "1.6.2", default-features = false } +bstr = { version = "1.8.0", default-features = false } parking_lot = "0.12.1" sp-core = { workspace = true } sp-keystore = { workspace = true }