Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.93 (#2094)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [serde_json](https://togithub.com/serde-rs/json) | dev-dependencies | patch | `1.0.91` -> `1.0.93` |
| [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.91` -> `1.0.93` |

---

### Release Notes

<details>
<summary>serde-rs/json</summary>

### [`v1.0.93`](https://togithub.com/serde-rs/json/releases/tag/v1.0.93)

[Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.92...v1.0.93)

-   Support 128-bit integers in serde_json::to_value ([#&#8203;982](https://togithub.com/serde-rs/json/issues/982))

### [`v1.0.92`](https://togithub.com/serde-rs/json/releases/tag/v1.0.92)

[Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.91...v1.0.92)

-   Documentation improvements

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/hashintel/hash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4xIn0=-->
  • Loading branch information
renovate[bot] committed Feb 19, 2023
1 parent 95ee5c7 commit ee9e028
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/hash-graph/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ graph = { path = "../lib/graph", features = ["__internal_bench"] }
graph-test-data = { path = "../tests/test_data" }
rand = "0.8.5"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.93"
tokio = { version = "1.25.0", features = ["rt-multi-thread", "macros"] }
tokio-postgres = { version = "0.7.7", default-features = false }
type-system = { git = "https://github.com/blockprotocol/blockprotocol", rev = "adab205" }
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-graph/bin/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures = { version = "0.3.25", optional = true }
graph = { path = "../../lib/graph", features = ["clap"] }
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
regex = "1.7.1"
serde_json = "1.0.91"
serde_json = "1.0.93"
tarpc = { version = "0.31", features = ["serde1", "tokio1", "serde-transport", "tcp"], optional = true }
tokio = { version = "1.25.0", features = ["rt-multi-thread", "macros"] }
tokio-postgres = { version = "0.7.7", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-graph/lib/graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ postgres-types = { version = "0.2.4", default-features = false, features = ["der
postgres-protocol = "0.6.4"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.93"
tokio = { version = "1.25.0", default-features = false }
tokio-postgres = { version = "0.7.7", default-features = false }
tower = "0.4.13"
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-graph/lib/type-fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ error-stack = { version = "0.3.1", features = ["spantrace"] }
type-system = { git = "https://github.com/blockprotocol/blockprotocol", rev = "adab205" }

serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.93"
time = { version = "0.3.19", features = ['serde'] }
tracing = "0.1.37"

Expand Down
2 changes: 1 addition & 1 deletion apps/hash-graph/tests/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ error-stack = "0.3.1"
futures = "0.3.25"
rand = "0.8.5"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.93"
time = "0.3.19"
tokio = { version = "1.25.0", features = ["rt-multi-thread", "macros"] }
tokio-postgres = { version = "0.7.7", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion libs/deer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1.0.152", default_features = false, features = ['alloc', 'd
erased-serde = { version = "0.3.24", default_features = false, features = ['alloc'] }

[dev-dependencies]
serde_json = { version = "1.0.91", features = ['arbitrary_precision'] }
serde_json = { version = "1.0.93", features = ['arbitrary_precision'] }
similar-asserts = { version = "1.4.2", features = ['serde'] }
deer-desert = { path = "./desert", features = ['pretty'] }
proptest = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/deer/desert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
[dependencies]
deer = { path = ".." }
error-stack = { version = "0.3.1", default_features = false }
serde_json = { version = "1.0.91", default_features = false, features = ['alloc'] }
serde_json = { version = "1.0.93", default_features = false, features = ['alloc'] }
serde = { version = "1.0.152", default_features = false, features = ['alloc'] }
bitvec = { version = "1", default_features = false, features = ['alloc', 'atomic'] }

Expand Down
2 changes: 1 addition & 1 deletion libs/deer/json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish = false
[dependencies]
error-stack = { version = "0.3.1", default_features = false }

serde_json = { version = "1.0.91", default_features = false, features = ['alloc'] }
serde_json = { version = "1.0.93", default_features = false, features = ['alloc'] }

deer = { path = "..", default_features = false }

Expand Down
2 changes: 1 addition & 1 deletion libs/error-stack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spin = { version = "0.9", default-features = false, optional = true, features =

[dev-dependencies]
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.93"
futures = { version = "0.3.25", default-features = false, features = ["executor"] }
trybuild = "1.0.77"
tracing = "0.1.37"
Expand Down

0 comments on commit ee9e028

Please sign in to comment.