From e7252e519b2da4a5f7ef2259090aa31ff7e71b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 08:08:40 +0000 Subject: [PATCH] Update funty requirement from =1.1.0 to =1.2.0 Updates the requirements on [funty](https://github.com/myrrlyn/funty) to permit the latest version. - [Release notes](https://github.com/myrrlyn/funty/releases) - [Changelog](https://github.com/myrrlyn/funty/blob/master/CHANGELOG.md) - [Commits](https://github.com/myrrlyn/funty/commits) Signed-off-by: dependabot[bot] --- crates/env/Cargo.toml | 2 +- crates/lang/Cargo.toml | 2 +- crates/lang/codegen/Cargo.toml | 2 +- crates/lang/macro/Cargo.toml | 2 +- crates/primitives/Cargo.toml | 2 +- crates/storage/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/crates/env/Cargo.toml b/crates/env/Cargo.toml index 5f2e3763..44d24e0d 100644 --- a/crates/env/Cargo.toml +++ b/crates/env/Cargo.toml @@ -39,7 +39,7 @@ blake2 = { version = "0.9", optional = true } # Never use this crate outside of the off-chain environment! rand = { version = "0.8", default-features = false, features = ["alloc"], optional = true } tetsy-scale-info = { version = "0.5.1", default-features = false, features = ["derive"], optional = true } -funty = "=1.1.0" +funty = "=1.2.0" [features] default = ["std"] diff --git a/crates/lang/Cargo.toml b/crates/lang/Cargo.toml index 465180f4..25c3ab5d 100644 --- a/crates/lang/Cargo.toml +++ b/crates/lang/Cargo.toml @@ -25,7 +25,7 @@ pro_lang_macro = { version = "3.0.0-rc2", path = "macro", default-features = fal scale = { package = "tetsy-scale-codec", version = "2.0.1", default-features = false, features = ["derive", "full"] } derive_more = { version = "0.99", default-features = false, features = ["from"] } static_assertions = "1.1" -funty = "=1.1.0" +funty = "=1.2.0" [features] default = ["std"] diff --git a/crates/lang/codegen/Cargo.toml b/crates/lang/codegen/Cargo.toml index 984a6d74..79131e5f 100644 --- a/crates/lang/codegen/Cargo.toml +++ b/crates/lang/codegen/Cargo.toml @@ -28,7 +28,7 @@ either = { version = "1.5", default-features = false } regex = "1.3" blake2 = "0.9" heck = "0.3.1" -funty = "=1.1.0" +funty = "=1.2.0" [features] default = ["std"] diff --git a/crates/lang/macro/Cargo.toml b/crates/lang/macro/Cargo.toml index 8515ec45..10d6aae9 100644 --- a/crates/lang/macro/Cargo.toml +++ b/crates/lang/macro/Cargo.toml @@ -32,7 +32,7 @@ pro_lang = { version = "3.0.0-rc2", path = ".." } trybuild = "1.0.24" tetsy-scale-info = { version = "0.5.1", default-features = false, features = ["derive"] } -funty = "=1.1.0" +funty = "=1.2.0" [lib] name = "pro_lang_macro" diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 647efd93..1679c12a 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -19,7 +19,7 @@ pro_prelude = { version = "3.0.0-rc2", path = "../prelude/", default-features = tiny-keccak = { version = "2.0", features = ["keccak"] } scale = { package = "tetsy-scale-codec", version = "2.0.1", default-features = false, features = ["derive", "full"] } tetsy-scale-info = { version = "0.5.1", default-features = false, features = ["derive"], optional = true } -funty = "=1.1.0" +funty = "=1.2.0" [dev-dependencies] criterion = "0.3.1" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index cf773d98..a66f6a70 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -34,7 +34,7 @@ generic-array = "0.14.1" # We haven't found a better solution yet. criterion = { version = "0.3", optional = true } -funty = "=1.1.0" +funty = "=1.2.0" [dev-dependencies] quickcheck = "1.0"