Skip to content

Commit dbd8ea2

Browse files
Update all dependencies
1 parent ae7cdc3 commit dbd8ea2

File tree

4 files changed

+38
-51
lines changed

4 files changed

+38
-51
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.70.0"
1414

1515
[dependencies]
1616
libc = "0.2.139"

src/go/go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
module github.com/hwittenborn/husk
22

3-
go 1.20
3+
go 1.22.0
4+
5+
toolchain go1.23.4
46

57
require (
6-
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9
7-
mvdan.cc/sh/v3 v3.6.0
8+
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d
9+
mvdan.cc/sh/v3 v3.10.0
810
)

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-20241204233417-43b7b7cde48d/go.mod h1:qj5a5QZpwLU2NLQudwIN5koi3beDhSAlJwa67PuM98c=
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.10.0 h1:v9z7N1DLZ7owyLM/SXZQkBSXcwr2IGMm2LY2pmhVXj4=
7+
mvdan.cc/sh/v3 v3.10.0/go.mod h1:z/mSSVyLFGZzqb3ZIKojjyqIx/xbmz/UHdCSv9HmqXY=

0 commit comments

Comments
 (0)