Skip to content

Commit

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

Bump serde_json from 1.0.93 to 1.0.94
  • Loading branch information
hannobraun authored Mar 6, 2023
2 parents 0705cb5 + 84cb811 commit 9a2ebf1
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 @@ -24,4 +24,4 @@ features = ["derive"]
optional = true

[dev-dependencies]
serde_json = "1.0.93"
serde_json = "1.0.94"
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.5"
octocrab = "0.18.1"
semver = "1.0.16"
serde = "1.0.152"
serde_json = "1.0.93"
serde_json = "1.0.94"
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.10.0"
log = "0.4.17"
secstr = "0.5.0"
semver = "1.0.16"
serde_json = "1.0.93"
serde_json = "1.0.94"
thiserror = "1.0.35"

[dependencies.autolib]
Expand Down

0 comments on commit 9a2ebf1

Please sign in to comment.