Skip to content

Commit a72917d

Browse files
Update all dependencies
1 parent 41ed530 commit a72917d

File tree

4 files changed

+26
-14
lines changed

4 files changed

+26
-14
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.65.1"
1414

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

src/go/go.mod

Lines changed: 1 addition & 1 deletion
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
6+
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
77
mvdan.cc/sh/v3 v3.6.0
88
)

src/go/go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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-20230510235704-dd950f8aeaea/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w=
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=

0 commit comments

Comments
 (0)