chore(deps): update rust crate base64 to 0.23.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
This commit is contained in:
parent
233b944007
commit
b81384666c
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -2013,7 +2013,7 @@ name = "omikron"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"base64 0.22.1",
|
||||
"base64 0.23.1",
|
||||
"dashmap",
|
||||
"dotenv",
|
||||
"livekit-api",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ mtp-transport = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
|||
|
||||
ansi_term = "0.12.1"
|
||||
uuid = { version = "1.24.0", features = ["v4"] }
|
||||
base64 = "0.22.1"
|
||||
base64 = "0.23.0"
|
||||
dashmap = "6.2.1"
|
||||
once_cell = "1.21.4"
|
||||
rand = "0.10.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue