Skip to content

Commit

Permalink
Increase minimum serde version to satisfy minimal-versions check
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdyer committed Jan 24, 2025
1 parent adc1fcd commit dfc70af
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 @@ -30,7 +30,7 @@ reqwest = { version = "0.11.22", default-features = false, features = [
"stream",
] }
rodio = { version = "0.17.0", optional = true }
serde = { version = "1.0.25", features = ["derive"] }
serde = { version = "1.0.113", features = ["derive"] }
serde_json = "1"
serde_urlencoded = "0.7"
thiserror = "1"
Expand Down

0 comments on commit dfc70af

Please sign in to comment.