From b6955685166caa04f936ecafa0dfc4d594d2b151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:29:01 +0000 Subject: [PATCH] build(deps): bump the cargo group with 3 updates Bumps the cargo group with 3 updates: [cc](https://github.com/rust-lang/cc-rs), [clap](https://github.com/clap-rs/clap) and [thiserror](https://github.com/dtolnay/thiserror). Updates `cc` from 1.1.20 to 1.1.21 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.20...cc-v1.1.21) Updates `clap` from 4.5.17 to 4.5.18 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.17...clap_complete-v4.5.18) Updates `thiserror` from 1.0.63 to 1.0.64 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | Bin 57059 -> 57059 bytes Cargo.toml | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1d353409e918a615736b69ef9d9002e98390a75..7dacad727d5dd6c27045b2e87d78f25111af3dac 100644 GIT binary patch delta 481 zcmXxgKWY^~5C(AMky=yuv=eVIv$OMOA&>}yrGel9W_EWvv9z#Cr=$_L_YA_Ta|v%C zxrnP``8B_9=6kq5Jlr3C{CvD_UteE>21?^ux=zb(ObC5UW1sG!lb~sGquy{7XoIqi zROzi40_5^<$J56rFU}s>x;=k;70_6`Qcxl9=;@gqnC9SKLpvrKKzJW0MxB^;ON4S^ z(GKCV^kEXU^3W%yy^@^pITuG4yy{SljH^~BB0U;YJ%(K*>Tlp z{lDg29Qyv)+icEgLV_te(lN{m5^Kp?G^2R{*~}<0th1Hjf3(xZ^SciV=k?WK@HCH( z*fK0aM(mVsO<1x@T6G8SDrR6NV4&ioMCImI*Q>kZdjI*&Ukt24ohrMXXPC+!KTRj} liE6A2(5Pl@hP`fdU$yaO;oHwn>-_L^egCAVuU~H7{RVj1j2Zv{ delta 480 zcmXYty>8Vp3`bR6b*3Ho0~6u}Q0&BZEKmy*BbTok*-o+{Mg|txKwXeB!;F}a?%bE) z30n0<2oewApU*irm%E$G-S0oQ=C7Cg^Fki2C*Z~<5SkV5P@Rc5Lnm`?8Io|4E?|;P z2j%Xinsv-$J~-YEA5QKcAIZG_v_D%H2wsa)my82EM_$9KMI94_iCZVAK?$QKBo1Y3 zqTL4Dw1?Y#w7s5J-(Q@^z}5h5h@~Rdv~e?Zb}TBShG=3QX%s23z&nVDjU|BpK z-mkUKr_Y~6$_29|&nuMyI7a|9wwhKrRjQ3j3`-1#s;rTnqGPv`NU+SO7u$UI<=Ou^ zD@4_)7G~E~BPngnNbs^m4sor-kv``%HiABS8x6T@yLxw diff --git a/Cargo.toml b/Cargo.toml index 7594e80b4..997f5e6b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,8 +42,8 @@ strip = false anstyle = "1.0.8" anyhow = "1.0.89" bstr = "1.10.0" -cc = "1.1.19" -clap = { version = "4.5.17", features = [ +cc = "1.1.21" +clap = { version = "4.5.18", features = [ "cargo", "derive", "env", @@ -79,7 +79,7 @@ serde_json = { version = "1.0.128", features = ["preserve_order"] } similar = "2.6.0" smallbitvec = "2.5.3" tempfile = "3.12.0" -thiserror = "1.0.63" +thiserror = "1.0.64" tiny_http = "0.12.0" toml = "0.8.19" unindent = "0.2.3"