Skip to content

Commit 81997ce

Browse files
committed
chore: update dependencies
1 parent e6dab7e commit 81997ce

5 files changed

Lines changed: 105 additions & 99 deletions

File tree

Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ odict = { path = "../lib", features = [
2121
] }
2222
internal = { path = "../internal" }
2323
clap = { version = "4.5.53", features = ["derive", "cargo"] }
24-
console = "0.16.1"
24+
console = "0.16.2"
2525
indicatif = "0.18.3"
2626
pulldown-cmark = "0.13.0"
2727
actix-web = "4.12.1"

lib/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ uuid = { version = "1.19.0", features = [
6565
"macro-diagnostics",
6666
] }
6767
url = "2.5.7"
68-
serde_json = "1.0.145"
68+
serde_json = "1.0.148"
6969
thiserror = "2.0.17"
7070
brotli = "8.0.2"
7171
structural-convert = { workspace = true }
7272

7373
# feature=markdown
7474
pulldown-cmark = { version = "0.13.0", optional = true }
7575
# feature=http
76-
reqwest = { version = "0.12.24", optional = true, default-features = false, features = [
76+
reqwest = { version = "0.12.28", optional = true, default-features = false, features = [
7777
"rustls-tls",
7878
"http2",
7979
"stream",
@@ -93,11 +93,11 @@ sea-query = { version = "0.32.7", optional = true }
9393

9494
[dev-dependencies]
9595
criterion = { version = "0.8.1", features = ["async_tokio", "html_reports"] }
96-
insta = "1.44.3"
96+
insta = "1.45.0"
9797
map-macro = { version = "0.3.0" }
9898
tokio = { version = "1.48.0", features = ["rt", "macros"] }
9999
wiremock = "0.6.5"
100-
tempfile = "3.23.0"
100+
tempfile = "3.24.0"
101101
regex = "1.12.2"
102102

103103
[lib]

0 commit comments

Comments
 (0)