Skip to content

Commit bba27b0

Browse files
committed
Remove unneeded dev dep
1 parent 726191d commit bba27b0

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Cargo.toml

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rfesi"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = ["Celeo <[email protected]>"]
55
edition = "2021"
66
description = "Rust API for EVE Online's ESI"
@@ -15,20 +15,19 @@ categories = ["api-bindings"]
1515

1616
[dependencies]
1717
alcoholic_jwt = { version = "4091.0.0", optional = true }
18-
base64 = "0.21.0"
18+
base64 = "0.21.4"
1919
http = "0.2.9"
20-
log = "0.4.17"
20+
log = "0.4.20"
2121
rand = { version = "0.8.5", optional = true }
22-
reqwest = { version = "0.11.14", features = ["json"] }
23-
serde = { version = "1.0.155", features = ["derive"] }
24-
serde_json = "1.0.94"
25-
thiserror = "1.0.39"
22+
reqwest = { version = "0.11.20", features = ["json"] }
23+
serde = { version = "1.0.188", features = ["derive"] }
24+
serde_json = "1.0.107"
25+
thiserror = "1.0.48"
2626

2727
[dev-dependencies]
28-
mockito = "1.0.0"
2928
pretty_env_logger = "0.5.0"
3029
rusty-hook = "0.11.2"
31-
tokio = { version = "1.26.0", features = ["full"] }
30+
tokio = { version = "1.32.0", features = ["full"] }
3231

3332
[features]
3433
default = ["random_state", "validate_jwt"]

0 commit comments

Comments
 (0)