Skip to content

Commit eff58f8

Browse files
build(deps): update toml requirement from 0.8 to 0.9 (#33)
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.8.22...toml-v0.9.2) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 802bdb2 commit eff58f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ termion = ["dep:termion"]
4343
wasm = ["dep:web-sys", "dep:wasm-bindgen"]
4444

4545
[dev-dependencies]
46-
toml = "0.8"
46+
toml = "0.9"
4747
wasm-bindgen-test = "0.3"
4848

4949
[[example]]

keymap_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ syn = "2.0.101"
2121
# TODO: Find a proper way to fix dependency cycle in googleapis/release-please
2222
keymap_dev = { path = "../", package = "keymap" }
2323
serde = { version = "1.0.219", features = ["derive"] }
24-
toml = "0.8"
24+
toml = "0.9"

keymap_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ strum = "0.27.1"
1414
strum_macros = "0.27.1"
1515

1616
[dev-dependencies]
17-
toml = "0.8.22"
17+
toml = "0.9.2"

0 commit comments

Comments
 (0)