From 13ff3935ac902ce050d29559072f31e4b4876536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:22:31 +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), [libloading](https://github.com/nagisa/rust_libloading) and [schemars](https://github.com/GREsau/schemars). Updates `cc` from 1.2.44 to 1.2.45 - [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.2.44...cc-v1.2.45) Updates `libloading` from 0.8.9 to 0.9.0 - [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.9...0.9.0) Updates `schemars` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](https://github.com/GREsau/schemars/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: libloading dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: schemars dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | Bin 73726 -> 73979 bytes Cargo.toml | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cf0a189ef12267fdaa48a11bb1c3fef10b6c0b4..4021396ac903b335e3b60aa7beea5efc1e1627b7 100644 GIT binary patch delta 351 zcmWlVp-MzS6hMQkWiiOYDp)odmzjHK=H4l;27_%`G#X~+-WN2P1WhY`f%6GsR(QoG zn=P6IlUWRQL45lG=fF9C&%NJ8@9|(z=eN^c^wF3c3JaOoWGn1lAe$5@X-ZMGK*QPC zjKQf5HYR5zp@v2w)rXbM_G|FnTOFA(kL&rx1HN2Rz?yp1rQ1d2^Uaw5mXB2Q1|1oj^6w2;n^qElm2WHy=S!q;*>oiVaO>G zlPNAkk$?@mj0_1SXf^>QIh&&`Wl3>e91rX3-PO{yhsLt!t_M(vMY8~UEaV_aaU4un nEmC5418t(v?P2CDDv0>NCEKyVEexB)R%IxrM71GCwM z7>J>Q*tmi3{O9MT`+e>nj%Mv}eX^t^2*pw<{Xh-`h;EdTl?Du^46&lBqnS%jMTkQ| zNx^*RL#6h(xi!AeKDzdGJa3=#Zv5W8J{vDCpHf?_&lVYdVwe?rgUGdDjV8`4QIt~= zES^KJ62$XBv1S)GOqNKic{`Pz_IkJaw}?DoAdL=FX?6px08zXqVd11cHD*`J5PTYm d91FxjWcpT1o~-TL<=)2r*xg?pj5lwq^FIl4RlfiL diff --git a/Cargo.toml b/Cargo.toml index 521ad6842..5afc53b5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ ansi_colours = "1.2.3" anstyle = "1.0.13" anyhow = "1.0.100" bstr = "1.12.0" -cc = "1.2.44" +cc = "1.2.45" clap = { version = "4.5.51", features = [ "cargo", "derive", @@ -128,7 +128,7 @@ heck = "0.5.0" html-escape = "0.2.13" indexmap = "2.11.4" indoc = "2.0.6" -libloading = "0.8.9" +libloading = "0.9.0" log = { version = "0.4.28", features = ["std"] } memchr = "2.7.6" once_cell = "1.21.3" @@ -137,7 +137,7 @@ rand = "0.8.5" regex = "1.11.3" regex-syntax = "0.8.6" rustc-hash = "2.1.1" -schemars = "1.0.4" +schemars = "1.0.5" semver = { version = "1.0.27", features = ["serde"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = { version = "1.0.145", features = ["preserve_order"] }