Update Rust crate serde_json to 1.0.113 (#33)
All checks were successful
Build and push container image / build (push) Successful in 9m47s
All checks were successful
Build and push container image / build (push) Successful in 9m47s
Co-authored-by: Renovate <system@toast-server.net> Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
parent
7c8665d523
commit
03a6bf5e75
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1477,9 +1477,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.112"
|
version = "1.0.113"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed"
|
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
@ -12,7 +12,7 @@ gamedig = "0.4.1"
|
|||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
poise = "0.6.1"
|
poise = "0.6.1"
|
||||||
reqwest = { version = "0.11.23", features = ["json"] }
|
reqwest = { version = "0.11.23", features = ["json"] }
|
||||||
serde_json = "1.0.112"
|
serde_json = "1.0.113"
|
||||||
serenity = "0.12.0"
|
serenity = "0.12.0"
|
||||||
sysinfo = "0.30.5"
|
sysinfo = "0.30.5"
|
||||||
tokio = { version = "1.35.1", features = ["macros", "signal", "rt-multi-thread"] }
|
tokio = { version = "1.35.1", features = ["macros", "signal", "rt-multi-thread"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user