Skip to content

Commit

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

---
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 Dec 19, 2022
1 parent 4e835bc commit 871f42b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 @@ -31,7 +31,7 @@ version = "0.10.8"
features = ["env", "toml"]

[dependencies.serde]
version = "1.0.150"
version = "1.0.151"
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 @@ -18,7 +18,7 @@ proc-macro2 = "1.0.47"
quote = "1.0.21"

[dependencies.serde]
version = "1.0.150"
version = "1.0.151"
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 @@ -19,7 +19,7 @@ anyhow = "1.0.68"
fj-proc.workspace = true

[dependencies.serde]
version = "1.0.150"
version = "1.0.151"
features = ["derive"]
optional = true

Expand Down
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chrono = "0.4.23"
map-macro = "0.2.5"
octocrab = "0.17.0"
semver = "1.0.16"
serde = "1.0.150"
serde = "1.0.151"
serde_json = "1.0.89"
url = "2.3.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 @@ -29,5 +29,5 @@ features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.150"
version = "1.0.151"
features = ["derive"]

0 comments on commit 871f42b

Please sign in to comment.