Skip to content

Commit

Permalink
Update base64
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Mar 15, 2024
1 parent 3bb450a commit 89c5d42
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 @@ -15,6 +15,7 @@ members = [
ark-bls12-381 = "0.4"
ark-serialize = { version = "0.4", default-features = false }
ark-std = { version = "0.4", default-features = false }
base64 = "0.22"
rand_chacha = "0.3"
serde = "1.0"
snafu = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion tagged-base64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build-cli = ["dep:clap"]
[dependencies]
ark-serialize = { workspace = true, optional = true, features = ["derive"] }
ark-std = { workspace = true }
base64 = "0.21"
base64 = { workspace = true }
crc-any = { version = "2.4.1", default-features = false }
serde = { workspace = true, optional = true, features = ["derive"] }
snafu = { workspace = true }
Expand Down

0 comments on commit 89c5d42

Please sign in to comment.