Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent df4f789 commit 111126d
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 @@ -16,7 +16,7 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Contributing.md
[dependencies]
urlencoding = { version = "2.1.3", optional = true }
serde = { version = "1.0.196", features = ["derive"], optional = true }
thiserror = { version = "1.0.57", optional = true }
thiserror = { version = "1.0.58", 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 111126d

Please sign in to comment.