Skip to content

Commit dfb9ac7

Browse files
Update base64 requirement from 0.21 to 0.22 (#580)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a85ff0a commit dfb9ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rend3-gltf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default = ["ddsfile", "ktx2"]
1616

1717
[dependencies]
1818
arrayvec = "0.7"
19-
base64 = "0.21"
19+
base64 = "0.22"
2020
bytemuck = "1"
2121
ddsfile = { version = "0.5", optional = true }
2222
float-ord = "0.3.2"

0 commit comments

Comments
 (0)