Skip to content

Commit

Permalink
Merge pull request #959 from hannobraun/dependabot/cargo/serde-1.0.143
Browse files Browse the repository at this point in the history
Bump serde from 1.0.142 to 1.0.143
  • Loading branch information
hannobraun authored Aug 16, 2022
2 parents 8d54efc + 780a293 commit 3cd6a4c
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 @@ -63,7 +63,7 @@ version = "0.11.0"
path = "../fj-window"

[dependencies.serde]
version = "1.0.142"
version = "1.0.143"
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 @@ -23,7 +23,7 @@ proc-macro2 = "1.0.43"
quote = "1.0.21"

[dependencies.serde]
version = "1.0.142"
version = "1.0.143"
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 @@ -16,7 +16,7 @@ categories = ["encoding", "mathematics", "rendering"]


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

[dependencies.fj-proc]
version = "0.11.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.142"
version = "1.0.143"
features = ["derive"]

0 comments on commit 3cd6a4c

Please sign in to comment.