From ec4ed5936a864eed13701deb26c59a89d54e8b8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 01:25:47 +0000 Subject: [PATCH] fix(deps): update crates --- Cargo.lock | 32 ++++++++++++++++---------------- Cargo.toml | 8 ++++---- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6c8ab0..a89270a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,9 +233,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.3.11" +version = "4.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d" +checksum = "8f644d0dac522c8b05ddc39aaaccc5b136d5dc4ff216610c5641e3be5becf56c" dependencies = [ "clap_builder", "clap_derive", @@ -244,9 +244,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.11" +version = "4.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b" +checksum = "af410122b9778e024f9e0fb35682cc09cc3f85cad5e8d3ba8f47a9702df6e73d" dependencies = [ "anstream", "anstyle", @@ -256,9 +256,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.3.2" +version = "4.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" +checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" dependencies = [ "heck", "proc-macro2", @@ -1040,14 +1040,14 @@ dependencies = [ [[package]] name = "miette" -version = "5.9.0" +version = "5.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a236ff270093b0b67451bc50a509bd1bad302cb1d3c7d37d5efe931238581fa9" +checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e" dependencies = [ "backtrace", "backtrace-ext", "is-terminal", - "miette-derive 5.9.0", + "miette-derive 5.10.0", "once_cell", "owo-colors", "supports-color", @@ -1072,9 +1072,9 @@ dependencies = [ [[package]] name = "miette-derive" -version = "5.9.0" +version = "5.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4901771e1d44ddb37964565c654a3223ba41a594d02b8da471cc4464912b5cfa" +checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c" dependencies = [ "proc-macro2", "quote", @@ -1628,7 +1628,7 @@ dependencies = [ "indexmap", "itertools 0.11.0", "junction", - "miette 5.9.0", + "miette 5.10.0", "once_cell", "openssl-sys", "path-absolutize", @@ -1793,9 +1793,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.102" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed" +checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" dependencies = [ "itoa", "ryu", @@ -1813,9 +1813,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.22" +version = "0.9.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85" +checksum = "bd5f51e3fdb5b9cdd1577e1cb7a733474191b1aca6a72c2e50913241632c1180" dependencies = [ "indexmap", "itoa", diff --git a/Cargo.toml b/Cargo.toml index c59eec8..5dcdfcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,10 +24,10 @@ all-formats = ["yaml", "toml", "json"] profiling = ["tracing", "tracing-tracy"] [dependencies] -clap = { version = "4.3.11", features = ["derive", "color"] } -serde_yaml = { version = "0.9.22", optional = true } +clap = { version = "4.3.15", features = ["derive", "color"] } +serde_yaml = { version = "0.9.24", optional = true } serde_toml = { package = "toml", version = "0.7.6", optional = true } -serde_json = { version = "1.0.102", optional = true } +serde_json = { version = "1.0.103", optional = true } figment = { version = "0.10.10", default-features = false, features = ["env"] } directories = "5.0.1" once_cell = "1.18.0" @@ -37,7 +37,7 @@ crossterm = "0.26.1" itertools = "0.11.0" thiserror = "1.0.43" baker = "0.2.0" -miette = { version = "5.9.0", features = ["fancy"] } +miette = { version = "5.10.0", features = ["fancy"] } indexmap = "2.0.0" handlebars = "4.3.7" handlebars_misc_helpers = { version = "0.13.0", default-features = false, features = [