Skip to content

Commit 352b24f

Browse files
Pin Rust crate base64 to =0.22.1
1 parent 72856ae commit 352b24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ default-features = false
3636
serde_json = "=1.0.140"
3737
serde = { version = "=1.0.219", features = ["derive"] }
3838
sha2 = "=0.10.8"
39-
base64 = "0.22"
39+
base64 = "=0.22.1"
4040
rand = { version = "=0.8.5", default-features = true }
4141
criterion = { version = "=0.5.1", features = ["html_reports"] }
4242

0 commit comments

Comments
 (0)