Skip to content

Commit 13ff393

Browse files
dependabot[bot]clason
authored andcommitted
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](rust-lang/cc-rs@cc-v1.2.44...cc-v1.2.45) Updates `libloading` from 0.8.9 to 0.9.0 - [Commits](nagisa/rust_libloading@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](GREsau/schemars@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] <[email protected]>
1 parent 361287f commit 13ff393

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

Cargo.lock

Lines changed: 18 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ansi_colours = "1.2.3"
106106
anstyle = "1.0.13"
107107
anyhow = "1.0.100"
108108
bstr = "1.12.0"
109-
cc = "1.2.44"
109+
cc = "1.2.45"
110110
clap = { version = "4.5.51", features = [
111111
"cargo",
112112
"derive",
@@ -128,7 +128,7 @@ heck = "0.5.0"
128128
html-escape = "0.2.13"
129129
indexmap = "2.11.4"
130130
indoc = "2.0.6"
131-
libloading = "0.8.9"
131+
libloading = "0.9.0"
132132
log = { version = "0.4.28", features = ["std"] }
133133
memchr = "2.7.6"
134134
once_cell = "1.21.3"
@@ -137,7 +137,7 @@ rand = "0.8.5"
137137
regex = "1.11.3"
138138
regex-syntax = "0.8.6"
139139
rustc-hash = "2.1.1"
140-
schemars = "1.0.4"
140+
schemars = "1.0.5"
141141
semver = { version = "1.0.27", features = ["serde"] }
142142
serde = { version = "1.0.219", features = ["derive"] }
143143
serde_json = { version = "1.0.145", features = ["preserve_order"] }

0 commit comments

Comments
 (0)