Skip to content

Commit f9bcbab

Browse files
build(deps): bump the cargo group with 7 updates
Bumps the cargo group with 7 updates: | Package | From | To | | --- | --- | --- | | [rust_decimal](https://github.com/paupino/rust-decimal) | `1.39.0` | `1.40.0` | | [rust_decimal_macros](https://github.com/paupino/rust-decimal) | `1.39.0` | `1.40.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.52` | `1.2.53` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.6` | `0.7.7` | | [find-msvc-tools](https://github.com/rust-lang/cc-rs) | `0.1.7` | `0.1.8` | | [getrandom](https://github.com/rust-random/getrandom) | `0.2.16` | `0.2.17` | | [zmij](https://github.com/dtolnay/zmij) | `1.0.12` | `1.0.15` | Updates `rust_decimal` from 1.39.0 to 1.40.0 - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](paupino/rust-decimal@1.39.0...1.40.0) Updates `rust_decimal_macros` from 1.39.0 to 1.40.0 - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](paupino/rust-decimal@1.39.0...1.40.0) Updates `cc` from 1.2.52 to 1.2.53 - [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.52...cc-v1.2.53) Updates `clap_lex` from 0.7.6 to 0.7.7 - [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_lex-v0.7.6...clap_lex-v0.7.7) Updates `find-msvc-tools` from 0.1.7 to 0.1.8 - [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@find-msvc-tools-v0.1.7...find-msvc-tools-v0.1.8) Updates `getrandom` from 0.2.16 to 0.2.17 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.16...v0.2.17) Updates `zmij` from 1.0.12 to 1.0.15 - [Release notes](https://github.com/dtolnay/zmij/releases) - [Commits](dtolnay/zmij@1.0.12...1.0.15) --- updated-dependencies: - dependency-name: rust_decimal dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: rust_decimal_macros dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: cc dependency-version: 1.2.53 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_lex dependency-version: 0.7.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: find-msvc-tools dependency-version: 0.1.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: getrandom dependency-version: 0.2.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zmij dependency-version: 1.0.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fea372c commit f9bcbab

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ codegen-units = 1
4444
base64 = { version = "0.22.1" }
4545
indoc = "2.0.6"
4646
jiff = { version = "0.2.18", features = [ "serde" ]}
47-
rust_decimal = { version = "1.39.0", features= ["serde-with-arbitrary-precision" ]}
48-
rust_decimal_macros = { version = "1.39.0" }
47+
rust_decimal = { version = "1.40.0", features= ["serde-with-arbitrary-precision" ]}
48+
rust_decimal_macros = { version = "1.40.0" }
4949
uuid = { version = "1.19.0", default-features = false, features = [ "serde" ] }
5050
log = "0.4.29"
5151
regex = { version = "1.12.2" }

0 commit comments

Comments
 (0)