Skip to content

Commit

Permalink
Update Rust crate serde_yaml to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 46ef6f5 commit 6c535c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/udev-device-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pin-project = "1"
seahash = "4"
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
serde_yaml = "0.8"
serde_yaml = "0.9"
signal-hook = "0.3"
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
smallvec = { version = "1", features = ["union", "serde"] }
Expand Down
2 changes: 1 addition & 1 deletion experimental/udev-device-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ once_cell = "1"
pin-project = "1"
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
serde_yaml = "0.8"
serde_yaml = "0.9"
signal-hook = "0.3"
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
smallvec = { version = "1", features = ["union", "serde"] }
Expand Down

0 comments on commit 6c535c6

Please sign in to comment.