Skip to content

Commit 6a49bae

Browse files
authored
Merge branch 'master' into weighted-chombos
2 parents 272da5d + 442d77d commit 6a49bae

File tree

5 files changed

+42
-42
lines changed

5 files changed

+42
-42
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ codegen-units = 1
1111
lto = true
1212

1313
[workspace.dependencies]
14-
anyhow = "1.0.100"
14+
anyhow = "1.0.102"
1515
async-trait = "0.1.89"
16-
chrono = { version = "0.4.43", features = ["serde"] }
17-
reqwest = { version = "0.13.1", features = ["form", "json"] }
16+
chrono = { version = "0.4.44", features = ["serde"] }
17+
reqwest = { version = "0.13.2", features = ["form", "json"] }
1818
riichi_hand = "0.7.0"
1919
scraper = "0.25.0"
2020
serde = "1.0.228"
2121
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
2222
slug = "0.1.6"
23-
clap = { version = "4.5.56", features = ["derive", "env"] }
24-
env_logger = "0.11.6"
23+
clap = { version = "4.5.60", features = ["derive", "env"] }
24+
env_logger = "0.11.9"
2525
log = "0.4.29"
2626
num-bigint = "0.4.6"
2727
itertools = "0.14.0"

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.92.0 as builder
1+
FROM rust:1.93.1 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.92.0 as builder
1+
FROM rust:1.93.1 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.11"
27+
toml = "1.0.3"
2828
chombot-common = { path = "../chombot-common" }
2929

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

0 commit comments

Comments
 (0)