Skip to content

Commit

Permalink
Bump serde_json from 1.0.83 to 1.0.85
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.83 to 1.0.85.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.83...v1.0.85)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2022
1 parent 2c8805f commit 1c3091b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ categories = ["encoding", "mathematics", "rendering"]


[dependencies]
serde = { version = "1.0.143", features = ["derive"], optional = true }
serde = { version = "1.0.144", features = ["derive"], optional = true }

[dependencies.fj-proc]
version = "0.12.0"
path = "../../crates/fj-proc"

[dev-dependencies]
serde_json = "1.0.83"
serde_json = "1.0.85"
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = "0.4.17"
regex = "1.6.0"
secstr = "0.5.0"
semver = "1.0.13"
serde_json = "1.0.83"
serde_json = "1.0.85"
thiserror = "1.0.32"

[dependencies.reqwest]
Expand All @@ -28,5 +28,5 @@ features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.143"
version = "1.0.144"
features = ["derive"]

0 comments on commit 1c3091b

Please sign in to comment.