cargo upgrade serde_json

This commit is contained in:
Bryan Stitt 2022-11-22 22:46:47 +00:00
parent 5b1621ead4
commit 0cffa73d41
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated

@ -4210,9 +4210,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.88" version = "1.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7" checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
dependencies = [ dependencies = [
"itoa 1.0.2", "itoa 1.0.2",
"ryu", "ryu",

@ -57,7 +57,7 @@ rustc-hash = "1.1.0"
siwe = "0.5.0" siwe = "0.5.0"
sentry = { version = "0.29.0", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "rustls", "log", "sentry-log"] } sentry = { version = "0.29.0", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "rustls", "log", "sentry-log"] }
serde = { version = "1.0.147", features = [] } serde = { version = "1.0.147", features = [] }
serde_json = { version = "1.0.88", default-features = false, features = ["alloc", "raw_value"] } serde_json = { version = "1.0.89", default-features = false, features = ["alloc", "raw_value"] }
serde_prometheus = "0.1.6" serde_prometheus = "0.1.6"
# TODO: make sure this time version matches siwe. PR to put this in their prelude # TODO: make sure this time version matches siwe. PR to put this in their prelude
time = "0.3.17" time = "0.3.17"