Skip to content

Commit

Permalink
Bump serde from 1.0.142 to 1.0.143
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.142 to 1.0.143.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.142...v1.0.143)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 16, 2022
1 parent 5af279e commit a36c481
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/fj-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["encoding", "mathematics", "rendering"]


[dependencies]
anyhow = "1.0.60"
anyhow = "1.0.61"

[dependencies.clap]
version = "3.2.17"
Expand Down 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
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.60"
anyhow = "1.0.61"
cargo_metadata = "0.15.0"
cmd_lib = "1.3.0"
env_logger = "0.9.0"
Expand All @@ -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 a36c481

Please sign in to comment.