Skip to content

Commit

Permalink
update: bump chrono from 0.4.38 to 0.4.39 (#763)
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.38 to 0.4.39.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.38...v0.4.39)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 99c29f4 commit cd47a94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions internal/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ url = "2.5.3"
normal = ["openssl"] # TEMPORARY: Remove after openssl transition complete.

[dependencies.chrono]
version = "0.4.38"
version = "0.4.39"
default-features = false
features = ["wasmbind"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.chrono]
version = "0.4.38"
version = "0.4.39"
default-features = false
features = ["now", "wasmbind"]

Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ byteorder = { version = "1.4.3", default-features = false }
byteordered = "0.6.0"
c2pa-crypto = { path = "../internal/crypto", version = "0.1.2" }
c2pa-status-tracker = { path = "../internal/status-tracker", version = "0.1.0" }
chrono = { version = "0.4.38", default-features = false, features = [
chrono = { version = "0.4.39", default-features = false, features = [
"serde",
"wasmbind",
] }
Expand Down

0 comments on commit cd47a94

Please sign in to comment.