Skip to content

Commit ab5d4d7

Browse files
authored
Merge pull request #776 from Torbjorn-Svensson/pr/bump-to-validator-0.19.0
Bump `validator` from 0.16.1 to 0.19.0
2 parents d11ec27 + 3212f0b commit ab5d4d7

File tree

6 files changed

+281
-17
lines changed

6 files changed

+281
-17
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
continue-on-error: false
5656
- # test with the MSRV version
5757
test-arm: "Minimum Supported Rust Version"
58-
rust-version: "1.70.0"
58+
rust-version: "1.71.1"
5959
continue-on-error: false
6060
- # test with the current nightly version (allowed to fail)
6161
test-arm: "Nightly"

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
homepage = "https://cyclonedx.org/"
1313
license = "Apache-2.0"
1414
repository = "https://github.com/CycloneDX/cyclonedx-rust-cargo"
15-
rust-version = "1.70.0"
15+
rust-version = "1.71.1"
1616

1717
# Config for 'dist'
1818
[workspace.metadata.dist]

0 commit comments

Comments
 (0)