Skip to content

Commit

Permalink
Update serial_test requirement from 0.6 to 0.8 (#19)
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@v0.6.0...v0.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2022
1 parent fcd75f9 commit d62846a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-profiling-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ syn = { version = "1.0", features = ["full"] }

[dev-dependencies]
embedded-profiling = { path = "../embedded-profiling", version = "^0.3", features = ["proc-macros"] }
serial_test = "0.6"
serial_test = "0.8"

[lib]
proc-macro=true
2 changes: 1 addition & 1 deletion embedded-profiling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fugit = ">=0.3.3,<0.4"
embedded-profiling-proc-macros = { path = "../embedded-profiling-proc-macros", version = "0.2", optional = true }

[dev-dependencies]
serial_test = "0.6"
serial_test = "0.8"

[features]
default = []
Expand Down

0 comments on commit d62846a

Please sign in to comment.