Update dependencies (#59)

* Update dependencies

* Make sure tests run on main
This commit is contained in:
Kaan Barmore-Genç 2022-11-13 15:46:20 -05:00 committed by GitHub
parent 5755aedc2f
commit 039d8933ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 306 additions and 213 deletions

View File

@ -2,7 +2,7 @@ name: test
on: on:
push: push:
branches: branches:
- "main" - main
pull_request: pull_request:
branches: branches:
- "*" - "*"

513
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@ toml = "0.5"
json = "0.12" json = "0.12"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
directories = "4.0" directories = "4.0"
clap = { version = "3.2", features = [ clap = { version = "4.0", features = [
"derive", "derive",
"cargo", "cargo",
"unicode", "unicode",
@ -26,7 +26,7 @@ clap = { version = "3.2", features = [
tokio = { version = "1.20", features = ["full"] } tokio = { version = "1.20", features = ["full"] }
futures = "0.3" futures = "0.3"
anyhow = "1.0" anyhow = "1.0"
governor = "0.4" governor = "0.5"
async-trait = "0.1" async-trait = "0.1"
# TODO: Relies on a yet-unreleased interface. Switch to an actual crate release once available # TODO: Relies on a yet-unreleased interface. Switch to an actual crate release once available
die-exit = { git = "https://github.com/Xavientois/die.git", rev = "31d3801f4e21654b0b28430987b1e21fc7728676" } die-exit = { git = "https://github.com/Xavientois/die.git", rev = "31d3801f4e21654b0b28430987b1e21fc7728676" }