Skip to content

Commit

Permalink
chore(deps): update serial_test requirement from 2 to 3
Browse files Browse the repository at this point in the history
Updates the requirements on [serial_test](https://github.com/palfrey/serial_test) to permit the latest version.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 180b35b commit fa2bbd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/deltalake-aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ backoff = { version = "0.4", features = [ "tokio" ] }

[dev-dependencies]
chrono = { workspace = true }
serial_test = "2"
serial_test = "3"
deltalake-test = { path = "../deltalake-test" }
pretty_env_logger = "*"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/deltalake-azure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ url = { workspace = true }

[dev-dependencies]
chrono = { workspace = true }
serial_test = "2"
serial_test = "3"
deltalake-test = { path = "../deltalake-test" }
pretty_env_logger = "*"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/deltalake-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ maplit = "1"
pretty_assertions = "1.2.1"
pretty_env_logger = "*"
rand = "0.8"
serial_test = "2"
serial_test = "3"
tempfile = "3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
utime = "0.3"
Expand Down

0 comments on commit fa2bbd9

Please sign in to comment.