fix(deps): update all dependencies
This commit is contained in:
parent
a18951e1ad
commit
51f01019fa
4
ci/Cargo.lock
generated
4
ci/Cargo.lock
generated
@ -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",
|
||||||
|
@ -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 = "*"
|
||||||
|
4
go.mod
4
go.mod
@ -6,8 +6,8 @@ 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/v60 v60.0.0
|
||||||
github.com/google/go-github/v58 v58.0.0
|
github.com/google/go-github/v60 v60.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
|
||||||
github.com/spf13/cobra v1.8.0
|
github.com/spf13/cobra v1.8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user