fix(deps): update all dependencies
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Kasper Juul Hermansen 2024-01-25 17:59:16 +00:00
parent a18951e1ad
commit 57b9bc02ae
3 changed files with 4 additions and 4 deletions

4
ci/Cargo.lock generated
View File

@ -74,9 +74,9 @@ checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
[[package]] [[package]]
name = "async-scoped" name = "async-scoped"
version = "0.8.0" version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb5d44cd33a5095cf47aa2a90455ea3f9141f45e24d092425fef2bf4fd9c98e" checksum = "4042078ea593edffc452eef14e99fdb2b120caa4ad9618bcdeabc4a023b98740"
dependencies = [ dependencies = [
"futures", "futures",
"pin-project", "pin-project",

View File

@ -12,5 +12,5 @@ color-eyre = "*"
tokio = "1" tokio = "1"
clap = {version = "4", features = ["derive"]} clap = {version = "4", features = ["derive"]}
futures = "0.3.30" futures = "0.3.30"
async-scoped = { version = "0.8.0", features = ["tokio", "use-tokio"] } async-scoped = { version = "0.9.0", features = ["tokio", "use-tokio"] }
dotenv = "*" dotenv = "*"

2
go.mod
View File

@ -6,7 +6,7 @@ require (
dagger.io/dagger v0.8.1 dagger.io/dagger v0.8.1
github.com/bradleyfalzon/ghinstallation/v2 v2.9.0 github.com/bradleyfalzon/ghinstallation/v2 v2.9.0
github.com/gin-gonic/gin v1.9.1 github.com/gin-gonic/gin v1.9.1
github.com/google/go-github/v53 v53.2.0 github.com/google/go-github/v58 v58.0.0
github.com/google/go-github/v58 v58.0.0 github.com/google/go-github/v58 v58.0.0
github.com/google/uuid v1.6.0 github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1 github.com/joho/godotenv v1.5.1