Skip to content

Commit a3319f9

Browse files
chore(deps): update rust crate insta to v1.46.1 (#357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 075ff3c commit a3319f9

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

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

crates/plotnik-bytecode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ regex-automata = { version = "0.4", features = ["dfa-search"] }
1515
thiserror = "2.0.17"
1616

1717
[dev-dependencies]
18-
insta = { version = "=1.46.0", features = ["yaml"] }
18+
insta = { version = "=1.46.1", features = ["yaml"] }

crates/plotnik-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,4 @@ serde_json = "1.0"
253253
thiserror = "2.0"
254254

255255
[dev-dependencies]
256-
insta = "=1.46.0"
256+
insta = "=1.46.1"

crates/plotnik-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ regex-syntax = "0.8"
2929
default = ["plotnik-langs"]
3030

3131
[dev-dependencies]
32-
insta = { version = "=1.46.0", features = ["yaml"] }
32+
insta = { version = "=1.46.1", features = ["yaml"] }
3333
indoc = "=2.0.7"
3434
serde_json = "=1.0.149"
3535
tempfile = "=3.24.0"

crates/plotnik-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
2626
default = ["plotnik-langs"]
2727

2828
[dev-dependencies]
29-
insta = { version = "=1.46.0", features = ["yaml"] }
29+
insta = { version = "=1.46.1", features = ["yaml"] }
3030
indoc = "=2.0.7"
3131
serde_json = "=1.0.149"
3232
tempfile = "=3.24.0"

crates/plotnik-vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ serde = { version = "1.0", features = ["derive"] }
1818
thiserror = "2.0.17"
1919

2020
[dev-dependencies]
21-
insta = { version = "=1.46.0", features = ["yaml"] }
21+
insta = { version = "=1.46.1", features = ["yaml"] }

0 commit comments

Comments
 (0)