Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 93ceae1 commit e46ed7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ futures = "0.3.31"
serde = { version = "1.0.214", features = ["derive"] }
log = { version = "0.4.22", features = ["max_level_debug", "serde"] }
serde_json = "1.0.132"
serial_test = "3.1.1"
serial_test = "3.2.0"
simplelog = "0.12.2"
tokio = { version = "1.41.0", features = ["full"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio", "chrono", "postgres", "mysql", "time"] }
Expand Down

0 comments on commit e46ed7b

Please sign in to comment.