Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 14, 2024
1 parent ae7cdc3 commit 2a88f5f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 22 deletions.
48 changes: 31 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["mvdan", "shell", "sh", "bash", "bats"]
categories = ["api-bindings", "parsing"]

[build-dependencies]
bindgen = "0.63.0"
bindgen = "0.69.4"

[dependencies]
libc = "0.2.139"
libc = "0.2.153"
8 changes: 5 additions & 3 deletions src/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/hwittenborn/husk

go 1.20
go 1.21

toolchain go1.22.1

require (
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9
mvdan.cc/sh/v3 v3.6.0
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f
mvdan.cc/sh/v3 v3.8.0
)
3 changes: 3 additions & 0 deletions src/go/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9 h1:frX3nT9RkKybPnjyI+yvZh6ZucTZatCCEm9D47sZ2zo=
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f/go.mod h1:CxmFvTBINI24O/j8iY7H1xHzx2i4OsyguNBmN/uPtqc=
mvdan.cc/sh/v3 v3.6.0 h1:gtva4EXJ0dFNvl5bHjcUEvws+KRcDslT8VKheTYkbGU=
mvdan.cc/sh/v3 v3.6.0/go.mod h1:U4mhtBLZ32iWhif5/lD+ygy1zrgaQhUu+XFy7C8+TTA=
mvdan.cc/sh/v3 v3.8.0 h1:ZxuJipLZwr/HLbASonmXtcvvC9HXY9d2lXZHnKGjFc8=
mvdan.cc/sh/v3 v3.8.0/go.mod h1:w04623xkgBVo7/IUK89E0g8hBykgEpN0vgOj3RJr6MY=

0 comments on commit 2a88f5f

Please sign in to comment.