Skip to content

Commit b45acb6

Browse files
change insta to be a workspace dep
1 parent 4950a42 commit b45acb6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ gstp = { version = "0.11.0" }
1515

1616
chrono = "0.4"
1717
getrandom = { version = "0.2" }
18+
insta = { version = "1.43.2" }
1819
minicbor = { version = "0.24.2", features = ["alloc", "derive"] }
1920
thiserror = { version = "2" }
2021
rkyv = { version = "0.7", default-features = false, features = [

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ chrono = { workspace = true }
2121
thiserror = { workspace = true }
2222

2323
[dev-dependencies]
24-
insta = { version = "1.43.2" }
24+
insta = { workspace = true }
2525

2626
[features]
2727
keyos = ["rkyv"]

backup-shard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zeroize = { version = "1.8.1", default-features = false, features = [
1515
rkyv = { workspace = true, optional = true }
1616

1717
[dev-dependencies]
18-
insta = "1.40"
18+
insta = { workspace = true }
1919

2020
[features]
2121
keyos = ["rkyv"]

0 commit comments

Comments
 (0)