Skip to content

Commit

Permalink
Update base64 requirement from 0.21 to 0.22 (#580)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent a85ff0a commit dfb9ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rend3-gltf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default = ["ddsfile", "ktx2"]

[dependencies]
arrayvec = "0.7"
base64 = "0.21"
base64 = "0.22"
bytemuck = "1"
ddsfile = { version = "0.5", optional = true }
float-ord = "0.3.2"
Expand Down

0 comments on commit dfb9ac7

Please sign in to comment.