Skip to content

Commit

Permalink
Merge pull request #2340 from andrewdavidmackenzie/dependabot/cargo/s…
Browse files Browse the repository at this point in the history
…erial_test-3.2.0
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
2 parents 2860db7 + 1b9c742 commit 1c74d14
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 @@ -48,4 +48,4 @@ toml = { version = "0.8.19" }
flowcore = {path = "../flowcore", version = "0.142.0", features = ["context"]}
tempfile = "3"
simpath = { version = "~2.5", features = ["urls"]}
serial_test = "3.1.1"
serial_test = "3.2.0"
2 changes: 1 addition & 1 deletion flowr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ rustyline = {version = "14.0.0", optional = true } # for debugger

[dev-dependencies]
tempfile = "3"
serial_test = "3.1.1"
serial_test = "3.2.0"
portpicker = "0.1.1"
# These two are needed for examples
flowr-utilities = { path = "utilities" }
Expand Down

0 comments on commit 1c74d14

Please sign in to comment.