Skip to content

Commit

Permalink
Merge pull request #2142 from andrewdavidmackenzie/dependabot/cargo/t…
Browse files Browse the repository at this point in the history
…oml-0.8.9
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
2 parents 36032cf + 8c69970 commit 0c21d6f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 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 @@ -43,7 +43,7 @@ error-chain = "0.12.2"
serde_derive = "~1.0.27"
serde = "~1.0.196"
colored = "2"
toml = { version = "0.8.2" }
toml = { version = "0.8.9" }

[dev-dependencies]
flowcore = {path = "../flowcore", version = "0.142.0", features = ["context"]}
Expand Down
2 changes: 1 addition & 1 deletion flowcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ error-chain = {version = "0.12.2"}
url = { version = "2.2", features = ["serde"] }
log = {version = "0.4.20"}
serde = { version = "~1.0.196"}
toml = { version = "0.8.2" }
toml = { version = "0.8.9" }
serde_yaml = { version = "~0.9" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion flowmacro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ proc-macro = true
syn = { version = "~2.0", features =["full"] } #Full is required for ItemFn in macro parsing
quote = "~1.0"
flowcore = {path = "../flowcore", version = "0.142.0" }
toml = "0.8.2"
toml = "0.8.9"
proc-macro2 = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 0c21d6f

Please sign in to comment.