diff --git a/Cargo.lock b/Cargo.lock index 4278e7c..9f91d8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,10 +243,10 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cargo-fixture" -version = "1.2.0" +version = "1.2.2" dependencies = [ "anyhow", - "cargo-fixture-lib 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-fixture-lib 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "ctrlc", "futures-util", "log", @@ -263,9 +263,9 @@ dependencies = [ [[package]] name = "cargo-fixture-lib" -version = "1.2.0" +version = "1.2.2" dependencies = [ - "cargo-fixture-macros 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-fixture-macros 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log", "serde", "serde_json", @@ -278,11 +278,11 @@ dependencies = [ [[package]] name = "cargo-fixture-lib" -version = "1.2.0" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "422b6ef871bb2de8684aa930b90c8ebbbfb32856efe2e040a9449a984b7d8620" +checksum = "d2c82e166babc81c53f3c29f17d922aa926464c6d0f4fdc8b6b09a7f80685f7e" dependencies = [ - "cargo-fixture-macros 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-fixture-macros 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log", "serde", "serde_json", @@ -294,7 +294,7 @@ dependencies = [ [[package]] name = "cargo-fixture-macros" -version = "1.2.0" +version = "1.2.2" dependencies = [ "proc-macro2", "quote", @@ -303,9 +303,9 @@ dependencies = [ [[package]] name = "cargo-fixture-macros" -version = "1.2.0" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c248806d0cc8aedc1156153333ee1429492d76cabfddfa6a362f1454d8ab5e36" +checksum = "13b5345b1edfa05b665ffbdbb7ce3827b9b7b7d48252fb3f16189c2995711a7a" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index aff99d1..0156209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "1.2.0" +version = "1.2.2" # bump version in intra deps as well authors = ["Vojtech Kral"] license = "Apache-2.0" @@ -49,7 +49,7 @@ strum.workspace = true tabular = "0.2.0" thiserror.workspace = true -cargo-fixture-lib = { version = "=1.2.0", features = ["smol"] } +cargo-fixture-lib = { version = "=1.2.2", features = ["smol"] } # Tests diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 6c31aa6..41abbca 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -22,7 +22,7 @@ strum.workspace = true thiserror.workspace = true tokio = { version = "1", features = ["net", "io-util"], optional = true } -cargo-fixture-macros = "=1.2.0" +cargo-fixture-macros = "=1.2.2" [target.'cfg(windows)'.dependencies] uds_windows = "1.1"