diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-06-24 03:02:21 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-06-24 03:02:21 +0300 |
| commit | 27af3806b342cfe82fdd7050a1577f6e45aa8c26 (patch) | |
| tree | 5672549a526a41cb283351cd02844ed4a451bb80 /xtask/Cargo.toml | |
| parent | 021b1c8daca6ac816b3cea3de680e85c3dd6703a (diff) | |
| download | fparkan-27af3806b342cfe82fdd7050a1577f6e45aa8c26.tar.xz fparkan-27af3806b342cfe82fdd7050a1577f6e45aa8c26.zip | |
fix(deps): update all digest updates
Diffstat (limited to 'xtask/Cargo.toml')
| -rw-r--r-- | xtask/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 9801a0a..f3f3621 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -7,10 +7,10 @@ repository.workspace = true [dependencies] fparkan-corpus = { path = "../crates/fparkan-corpus" } -cargo_metadata = "0.21" +cargo_metadata = "0.23" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -toml = "0.8" +toml = "0.9" [lints] workspace = true |
