chore(deps): update rust crate base64 to 0.22.0
This commit is contained in:
committed by
GitHub
parent
0b53db9921
commit
662180166f
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -7289,7 +7289,7 @@ dependencies = [
|
|||||||
"async-trait",
|
"async-trait",
|
||||||
"axum",
|
"axum",
|
||||||
"base32",
|
"base32",
|
||||||
"base64 0.21.7",
|
"base64 0.22.1",
|
||||||
"bson",
|
"bson",
|
||||||
"deadqueue",
|
"deadqueue",
|
||||||
"decancer",
|
"decancer",
|
||||||
@@ -7394,7 +7394,7 @@ dependencies = [
|
|||||||
"async-trait",
|
"async-trait",
|
||||||
"aws-config",
|
"aws-config",
|
||||||
"aws-sdk-s3",
|
"aws-sdk-s3",
|
||||||
"base64 0.21.7",
|
"base64 0.22.1",
|
||||||
"ffprobe",
|
"ffprobe",
|
||||||
"image",
|
"image",
|
||||||
"imagesize",
|
"imagesize",
|
||||||
@@ -7526,7 +7526,7 @@ version = "0.13.7"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64 0.21.7",
|
"base64 0.22.1",
|
||||||
"fcm_v1",
|
"fcm_v1",
|
||||||
"isahc",
|
"isahc",
|
||||||
"iso8601-timestamp",
|
"iso8601-timestamp",
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ once_cell = "1.9.0"
|
|||||||
config = "0.13.3"
|
config = "0.13.3"
|
||||||
cached = "0.44.0"
|
cached = "0.44.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
base64 = "0.21.3"
|
base64 = "0.22.0"
|
||||||
decancer = "3.3.3"
|
decancer = "3.3.3"
|
||||||
linkify = "0.8.1"
|
linkify = "0.8.1"
|
||||||
url-escape = "0.1.1"
|
url-escape = "0.1.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user