Update Rust crate serde_json to 1.0.111 (#17)
All checks were successful
Build and push container image / build (push) Successful in 7m15s
All checks were successful
Build and push container image / build (push) Successful in 7m15s
Co-authored-by: Renovate <system@toast-server.net> Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
parent
dd0922d70e
commit
0a9cf4a36e
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1494,9 +1494,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.110"
|
||||
version = "1.0.111"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257"
|
||||
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
@ -12,7 +12,7 @@ gamedig = "0.4.1"
|
||||
once_cell = "1.19.0"
|
||||
poise = "0.5.7"
|
||||
reqwest = "0.11.23"
|
||||
serde_json = "1.0.110"
|
||||
serde_json = "1.0.111"
|
||||
serenity = "0.12.0"
|
||||
tokio = { version = "1.35.1", features = ["macros", "signal", "rt-multi-thread"] }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user