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 12, 2023
1 parent 7449eff commit 34d1f21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 dcap/ql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mc-sgx-dcap-ql-sys = { path = "sys", version = "=0.10.1" }
mc-sgx-dcap-ql-types = { path = "types", version = "=0.10.1" }
mc-sgx-dcap-types = { path = "../types", version = "=0.10.1", features = ["alloc"] }
mc-sgx-util = { path = "../../util", version = "=0.10.1" }
once_cell = "1.17.0"
once_cell = "1.19.0"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion dcap/quoteverify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mc-sgx-dcap-quoteverify-types = { path = "types", version = "=0.10.1" }
mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.10.1" }
mc-sgx-dcap-types = { path = "../types", version = "=0.10.1", features = ["alloc"] }
mc-sgx-util = { path = "../../util", version = "=0.10.1" }
once_cell = "1.17.0"
once_cell = "1.19.0"

[dev-dependencies]
mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.10.1" }
Expand Down

0 comments on commit 34d1f21

Please sign in to comment.