mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
update dependencies
This commit is contained in:
parent
4a41f62841
commit
3f5d322eea
3 changed files with 23 additions and 116 deletions
|
|
@ -9,7 +9,7 @@ repository = "https://github.com/mbrubeck/agate"
|
|||
readme = "README.md"
|
||||
license = "MIT/Apache-2.0"
|
||||
edition = "2018"
|
||||
exclude = ["/tools", ".github/", "release.sh", "/content"]
|
||||
exclude = ["/tools", "/.github", "/release.sh", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/CHANGELOG.md"]
|
||||
|
||||
[dependencies]
|
||||
tokio-rustls = "0.22.0"
|
||||
|
|
@ -26,8 +26,7 @@ glob = "0.3"
|
|||
configparser = "2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "1.0"
|
||||
gemini-fetch = { version = "0.2.1", git = "https://github.com/Johann150/gemini-fetch.git" }
|
||||
gemini-fetch = "0.2.1"
|
||||
anyhow = "1.0"
|
||||
webpki = "0.21.4"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue