Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to v1 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent b509e5d commit 1317d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macbrew-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
reqwest = { version = "0.10", features = ["rustls-tls"], default-features = false }
tokio = { version = "0.2", features = ["full"] }
tokio = { version = "1.18.5", features = ["full"] }
envy = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 1317d40

Please sign in to comment.