Skip to content

Commit 4b5d000

Browse files
committed
Remove unused dependencies
1 parent 7033116 commit 4b5d000

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The GitHub Actions Cache has a rate limit on reads and writes.
6767
Occasionally, large projects or large rebuilds may exceed those rate-limits, and you'll see evidence of that in your logs.
6868
The error looks like this:
6969
70-
```
70+
```text
7171
error: unable to download 'http://127.0.0.1:37515/<...>': HTTP error 418
7272
response body:
7373
GitHub API error: API error (429 Too Many Requests): StructuredApiError { message: "Request was blocked due to exceeding usage of resource 'Count' in namespace ''." }

magic-nix-cache/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ tower-http = { version = "0.5.2", features = ["trace"] }
3131
serde = { version = "1.0.162", features = ["derive"] }
3232
serde_json = { version = "1.0.96", default-features = false }
3333
thiserror = "1.0.40"
34-
tokio-stream = { version = "0.1.15", default-features = false }
3534
tokio-util = { version = "0.7.11", features = ["io", "compat"] }
36-
daemonize = "0.5.0"
37-
is_ci = "1.1.1"
38-
sha2 = { version = "0.10.6", default-features = false }
3935
reqwest = { version = "0.12.5", default-features = false, features = [
4036
"blocking",
4137
"rustls-tls-native-roots",

0 commit comments

Comments
 (0)