Skip to content

Commit 7aa00e5

Browse files
committed
build(cargo): update version and remove unnecessary dependencies
1 parent e1e838f commit 7aa00e5

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ServerRawler"
33
description = "A high performance Minecraft server crawler, written in Rust"
44
license-file = "LICENSE"
5-
version = "0.5.3-dev"
5+
version = "0.6.0"
66
authors = ["Cyberdolfi"]
77
edition = "2024"
88

@@ -16,13 +16,10 @@ semver = "1.0.27"
1616
clap = { version = "4.5.57", features = ["derive"] }
1717
serde_json = "1.0.149"
1818
colored_text = "0.3.0"
19-
uuid = { version = "1.20.0", features = ["v4"] }
19+
# uuid = { version = "1.20.0", features = ["v4"] }
2020
rand = "0.10.0"
2121
futures = "0.3.31"
2222
base64 = "0.22.1"
2323
image = "0.25.9"
2424
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "postgres", "macros", "json" ] }
25-
toml = "1.0.3+spec-1.1.0"
26-
url = "2.5.8"
27-
axum = "0.8.8"
28-
tower = { version = "0.5", features = ["limit"] }
25+
toml = "1.0.3+spec-1.1.0"

0 commit comments

Comments
 (0)