Skip to content

Commit d62846a

Browse files
Update serial_test requirement from 0.6 to 0.8 (#19)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcd75f9 commit d62846a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-profiling-proc-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ syn = { version = "1.0", features = ["full"] }
1515

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

2020
[lib]
2121
proc-macro=true

embedded-profiling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fugit = ">=0.3.3,<0.4"
1414
embedded-profiling-proc-macros = { path = "../embedded-profiling-proc-macros", version = "0.2", optional = true }
1515

1616
[dev-dependencies]
17-
serial_test = "0.6"
17+
serial_test = "0.8"
1818

1919
[features]
2020
default = []

0 commit comments

Comments
 (0)