Skip to content

Commit 31d864e

Browse files
Update all dependencies
1 parent c5557bd commit 31d864e

File tree

4 files changed

+29
-15
lines changed

4 files changed

+29
-15
lines changed

Cargo.lock

Lines changed: 22 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["mvdan", "shell", "sh", "bash", "bats"]
1010
categories = ["api-bindings", "parsing"]
1111

1212
[build-dependencies]
13-
bindgen = "0.63.0"
13+
bindgen = "0.66.1"
1414

1515
[dependencies]
16-
libc = "0.2.139"
16+
libc = "0.2.147"

src/go/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/hwittenborn/husk
33
go 1.20
44

55
require (
6-
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9
7-
mvdan.cc/sh/v3 v3.6.0
6+
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
7+
mvdan.cc/sh/v3 v3.7.0
88
)

src/go/go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9 h1:frX3nT9RkKybPnjyI+yvZh6ZucTZatCCEm9D47sZ2zo=
22
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
3+
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1/go.mod h1:FXUEEKJgO7OQYeo8N01OfiKP8RXMtf6e8aTskBGqWdc=
34
mvdan.cc/sh/v3 v3.6.0 h1:gtva4EXJ0dFNvl5bHjcUEvws+KRcDslT8VKheTYkbGU=
45
mvdan.cc/sh/v3 v3.6.0/go.mod h1:U4mhtBLZ32iWhif5/lD+ygy1zrgaQhUu+XFy7C8+TTA=
6+
mvdan.cc/sh/v3 v3.7.0 h1:lSTjdP/1xsddtaKfGg7Myu7DnlHItd3/M2tomOcNNBg=
7+
mvdan.cc/sh/v3 v3.7.0/go.mod h1:K2gwkaesF/D7av7Kxl0HbF5kGOd2ArupNTX3X44+8l8=

0 commit comments

Comments
 (0)