Update Rust crate serde_json to 1.0.109 (#14)
All checks were successful
Build and push container image / build (push) Successful in 7m7s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-01-01 01:14:25 +00:00 committed by Renovate Bot
parent 3dbf087a71
commit b04f10b6d8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1494,9 +1494,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.108" version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -12,7 +12,7 @@ gamedig = "0.4.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
poise = "0.5.7" poise = "0.5.7"
reqwest = "0.11.23" reqwest = "0.11.23"
serde_json = "1.0.108" serde_json = "1.0.109"
serenity = "0.12.0" serenity = "0.12.0"
tokio = { version = "1.35.1", features = ["macros", "signal", "rt-multi-thread"] } tokio = { version = "1.35.1", features = ["macros", "signal", "rt-multi-thread"] }