Skip to content

Commit

Permalink
chore(deps): bump yare from 1.0.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [yare](https://github.com/foresterre/yare) from 1.0.2 to 2.0.0.
- [Release notes](https://github.com/foresterre/yare/releases)
- [Changelog](https://github.com/foresterre/yare/blob/main/CHANGELOG.md)
- [Commits](foresterre/yare@v1.0.2...yare-macro-v2.0.0)

---
updated-dependencies:
- dependency-name: yare
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 90d236e commit 29cde5b
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 16 deletions.
11 changes: 5 additions & 6 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 capable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ mc-sgx-core-types = { path = "../core/types", version = "=0.8.0" }
mc-sgx-util = { path = "../util", version = "=0.8.0" }

[dev-dependencies]
yare = "1.0.1"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion capable/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ mc-sgx-util = { path = "../../util", version = "=0.8.0" }
serde = { version = "1.0", default-features = false, features = ["derive"] }

[dev-dependencies]
yare = "1.0.1"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion core/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ getrandom = { version = "0.2", default-features = false, features = ["custom"] }
rand = "0.8.5"
serde_cbor = "0.11.1"
textwrap = "0.16.0"
yare = "1.0.1"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion dcap/ql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ sim = []
[dev-dependencies]
serial_test = { version = "2.0.0", default-features = false }
tempfile = "3.7.1"
yare = "1.0.1"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion dcap/ql/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ mc-sgx-core-types = { path = "../../../core/types", version = "=0.8.0" }
mc-sgx-dcap-ql-sys-types = { path = "../sys/types", version = "=0.8.0" }

[dev-dependencies]
yare = "1.0.2"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion dcap/quoteverify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ once_cell = "1.17.0"
mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.8.0" }
serial_test = { version = "2.0.0", default-features = false }
tempfile = "3.7.1"
yare = "1.0.1"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion dcap/quoteverify/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ mc-sgx-core-types = { path = "../../../core/types", version = "=0.8.0" }
mc-sgx-dcap-quoteverify-sys-types = { path = "../sys/types", version = "=0.8.0" }

[dev-dependencies]
yare = "1.0.2"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion dcap/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" }
serde_cbor = "0.11.2"
textwrap = "0.16.0"
x509-cert = { version = "0.2.3", default-features = false, features = ["pem"] }
yare = "1.0.1"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion tservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo

[dev-dependencies]
mc-sgx-tservice-types = { path = "types", version = "=0.8.0", features = [ "test-utils" ] }
yare = "1.0.2"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion tservice/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ mc-sgx-core-types = { path = "../../core/types", version = "=0.8.0" }
mc-sgx-tservice-sys-types = { path = "../sys/types", version = "=0.8.0" }

[dev-dependencies]
yare = "1.0.2"
yare = "2.0.0"

0 comments on commit 29cde5b

Please sign in to comment.