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", "activitystreams-traits",
"array_tool", "array_tool",
"askama_escape", "askama_escape",
"base64 0.10.1", "base64 0.13.0",
"chrono", "chrono",
"heck", "heck",
"hex", "hex",

View File

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