Skip to content

Commit 6b6107c

Browse files
committed
chore: Remove micro version pinning in project metadata
1 parent cf1be79 commit 6b6107c

1 file changed

Lines changed: 15 additions & 16 deletions

File tree

Cargo.toml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ rust-version = "1.95.0"
1010
keywords = ["rutorrent", "qbittorrent", "asynchronous-server"]
1111
categories = ["web-programming::http-server", "asynchronous"]
1212
include = ["/src", "LICENSE"]
13-
exclude = [".github", ".gitignore", "README.md"]
1413
edition = "2024"
1514
authors = ["Vignesh Rao"]
1615

@@ -26,19 +25,19 @@ path = "src/main.rs"
2625
rustdoc-args = ["--document-private-items"]
2726

2827
[dependencies]
29-
utoipa = { version = "5.5.0", features = ["actix_extras"] }
30-
utoipa-swagger-ui = { version = "9.0.2", features = ["actix-web", "vendored"] }
31-
actix-web = "4.13.0"
32-
reqwest = { version = "0.13.3", features = ["cookies", "json", "form"] }
33-
serde = { version = "1.0.228", features = ["derive"] }
34-
serde_json = "1.0.149"
35-
actix-rt = "2.11.0"
36-
tokio = { version = "1.52.2", features = ["rt-multi-thread", "macros", "process", "io-util", "time", "sync", "fs"] }
37-
env_logger = "0.11.10"
38-
chrono = "0.4.44"
39-
log = "0.4.29"
40-
uuid = { version = "1.23.1", features = ["v4"] }
41-
dotenv = "0.15.0"
42-
url = "2.5.8"
43-
regex = "1.12.3"
28+
utoipa = { version = "5.5", features = ["actix_extras"] }
29+
utoipa-swagger-ui = { version = "9.0", features = ["actix-web", "vendored"] }
30+
actix-web = "4.13"
31+
reqwest = { version = "0.13", features = ["cookies", "json", "form"] }
32+
serde = { version = "1.0", features = ["derive"] }
33+
serde_json = "1.0"
34+
actix-rt = "2.11"
35+
tokio = { version = "1.52", features = ["rt-multi-thread", "macros", "process", "io-util", "time", "sync", "fs"] }
36+
env_logger = "0.11"
37+
chrono = "0.4"
38+
log = "0.4"
39+
uuid = { version = "1.23", features = ["v4"] }
40+
dotenv = "0.15"
41+
url = "2.5"
42+
regex = "1.12"
4443
rusqlite = { version = "0.39", features = ["bundled"] }

0 commit comments

Comments
 (0)