Skip to content

Commit

Permalink
[Fix] cargo soft
Browse files Browse the repository at this point in the history
  • Loading branch information
IHEII committed Dec 18, 2023
1 parent f73feab commit 11b1141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ prometheus-client = { workspace = true }
quick-error = "1.2"
r2d2 = "0.8.3"
rand = "0.8"
regex = "1.7"
reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls", "blocking"] }
scheduled-thread-pool = "0.2"
serde = "1.0"
Expand All @@ -61,7 +62,6 @@ tokio = { workspace = true }
tokio-util = "0.7"
uuid = { version = "1.3.0", default-features = false, features = ["v4", "fast-rng", "macro-diagnostics"] }
zstd = "0.12"
regex = "1.7"

[dev-dependencies]
env_logger = "0.10"
Expand Down

0 comments on commit 11b1141

Please sign in to comment.