Skip to content

Commit 4c85817

Browse files
committed
build: update base64 from 0.21 to 0.22.1
1 parent 27936e7 commit 4c85817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runtime-tokio = ["tokio", "async-compression?/tokio"]
2929
async-channel = "2.0.0"
3030
async-compression = { version = "0.4.15", default-features = false, features = ["deflate"], optional = true }
3131
async-std = { version = "1.8.0", default-features = false, features = ["std", "unstable"], optional = true }
32-
base64 = "0.21"
32+
base64 = "0.22.1"
3333
bytes = "1"
3434
chrono = { version = "0.4", default-features = false, features = ["std"] }
3535
futures = "0.3.15"

0 commit comments

Comments
 (0)