Skip to content

Commit

Permalink
Remove unneeded dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed Sep 25, 2023
1 parent 726191d commit bba27b0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rfesi"
version = "0.18.0"
version = "0.19.0"
authors = ["Celeo <[email protected]>"]
edition = "2021"
description = "Rust API for EVE Online's ESI"
Expand All @@ -15,20 +15,19 @@ categories = ["api-bindings"]

[dependencies]
alcoholic_jwt = { version = "4091.0.0", optional = true }
base64 = "0.21.0"
base64 = "0.21.4"
http = "0.2.9"
log = "0.4.17"
log = "0.4.20"
rand = { version = "0.8.5", optional = true }
reqwest = { version = "0.11.14", features = ["json"] }
serde = { version = "1.0.155", features = ["derive"] }
serde_json = "1.0.94"
thiserror = "1.0.39"
reqwest = { version = "0.11.20", features = ["json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
thiserror = "1.0.48"

[dev-dependencies]
mockito = "1.0.0"
pretty_env_logger = "0.5.0"
rusty-hook = "0.11.2"
tokio = { version = "1.26.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }

[features]
default = ["random_state", "validate_jwt"]
Expand Down

0 comments on commit bba27b0

Please sign in to comment.