Skip to content

Commit

Permalink
Merge pull request #800 from hannobraun/dependabot/cargo/serde-1.0.139
Browse files Browse the repository at this point in the history
Bump serde from 1.0.138 to 1.0.139
  • Loading branch information
hannobraun authored Jul 11, 2022
2 parents 74dfed4 + 5d2f66a commit 30401a6
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.7.0"
path = "../fj-window"

[dependencies.serde]
version = "1.0.138"
version = "1.0.139"
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.138"
version = "1.0.139"
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.138", features = ["derive"], optional = true }
serde = { version = "1.0.139", features = ["derive"], optional = true }

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

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

0 comments on commit 30401a6

Please sign in to comment.