Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.197
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 5, 2024
1 parent d8c1c9b commit b4cba9b
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 @@ -17,7 +17,7 @@ serde = ["dep:serde"]

[dependencies]
randomize = "3.0.1"
serde = { version = "1.0.196", features = ["derive"], optional = true }
serde = { version = "1.0.197", features = ["derive"], optional = true }

[dev-dependencies]
cpal = "0.15.3"
Expand Down

0 comments on commit b4cba9b

Please sign in to comment.