Skip to content

Commit 07abb0f

Browse files
authored
refactor: change SwiftLint mise to Plugin (#164)
1 parent 2107b9f commit 07abb0f

File tree

22 files changed

+93
-2256
lines changed

22 files changed

+93
-2256
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ repository = "https://github.com/heroesofcode/spm-swift-package"
1010
exclude = [".github/**", ".api/*"]
1111

1212
[dependencies]
13-
demand = "1.7.0"
14-
clap = "4.5.47"
13+
demand = "1.7.2"
14+
clap = "4.5.49"
1515
colored = "3.0.0"
16-
httpmock = "0.8.0"
16+
httpmock = "0.8.2"
1717
async-trait = "0.1.89"
18-
reqwest = { version = "0.12.23", features = ["json"] }
19-
serde = { version = "1.0.224", features = ["derive"] }
20-
tokio = { version = "1.47.1", features = ["full"] }
18+
reqwest = { version = "0.12.24", features = ["json"] }
19+
serde = { version = "1.0.228", features = ["derive"] }
20+
tokio = { version = "1.48.0", features = ["full"] }
2121

2222
[dev-dependencies]
2323
insta = "1.43.2"

api/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)