Skip to content

Commit 2b49e63

Browse files
fix(deps): update rust crate base64 to 0.21.2
1 parent 160fac9 commit 2b49e63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ thiserror = "1.0"
2828
zip = { version = "0.6.3", default-features = false, features = ["deflate"] }
2929
serde = { version = "1.0", features = ["derive"] }
3030
serde_json = {version = "1.0" }
31-
base64 = "0.13.1"
31+
base64 = "0.21.2"
3232
image = { version = "0.24.4", default-features = false, features=["gif", "jpeg", "png", "bmp", "tiff"] }
3333
wasm-bindgen = { version = "0.2.78", optional = true }
3434
ts-rs = { version = "6.1", optional = true }

0 commit comments

Comments
 (0)