Skip to content

Commit fb759d1

Browse files
Bump base64 from 0.22.0 to 0.22.1
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.0 to 0.22.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34c7e60 commit fb759d1

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/rust/lib.rs"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
base64 = "0.22.0"
13+
base64 = "0.22.1"
1414
pyo3 = "0.21.2"
1515
resvg = { version = "0.41.0", features = ["raster-images","text"] }
1616
svgtypes = "0.15.0"

0 commit comments

Comments
 (0)