Compare commits

..

1 Commits

Author SHA1 Message Date
2d385bcf7e fix(deps): update all dependencies 2025-03-26 19:40:59 +00:00
4 changed files with 166 additions and 511 deletions

667
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ module write_a_readme
go 1.19
require github.com/bitfield/script v0.24.1
require github.com/bitfield/script v0.22.1
require (
bitbucket.org/creachadair/shell v0.0.7 // indirect

View File

@ -16,8 +16,6 @@ github.com/bitfield/script v0.22.0 h1:LA7QHuEsXMPD52YLtxWrlqCCy+9FOpzNYfsRHC5Gsr
github.com/bitfield/script v0.22.0/go.mod h1:ms4w+9B8f2/W0mbsgWDVTtl7K94bYuZc3AunnJC4Ebs=
github.com/bitfield/script v0.22.1 h1:DphxoC5ssYciwd0ZS+N0Xae46geAD/0mVWh6a2NUxM4=
github.com/bitfield/script v0.22.1/go.mod h1:fv+6x4OzVsRs6qAlc7wiGq8fq1b5orhtQdtW0dwjUHI=
github.com/bitfield/script v0.24.1 h1:D4ZWu72qWL/at0rXFF+9xgs17VwyrpT6PkkBTdEz9xU=
github.com/bitfield/script v0.24.1/go.mod h1:fv+6x4OzVsRs6qAlc7wiGq8fq1b5orhtQdtW0dwjUHI=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
github.com/frankban/quicktest v1.14.4/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=

View File

@ -13,12 +13,12 @@ eyre = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
rand = "0.9.0"
rand = "0.8.5"
hex = "0.4.3"
git2 = { version = "0.20.0", features = [
git2 = { version = "0.19.0", features = [
"vendored-libgit2",
"vendored-openssl",
] }
serde = { version = "1.0.202", features = ["derive"] }
serde_yaml = "0.9.34+deprecated"
octocrab = { version = "0.44.0", features = ["futures-core", "futures-util"] }
octocrab = { version = "0.39.0", features = ["futures-core", "futures-util"] }