Skip to content

Commit

Permalink
chore(deps): update serde crates (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2024
1 parent 4d918cb commit 23a0825
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gateway-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reqwest.workspace = true
secp256k1.workspace = true
semver.workspace = true
serde.workspace = true
serde_json = "1.0.108"
serde_json = "1.0.111"
serde_with = "3.4.0"
siphasher.workspace = true
tap_core = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion graph-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ secp256k1.workspace = true
semver.workspace = true
serde.workspace = true
serde_json = { version = "1.0", features = ["raw_value"] }
serde_with = "3.1"
serde_with = "3.4"
serde_yaml = "0.9"
simple-rate-limiter = "1.0"
snmalloc-rs = "0.3"
Expand Down

0 comments on commit 23a0825

Please sign in to comment.