Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.107
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2023
1 parent 8a2774b commit ffa1d12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5591,9 +5591,9 @@ dependencies = [

[[package]]
name = "serde_json"
version = "1.0.106"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
dependencies = [
"indexmap 2.0.0",
"itoa",
Expand Down
2 changes: 1 addition & 1 deletion apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ shellexpand = "3.1.0"
sha2 = "0.10.7"
serde = { version = "1.0.188", features = ["derive", "rc"] }
serde_json_bytes = { version = "0.2.1", features = ["preserve_order"] }
serde_json = { version = "1.0.106", features = [
serde_json = { version = "1.0.107", features = [
"preserve_order",
"float_roundtrip",
] }
Expand Down

0 comments on commit ffa1d12

Please sign in to comment.