Skip to content

Commit

Permalink
ocicrypt-rs: update base64-serde dep to v0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Jul 26, 2023
1 parent 6431ab3 commit ea4e969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ aes-gcm = "0.10.2"
anyhow = "1.0"
async-trait = "0.1.71"
base64 = "0.21.2"
base64-serde = "0.7"
cfg-if = "1.0.0"
clap = "4"
const_format = "0.2.30"
Expand Down
2 changes: 1 addition & 1 deletion ocicrypt-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aes = { workspace = true, optional = true }
async-trait = { workspace = true, optional = true }
attestation_agent = { path = "../attestation-agent/lib", optional = true }
base64.workspace = true
base64-serde = { version = "0.6", optional = true }
base64-serde = { workspace = true, optional = true }
cfg-if.workspace = true
ctr = { workspace = true, optional = true }
hmac = { workspace = true, optional = true }
Expand Down

0 comments on commit ea4e969

Please sign in to comment.