Skip to content

Commit

Permalink
Merge pull request #870 from hannobraun/dependabot/cargo/serde-1.0.140
Browse files Browse the repository at this point in the history
Bump serde from 1.0.139 to 1.0.140
  • Loading branch information
hannobraun authored Jul 25, 2022
2 parents 39fa735 + 55f368a commit 92c658b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ version = "0.9.0"
path = "../fj-window"

[dependencies.serde]
version = "1.0.139"
version = "1.0.140"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc-macro2 = "1.0.40"
quote = "1.0.20"

[dependencies.serde]
version = "1.0.139"
version = "1.0.140"
optional = true

[dependencies.syn]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["encoding", "mathematics", "rendering"]


[dependencies]
serde = { version = "1.0.139", features = ["derive"], optional = true }
serde = { version = "1.0.140", features = ["derive"], optional = true }

[dependencies.fj-proc]
version = "0.9.0"
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 @@ -28,5 +28,5 @@ features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.139"
version = "1.0.140"
features = ["derive"]

0 comments on commit 92c658b

Please sign in to comment.