Skip to content

Commit 09f9972

Browse files
committed
chore(oma-fetch): remove unnecessary dep thiserror
1 parent 1472483 commit 09f9972

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oma-fetch/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ license = "MIT"
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
thiserror = "2"
1211
reqwest = { version = "0.12", default-features = false, features = ["stream"] }
1312
tokio = { version = "1.28", default-features = false, features = ["fs"] }
1413
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)