Skip to content

Commit

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

---
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 Mar 13, 2023
1 parent bf3b3ed commit c1d452b
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.152"
version = "1.0.155"
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.51"
quote = "1.0.23"

[dependencies.serde]
version = "1.0.152"
version = "1.0.155"
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.69"
fj-proc.workspace = true

[dependencies.serde]
version = "1.0.152"
version = "1.0.155"
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.18.1"
semver = "1.0.16"
serde = "1.0.152"
serde = "1.0.155"
serde_json = "1.0.94"
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.152"
version = "1.0.155"
features = ["derive"]

0 comments on commit c1d452b

Please sign in to comment.