Skip to content

Commit 971c4c1

Browse files
committed
Upgrades toml
1 parent 59b597d commit 971c4c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ proc-macro2 = "1.0"
1414
quote = "1.0"
1515
serde = { version = "1.0", features = ["derive"] }
1616
syn = "2.0"
17-
toml = "0.7"
17+
toml = "0.8.19"

testing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ fatfs = "0.3"
1212
gpt = "4.0.0"
1313
regex = "1.9"
1414
serde = { version = "1.0", features = ["derive"] }
15-
toml = "0.7"
15+
toml = "0.8.19"
1616
zfi-testing-macros = { version = "0.1", path = "../testing-macros" }

0 commit comments

Comments
 (0)