Skip to content

Commit

Permalink
bumped base64 to 0.22.0 to resolve update error
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Mar 2, 2024
1 parent efb6393 commit b2754e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ actix-governor = { version = "0.5.0", features = ["logger"] }
# proposing feedback
tempfile = "3.10.0"
image = { version = "0.24.8", default-features = false, features = ["jpeg", "png", "webp", "webp-encoder"] }
base64 = { version = "0.21.7", default-features = false, features = [] }
base64 = "0.22.0"
serde_yaml = "0.9"

[dev-dependencies]
Expand Down

0 comments on commit b2754e2

Please sign in to comment.