Skip to content

Commit 244282d

Browse files
chore: bump deps and relax manifest ranges (#250)
Move direct deps to minor-pinned ranges so patch updates flow without churn while keeping compatibility boundaries clear. Refresh lock with cargo update (zerocopy* bump) and verify via fmt, clippy, tests, examples, release build, and a real json run.
1 parent 0dc92fd commit 244282d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -13,11 +13,11 @@ exclude = [".github/"]
1313
[dependencies]
1414
log = "0.4"
1515
env_logger = "0.11"
16-
regex = "1.10"
17-
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls"] }
18-
clap = { version = "4.5.43", features = ["derive"] }
19-
serde = { version = "1.0.219", features = ["derive"] }
16+
regex = "1.12"
17+
reqwest = { version = "0.12.24", default-features = false, features = ["blocking", "rustls-tls"] }
18+
clap = { version = "4.5", features = ["derive"] }
19+
serde = { version = "1.0", features = ["derive"] }
2020
csv = "1.3.0"
2121
serde_json = { version = "1.0", features = ["preserve_order"] }
22-
indexmap = "2.9.0"
22+
indexmap = "2.12"
2323
clap_complete = "4.5"

0 commit comments

Comments
 (0)