Skip to content

Commit

Permalink
Merge pull request #73 from persian-tools/renovate/serde-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde to 1.0.198
  • Loading branch information
ali77gh authored Apr 19, 2024
2 parents 1c348a1 + 3f6268f commit 93d19c7
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 @@ -15,7 +15,7 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Contributing.md

[dependencies]
urlencoding = { version = "2.1.3", optional = true }
serde = { version = "1.0.197", features = ["derive"], optional = true }
serde = { version = "1.0.198", features = ["derive"], optional = true }
thiserror = { version = "1.0.58", optional = true }
num = { version = "0.4", optional = true }
num-derive = { version = "0.4", optional = true }
Expand Down

0 comments on commit 93d19c7

Please sign in to comment.