Skip to content

Commit 37142d6

Browse files
fix(deps): update all dependencies
Signed-off-by: Platform Engineering Bot <[email protected]>
1 parent 190085d commit 37142d6

File tree

6 files changed

+101
-52
lines changed

6 files changed

+101
-52
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ indicatif = "0.17.0"
5454
fn-error-context = "0.2.1"
5555
libc = "0.2.154"
5656
openssl = "0.10.33"
57-
rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process", "mount"] }
57+
rustix = { "version" = "1.0.0", features = ["thread", "fs", "system", "process", "mount"] }
5858
serde = "1.0.199"
5959
serde_json = "1.0.116"
6060
similar-asserts = "1.5.0"

blockdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde_json = { workspace = true }
1919
tracing = { workspace = true }
2020

2121
[dev-dependencies]
22-
indoc = "2.0.5"
22+
indoc = "=2.0.5"
2323

2424
[lib]
2525
path = "src/blockdev.rs"

0 commit comments

Comments
 (0)