mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc3c55f143 |
@@ -39,7 +39,7 @@ jobs:
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Install cocogitto
|
||||
uses: cocogitto/cocogitto-action@v3
|
||||
uses: cocogitto/cocogitto-action@v4
|
||||
with:
|
||||
check: false
|
||||
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ simple_logger = { version = "5.2", features = ["timestamps", "colors", "stderr"]
|
||||
http = "1.4"
|
||||
indoc = "2.0"
|
||||
log = "0.4"
|
||||
reqwest = { version = "0.13", features = ["json", "gzip", "multipart", "native-tls-vendored"] }
|
||||
reqwest = { version = "0.12", features = ["json", "gzip", "multipart", "native-tls-vendored"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
thiserror = "2.0"
|
||||
url = { version = "2.5", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user