Skip to content

Commit

Permalink
chore(deps): Bump once_cell from 1.18.0 to 1.19.0 (#3781)
Browse files Browse the repository at this point in the history
* chore(deps): Bump once_cell from 1.18.0 to 1.19.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update consensus enclave lock file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Santana <[email protected]>
  • Loading branch information
dependabot[bot] and nick-mobilecoin authored Dec 11, 2023
1 parent f03b5b0 commit a3a18e4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 consensus/enclave/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mc-util-from-random = { path = "../../../util/from-random" }
mc-util-serial = { path = "../../../util/serial" }

mbedtls = { version = "0.8.1", default-features = false, features = ["no_std_deps"] }
once_cell = { version = "1.18", default-features = false, features = ["alloc", "race"] }
once_cell = { version = "1.19", default-features = false, features = ["alloc", "race"] }
prost = { version = "0.12", default-features = false, features = ["prost-derive"] }
rand_core = { version = "0.6", default-features = false }
subtle = { version = "2.4", default-features = false, features = ["i128"] }
Expand Down
4 changes: 2 additions & 2 deletions consensus/enclave/trusted/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 consensus/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ futures = "0.3"
grpcio = "0.13"
hex = "0.4"
lazy_static = "1.4"
once_cell = "1.18"
once_cell = "1.19"
protobuf = "2.27.1"
rand = "0.8"
rayon = "1.8"
Expand Down
2 changes: 1 addition & 1 deletion fog/test-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ hex_fmt = "0.3"
lazy_static = "1.4"
maplit = "1.0"
more-asserts = "0.3"
once_cell = "1.18"
once_cell = "1.19"
rand = "0.8"
retry = "2.0"
serde = "1"
Expand Down

0 comments on commit a3a18e4

Please sign in to comment.