Skip to content

Commit 0ae4daa

Browse files
committed
chore(api): update dependencies
1 parent 35bf359 commit 0ae4daa

File tree

2 files changed

+33
-32
lines changed

2 files changed

+33
-32
lines changed

Cargo.lock

Lines changed: 28 additions & 27 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
@@ -19,11 +19,11 @@ actix-cors = "0.7.1"
1919
actix-web = "4.10.2"
2020
actix-web-httpauth = "0.8.2"
2121
addr = { version = "0.15.6", default-features = false }
22-
anyhow = "1.0.97"
22+
anyhow = "1.0.98"
2323
async-stream = "0.3.6"
2424
bytes = "1.10.1"
2525
chrono = { version = "0.4.40", default-features = false }
26-
clap = "4.5.36"
26+
clap = "4.5.37"
2727
content-security-policy = "0.5.4"
2828
croner = "2.1.0"
2929
deno_core = "0.343.0"
@@ -53,8 +53,8 @@ serde_json = "1.0.140"
5353
serde_repr = "0.1.20"
5454
serde_with = "3.12.0"
5555
similar = "2.7.0"
56-
sqlx = { version = "0.8.3", default-features = false }
57-
tantivy = "0.24.0"
56+
sqlx = { version = "0.8.5", default-features = false }
57+
tantivy = "0.24.1"
5858
thiserror = "2.0.12"
5959
time = "0.3.41"
6060
tlsh2 = "0.4.0"
@@ -67,7 +67,7 @@ uuid = "1.16.0"
6767
zip = "2.6.1"
6868

6969
[dev-dependencies]
70-
ctor = "0.4.1"
70+
ctor = "0.4.2"
7171
httpmock = "0.7.0"
7272
insta = "1.42.2"
7373
toml = "0.8.20"

0 commit comments

Comments
 (0)