Skip to content

Commit

Permalink
Merge pull request #1189 from hannobraun/dependabot/cargo/serde_json-…
Browse files Browse the repository at this point in the history
…1.0.86

Bump serde_json from 1.0.85 to 1.0.86
  • Loading branch information
hannobraun authored Oct 10, 2022
2 parents 439ea43 + b165433 commit 2cc2e33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ features = ["derive"]
optional = true

[dev-dependencies]
serde_json = "1.0.85"
serde_json = "1.0.86"
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ map-macro = "0.2.4"
octocrab = "0.17.0"
semver = "1.0.14"
serde = "1.0.144"
serde_json = "1.0.85"
serde_json = "1.0.86"
url = "2.3.0"

[dependencies.autolib]
Expand Down
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env_logger = "0.9.1"
log = "0.4.17"
secstr = "0.5.0"
semver = "1.0.14"
serde_json = "1.0.85"
serde_json = "1.0.86"
thiserror = "1.0.35"

[dependencies.autolib]
Expand Down

0 comments on commit 2cc2e33

Please sign in to comment.