Skip to content

Commit c818c4b

Browse files
authored
Merge branch 'main' into gorzell-resolve-security-alerts
2 parents 9f8c972 + 806cabb commit c818c4b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v7
2525

26-
- uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444
26+
- uses: rui314/setup-mold@7e4f20ad28a2e8ca6fd0892ccf72e2abb706b9c3
2727

2828
- name: Build
2929
run: make build
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v7
4040

41-
- uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444
41+
- uses: rui314/setup-mold@7e4f20ad28a2e8ca6fd0892ccf72e2abb706b9c3
4242

4343
- name: Check formatting and clippy
4444
run: make lint
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v7
5151

52-
- uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444
52+
- uses: rui314/setup-mold@7e4f20ad28a2e8ca6fd0892ccf72e2abb706b9c3
5353

5454
- name: Run unit tests
5555
run: make test

crates/bpe-openai/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bpe = { version = "0.2", path = "../bpe", features = ["rand"] }
2424
tiktoken-rs = "0.12"
2525

2626
[build-dependencies]
27-
base64 = "0.22"
27+
base64 = "0.23"
2828
bpe = { version = "0.2", path = "../bpe", features = ["tiktoken"] }
2929
flate2 = "1.0"
3030
rmp-serde = "1"

crates/bpe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tiktoken = ["dep:base64"]
1818

1919
[dependencies]
2020
aneubeck-daachorse = "1.1.1"
21-
base64 = { version = "0.22", optional = true }
21+
base64 = { version = "0.23", optional = true }
2222
fnv = "1.0"
2323
itertools = "0.15"
2424
rand = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)