Update base64 version
This commit is contained in:
parent
5127762c2b
commit
82e63284ce
|
@ -1053,7 +1053,7 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
||||||
name = "lox-distributor"
|
name = "lox-distributor"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.7",
|
"base64 0.22.0",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
"futures",
|
"futures",
|
||||||
|
@ -1083,7 +1083,7 @@ name = "lox-library"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes-gcm",
|
"aes-gcm",
|
||||||
"base64 0.21.7",
|
"base64 0.22.0",
|
||||||
"bincode",
|
"bincode",
|
||||||
"chrono",
|
"chrono",
|
||||||
"curve25519-dalek",
|
"curve25519-dalek",
|
||||||
|
|
|
@ -16,7 +16,7 @@ readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
julianday = "1.2.0"
|
julianday = "1.2.0"
|
||||||
base64 = "0.21.7"
|
base64 = "0.22.0"
|
||||||
hyper = { version = "0.14.28", features = ["deprecated", "backports","server"] }
|
hyper = { version = "0.14.28", features = ["deprecated", "backports","server"] }
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
hex_fmt = "0.3"
|
hex_fmt = "0.3"
|
||||||
|
|
|
@ -26,7 +26,7 @@ statistical = "1.0.0"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
hex_fmt = "0.3"
|
hex_fmt = "0.3"
|
||||||
aes-gcm = { version = "0.10", features =["aes"]}
|
aes-gcm = { version = "0.10", features =["aes"]}
|
||||||
base64 = "0.21"
|
base64 = "0.22.0"
|
||||||
time = "0.3.36"
|
time = "0.3.36"
|
||||||
prometheus = "0.13.3"
|
prometheus = "0.13.3"
|
||||||
subtle = "2.5"
|
subtle = "2.5"
|
||||||
|
|
Loading…
Reference in New Issue