From bbc4774c05f3ca9157032b0d714c26355380d0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:59:37 +0000 Subject: [PATCH] build(deps): bump bstr from 1.10.0 to 1.11.3 Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.10.0 to 1.11.3. - [Commits](https://github.com/BurntSushi/bstr/compare/1.10.0...1.11.3) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- pallets/creditcoin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f61e5eb86..bba5f182f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,9 +732,9 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bstr" -version = "1.10.0" +version = "1.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" +checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" dependencies = [ "memchr", "serde", diff --git a/pallets/creditcoin/Cargo.toml b/pallets/creditcoin/Cargo.toml index 4cc195e6e..3a067a477 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.10.0", default-features = false } +bstr = { version = "1.11.3", default-features = false } parking_lot = "0.12.3" sp-core = { workspace = true } sp-keystore = { workspace = true }