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 Jul 12, 2023
1 parent c5557bd commit de8047d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 15 deletions.
33 changes: 22 additions & 11 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.66.1"

[dependencies]
libc = "0.2.139"
libc = "0.2.147"
4 changes: 2 additions & 2 deletions src/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/hwittenborn/husk
go 1.20

require (
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9
mvdan.cc/sh/v3 v3.6.0
golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb
mvdan.cc/sh/v3 v3.7.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-20230711153332-06a737ee72cb/go.mod h1:FXUEEKJgO7OQYeo8N01OfiKP8RXMtf6e8aTskBGqWdc=
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.7.0 h1:lSTjdP/1xsddtaKfGg7Myu7DnlHItd3/M2tomOcNNBg=
mvdan.cc/sh/v3 v3.7.0/go.mod h1:K2gwkaesF/D7av7Kxl0HbF5kGOd2ArupNTX3X44+8l8=

0 comments on commit de8047d

Please sign in to comment.