Skip to content

Commit

Permalink
Merge pull request #1707 from hannobraun/dependabot/cargo/serde-1.0.158
Browse files Browse the repository at this point in the history
Bump serde from 1.0.155 to 1.0.158
  • Loading branch information
hannobraun authored Mar 20, 2023
2 parents 6f3510f + 37b6f58 commit 6f2ae87
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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.155"
version = "1.0.158"
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.52"
quote = "1.0.23"

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

[dependencies.serde]
version = "1.0.155"
version = "1.0.158"
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.24"
map-macro = "0.2.5"
octocrab = "0.18.1"
semver = "1.0.17"
serde = "1.0.155"
serde = "1.0.158"
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.155"
version = "1.0.158"
features = ["derive"]

0 comments on commit 6f2ae87

Please sign in to comment.