mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2024-12-26 15:19:59 -06:00
Update dependencies (#59)
* Update dependencies * Make sure tests run on main
This commit is contained in:
parent
5755aedc2f
commit
039d8933ad
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -2,7 +2,7 @@ name: test
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
|
|
513
Cargo.lock
generated
513
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -17,7 +17,7 @@ toml = "0.5"
|
|||
json = "0.12"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
directories = "4.0"
|
||||
clap = { version = "3.2", features = [
|
||||
clap = { version = "4.0", features = [
|
||||
"derive",
|
||||
"cargo",
|
||||
"unicode",
|
||||
|
@ -26,7 +26,7 @@ clap = { version = "3.2", features = [
|
|||
tokio = { version = "1.20", features = ["full"] }
|
||||
futures = "0.3"
|
||||
anyhow = "1.0"
|
||||
governor = "0.4"
|
||||
governor = "0.5"
|
||||
async-trait = "0.1"
|
||||
# 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" }
|
||||
|
|
Loading…
Reference in a new issue