Skip to content

Commit

Permalink
update: serde and thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh committed May 1, 2024
1 parent 93d19c7 commit 7279110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Contributing.md

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

0 comments on commit 7279110

Please sign in to comment.