Skip to content

Commit

Permalink
build: bump serde-big-array from 0.4.1 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [serde-big-array](https://github.com/est31/serde-big-array) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/est31/serde-big-array/releases)
- [Commits](est31/serde-big-array@v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: serde-big-array
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mrinalwadhwa committed Feb 18, 2023
1 parent d2345e3 commit 3e8f61c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ heapless = "0.7"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", optional = true }
sha2 = { version = "0.10", default-features = false }
serde-big-array = "0.4"
serde-big-array = "0.5"
subtle = { version = "2.4.1", default-features = false }
rand = { version = "0.8", default-features = false }
tracing = { version = "0.1", default_features = false }
Expand Down

0 comments on commit 3e8f61c

Please sign in to comment.