Skip to content

Commit 7e0c506

Browse files
Bump once_cell from 1.18.0 to 1.21.3
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.21.3. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.18.0...v1.21.3) --- updated-dependencies: - dependency-name: once_cell dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22cac58 commit 7e0c506

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

cargo-cyclonedx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ clap = { version = "4.4.11", features = ["derive"] }
2828
cyclonedx-bom = { version = "0.8.0", path = "../cyclonedx-bom" }
2929
env_logger = "0.10.0"
3030
log = "0.4.20"
31-
once_cell = "1.18.0"
31+
once_cell = "1.21.3"
3232
pathdiff = { version = "0.2.1", features = ["camino"] }
3333
percent-encoding = "2.3.1"
3434
purl = { version = "0.1.3", default-features = false, features = ["package-type"] }

cyclonedx-bom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version.workspace = true
1818
base64 = "0.21.2"
1919
fluent-uri = "0.1.4"
2020
indexmap = "2.2.2"
21-
once_cell = "1.18.0"
21+
once_cell = "1.21.3"
2222
ordered-float = { version = "4.2.0", default-features = false }
2323
purl = { version = "0.1.3", default-features = false }
2424
regex = "1.9.3"

0 commit comments

Comments
 (0)