Bump femme from 2.2.0 to 2.2.1 (#5534)

Bumps [femme](https://github.com/lrlna/femme) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/lrlna/femme/releases)
- [Commits](https://github.com/lrlna/femme/commits)

---
updated-dependencies:
- dependency-name: femme
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-17 08:16:51 +00:00
committed by GitHub
parent 7f3001a491
commit 1a6753237d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2019,9 +2019,9 @@ dependencies = [
[[package]] [[package]]
name = "femme" name = "femme"
version = "2.2.0" version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2997b612abb06bc299486c807e68c5fd12e7618e69cf34c5958ca6b575674403" checksum = "cc04871e5ae3aa2952d552dae6b291b3099723bf779a8054281c1366a54613ef"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"js-sys", "js-sys",
+1 -1
View File
@@ -24,7 +24,7 @@ parity-util-mem = { version = "0.11.0", default-features = false }
metered-channel = { path = "../metered-channel" } metered-channel = { path = "../metered-channel" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
futures = { version = "0.3.21", features = ["thread-pool"] } futures = { version = "0.3.21", features = ["thread-pool"] }
femme = "2.2.0" femme = "2.2.1"
assert_matches = "1.4.0" assert_matches = "1.4.0"
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" }