Skip to content

Commit c52af6c

Browse files
committed
fix(deps): update rust crate camino to 1.1.12
1 parent 1cbcf0f commit c52af6c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

nexlint-lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0 OR MIT"
66

77
[dependencies]
88
anyhow = "1.0.98"
9-
camino = "1.1.10"
9+
camino = "1.1.12"
1010
diffy = "0.4"
1111
globset = "0.4.16"
1212
guppy = "0.17.19"

nexlint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "Apache-2.0 OR MIT"
66

77
[dependencies]
8-
camino = { version = "1.1.10", features = ["serde1"] }
8+
camino = { version = "1.1.12", features = ["serde1"] }
99
debug-ignore = "1.0.5"
1010
determinator = "0.12.0"
1111
guppy = "0.17.19"

0 commit comments

Comments
 (0)