Skip to content

Commit 1ffe246

Browse files
Update Rust crate toml to 0.9
1 parent 46ef6f5 commit 1ffe246

File tree

3 files changed

+127
-33
lines changed

3 files changed

+127
-33
lines changed

Cargo.lock

Lines changed: 125 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/udev-device-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ smallvec = { version = "1", features = ["union", "serde"] }
2828
thiserror = "1"
2929
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }
3030
tokio-udev = "0.7"
31-
toml = "0.5"
31+
toml = "0.9"
3232
tracing = "0.1"
3333
tracing-subscriber = "0.2"
3434

experimental/udev-device-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ smallvec = { version = "1", features = ["union", "serde"] }
2424
thiserror = "1"
2525
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }
2626
tokio-udev = "0.7"
27-
toml = "0.5"
27+
toml = "0.9"
2828
tracing = "0.1"
2929
tracing-subscriber = "0.2"
3030

0 commit comments

Comments
 (0)