Skip to content

Commit

Permalink
Merge pull request #2341 from andrewdavidmackenzie/dependabot/cargo/s…
Browse files Browse the repository at this point in the history
…erde-1.0.215
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
2 parents 1c74d14 + 8228fe1 commit 336b693
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 flowc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ wax = "0.6.0"
serde_json = "1.0"
error-chain = "0.12.2"
serde_derive = "~1.0.27"
serde = "~1.0.214"
serde = "~1.0.215"
colored = "2"
toml = { version = "0.8.19" }

Expand Down
2 changes: 1 addition & 1 deletion flowcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde_derive = { version = "~1.0.27"}
error-chain = {version = "0.12.2"}
url = { version = "2.2", features = ["serde"] }
log = {version = "0.4.22"}
serde = { version = "~1.0.214"}
serde = { version = "~1.0.215"}
toml = { version = "0.8.19" }
serde_yaml = { version = "~0.9" }

Expand Down

0 comments on commit 336b693

Please sign in to comment.