Skip to content

Commit

Permalink
Update Rust crate base64 to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent de2a0a7 commit 1d4005d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion full-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ t3-connection = { path = "../t3/connection" }
ledger-mob = { path = "../ledger-mob/lib" }

async-trait = "0.1.59"
base64 = "0.21.5"
base64 = "0.22.0"
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
clap = { version = "4.4", features = ["derive", "env"] }
crossbeam-channel = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mc-util-repr-bytes = { path = "../mobilecoin/util/repr-bytes", default-features
mc-util-serial = { path = "../mobilecoin/util/serial", default-features = false }

anyhow = "1.0.75"
base64 = "0.21.5"
base64 = "0.22.0"
clap = { version = "4.4", features = [ "derive" ] }
displaydoc = { version = "0.2", default-features = false }
hex = { version = "0.4", default-features = false }
Expand Down

0 comments on commit 1d4005d

Please sign in to comment.