Skip to content

Commit

Permalink
Clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sigseg5 committed Sep 8, 2023
1 parent 90b05c6 commit b66fde4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "outline_api"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
authors = ["sigseg5"]
license = "MIT"
Expand All @@ -18,10 +18,9 @@ exclude = [

[dependencies]
reqwest = { version = "0.11.20", features = ["blocking"] }
toml = "0.7.7"
serde_json = "1.0.105"
log = "0.4.20"
env_logger = "0.10.0"
env_logger = "0.10.0"

[profile.release]
opt-level = "z"
Expand Down

0 comments on commit b66fde4

Please sign in to comment.