Skip to content

Commit

Permalink
fix to deps, removed example
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Embacher <victor@embacher.xyz>
  • Loading branch information
vembacher committed Sep 16, 2024
1 parent 7e94d86 commit 58d3b5f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 129 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cosign-rustls-tls = [
"cosign",
"registry-rustls-tls",
]
cosign = ["olpc-cjson"]
cosign = ["olpc-cjson", "serde_with"]
cert = []

registry-native-tls = ["oci-distribution/native-tls", "registry"]
Expand Down Expand Up @@ -136,8 +136,11 @@ rsa = "0.9"
scrypt = "0.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "3.9", features = ["base64", "json"], optional = true }
serde_with = { version = "2.3", features = ["base64", "hex" ] }
serde_with = { version = "3.9", features = [
"base64",
"json",
"hex",
], optional = true }
sha2 = { version = "0.10", features = ["oid"] }
signature = { version = "2.2" }
sigstore_protobuf_specs = { version = "0.3", optional = true }
Expand Down Expand Up @@ -180,9 +183,6 @@ path = "examples/cosign/verify/main.rs"
name = "verify-blob"
path = "examples/cosign/verify-blob/main.rs"

[[example]]
name = "verify-bundle"
path = "examples/cosign/verify-bundle/main.rs"

[[example]]
name = "sign"
Expand Down
2 changes: 0 additions & 2 deletions examples/cosign/verify-bundle/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions examples/cosign/verify-bundle/README.md

This file was deleted.

82 changes: 0 additions & 82 deletions examples/cosign/verify-bundle/main.rs

This file was deleted.

17 changes: 0 additions & 17 deletions examples/cosign/verify-bundle/run.sh

This file was deleted.

1 change: 0 additions & 1 deletion src/rekor/models/log_entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ pub struct Verification {
#[derive(Default, Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct InclusionProof {
pub checkpoint: String,
pub hashes: Vec<String>,
pub log_index: i64,
pub root_hash: String,
Expand Down

0 comments on commit 58d3b5f

Please sign in to comment.