Skip to content

Commit

Permalink
chore: remove deprecated tag from serde_yaml dependency
Browse files Browse the repository at this point in the history
Remove +deprecated tag from serde_yaml version requirement to silence cargo warning
  • Loading branch information
aljen committed Dec 6, 2024
1 parent 0d92c2f commit 9693188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rand = { version = "0.8.5", features = ["small_rng"] }
rmodbus = "0.9.9"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_yaml = "0.9.34+deprecated"
serde_yaml = "0.9.34"
serialport = "4.6.1"
socket2 = "0.5.8"
thiserror = "2.0.4"
Expand Down

0 comments on commit 9693188

Please sign in to comment.