mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +02:00
chore(deps): update rust crate base64 to v0.22.1
This commit is contained in:
parent
26e190593a
commit
a4bf94657c
1 changed files with 6 additions and 6 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -364,9 +364,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.22.0"
|
||||
version = "0.22.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
|
||||
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
||||
|
||||
[[package]]
|
||||
name = "base64ct"
|
||||
|
@ -2237,7 +2237,7 @@ version = "3.8.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20"
|
||||
dependencies = [
|
||||
"base64 0.22.0",
|
||||
"base64 0.22.1",
|
||||
"chrono",
|
||||
"hex",
|
||||
"indexmap 1.9.3",
|
||||
|
@ -2442,7 +2442,7 @@ version = "0.1.2-alpha.1"
|
|||
dependencies = [
|
||||
"actix-web",
|
||||
"anyhow",
|
||||
"base64 0.22.0",
|
||||
"base64 0.22.1",
|
||||
"teepot",
|
||||
"tracing",
|
||||
"tracing-log",
|
||||
|
@ -2507,7 +2507,7 @@ dependencies = [
|
|||
"actix-web",
|
||||
"anyhow",
|
||||
"awc",
|
||||
"base64 0.22.0",
|
||||
"base64 0.22.1",
|
||||
"bytemuck",
|
||||
"bytes",
|
||||
"clap",
|
||||
|
@ -2925,7 +2925,7 @@ version = "0.1.2-alpha.1"
|
|||
dependencies = [
|
||||
"actix-web",
|
||||
"anyhow",
|
||||
"base64 0.22.0",
|
||||
"base64 0.22.1",
|
||||
"clap",
|
||||
"serde_json",
|
||||
"teepot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue