Upgrade base64
This commit is contained in:
parent
88d7d54601
commit
d53543ccb1
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user