Skip to content

Commit

Permalink
bump thiserror and url
Browse files Browse the repository at this point in the history
  • Loading branch information
marcograss committed Nov 5, 2024
1 parent fcadb9f commit bf5f976
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 @@ -45,8 +45,8 @@ indicatif = {version = "0.17.8", optional = true}
log = "0.4.22"
num-traits = "0.2.19"
serde = { version = "1.0.214", features = ["derive"] }
thiserror = "1.0.66"
url = "2.5.2"
thiserror = "1.0.68"
url = "2.5.3"
zip = {version = "1", default-features = false, features = ["bzip2", "deflate", "zstd"]}

[dev-dependencies]
Expand Down

0 comments on commit bf5f976

Please sign in to comment.