Skip to content

Commit 3188205

Browse files
Bump the rust-dependencies group across 1 directory with 6 updates
Bumps the rust-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.17` | | [uniffi](https://github.com/mozilla/uniffi-rs) | `0.30.0` | `0.31.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.51` | `1.2.52` | | [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.43` | | [clap](https://github.com/clap-rs/clap) | `4.5.52` | `4.5.54` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` | Updates `thiserror` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.17) Updates `uniffi` from 0.30.0 to 0.31.0 - [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md) - [Commits](mozilla/uniffi-rs@v0.30.0...v0.31.0) Updates `cc` from 1.2.51 to 1.2.52 - [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.51...cc-v1.2.52) Updates `chrono` from 0.4.42 to 0.4.43 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.42...v0.4.43) Updates `clap` from 4.5.52 to 4.5.54 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.52...clap_complete-v4.5.54) Updates `serde_json` from 1.0.145 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: uniffi dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: cc dependency-version: 1.2.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: chrono dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7dc05c5 commit 3188205

File tree

5 files changed

+55
-55
lines changed

5 files changed

+55
-55
lines changed

Cargo.lock

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

core-modules/crypto-openssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ build = "builder/main.rs"
2828
[build-dependencies]
2929
bindgen = "0.72.1"
3030
num_cpus = "1.17.0"
31-
cc = "1.2.51"
31+
cc = "1.2.52"
3232
chrono = { version = "0.4", features = ["clock"] }

core-modules/crypto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ base64 = "0.22.1"
3737
num-bigint = "0.4"
3838
num-traits = "0.2.19"
3939
zeroize = { version = "1.8.1", features = ["zeroize_derive"] }
40-
uniffi = { version = "0.30.0", optional = true }
41-
thiserror = "2.0.16"
40+
uniffi = { version = "0.31.0", optional = true }
41+
thiserror = "2.0.17"
4242
rand = "0.9.2"
4343
hex = "0.4.3"

core-modules/healthcard/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ pcsc = ["dep:pcsc"]
3737

3838
[dependencies]
3939
lazy_static = "1.5.0"
40-
thiserror = "2.0.16"
40+
thiserror = "2.0.17"
4141
hex = "0.4.3"
4242
asn1 = { path = "../asn1" }
4343
crypto = { path = "../crypto" }
4444
once_cell = "1.21.3"
4545
num-bigint = "0.4"
4646
zeroize = { version = "1.8.1", features = ["zeroize_derive"] }
47-
uniffi = { version = "0.30.0", optional = true }
48-
clap = { version = "4.5.40", optional = true, features = ["derive"] }
47+
uniffi = { version = "0.31.0", optional = true }
48+
clap = { version = "4.5.54", optional = true, features = ["derive"] }
4949
serde = { version = "1.0.219", optional = true, features = ["derive"] }
50-
serde_json = { version = "1.0.117", optional = true }
50+
serde_json = { version = "1.0.149", optional = true }
5151
pcsc = { version = "2.8.2", optional = true }

tools/uniffi-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ name = "uniffi-bindgen"
3131
path = "src/main.rs"
3232

3333
[dependencies]
34-
uniffi = { version = "0.30.0", features = ["cli"] }
34+
uniffi = { version = "0.31.0", features = ["cli"] }

0 commit comments

Comments
 (0)