Skip to content

Commit

Permalink
Bump serial_test from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent bfdca1a commit 5efb3f9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
40 changes: 21 additions & 19 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ libsql-client = { git = "https://github.com/libsql/libsql-client-rs.git", versio
serde = { version = "1.0.197", features = ["derive"] }
log = { version = "0.4.21", features = ["max_level_debug", "serde"] }
serde_json = "1.0.108"
serial_test = "3.0.0"
serial_test = "3.1.0"
simplelog = "0.12.2"
tokio = { version = "1.36.0", features = ["full"] }
sqlx = { version = "0.7.3", features = ["runtime-tokio", "chrono", "postgres", "mysql", "time"] }
Expand Down

0 comments on commit 5efb3f9

Please sign in to comment.