Skip to content

Commit c77a0d9

Browse files
authored
Merge branch 'master' into dependabot/cargo/scraper-0.25.0
2 parents 2df3ab5 + f596be4 commit c77a0d9

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v6
2929

3030
- name: Cache Cargo registry
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: |
3434
~/.cargo/registry
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v6
5555

5656
- name: Cache Cargo registry
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
with:
5959
path: |
6060
~/.cargo/registry
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@v6
7979

8080
- name: Cache Cargo registry
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
8282
with:
8383
path: |
8484
~/.cargo/registry
@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/checkout@v6
125125

126126
- name: Cache Cargo registry
127-
uses: actions/cache@v4
127+
uses: actions/cache@v5
128128
with:
129129
path: |
130130
~/.cargo/registry

Cargo.lock

Lines changed: 21 additions & 21 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
@@ -22,7 +22,7 @@ tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
2222
slug = "0.1.6"
2323
clap = { version = "4.5.53", features = ["derive", "env"] }
2424
env_logger = "0.11.6"
25-
log = "0.4.28"
25+
log = "0.4.29"
2626
num-bigint = "0.4.6"
2727
itertools = "0.14.0"
2828
poise = "0.6.1"

chombot-kcc.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.91.1 as builder
1+
FROM rust:1.92.0 as builder
22

33
RUN USER=root cargo new --bin chombot
44

chombot.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.91.1 as builder
1+
FROM rust:1.92.0 as builder
22

33
RUN USER=root cargo new --bin chombot
44

chombot/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ env_logger.workspace = true
2424
num-bigint.workspace = true
2525
itertools.workspace = true
2626
poise.workspace = true
27-
toml = "0.9.8"
27+
toml = "0.9.10"
2828
chombot-common = { path = "../chombot-common" }
2929

3030
[dev-dependencies]
31-
tempfile = "3.23.0"
31+
tempfile = "3.24.0"

0 commit comments

Comments
 (0)