Skip to content

Commit

Permalink
chore(deps): Bump once_cell from 1.18.0 to 1.19.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent 7767521 commit 32515b2
Show file tree
Hide file tree
Showing 4 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.

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
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 32515b2

Please sign in to comment.