Upgrade base64

This commit is contained in:
Kitaiti Makoto 2022-01-07 06:06:49 +09:00
parent 88d7d54601
commit d53543ccb1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -3052,7 +3052,7 @@ dependencies = [
"activitystreams-traits",
"array_tool",
"askama_escape",
"base64 0.10.1",
"base64 0.13.0",
"chrono",
"heck",
"hex",

View file

@ -9,7 +9,7 @@ activitypub = "0.1.1"
activitystreams-derive = "0.1.1"
activitystreams-traits = "0.1.0"
array_tool = "1.0"
base64 = "0.10"
base64 = "0.13"
heck = "0.3.0"
hex = "0.3"
hyper = "0.12.33"