We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbcf0f commit 1cea820Copy full SHA for 1cea820
nexlint-lints/Cargo.toml
@@ -6,7 +6,7 @@ license = "Apache-2.0 OR MIT"
6
7
[dependencies]
8
anyhow = "1.0.98"
9
-camino = "1.1.10"
+camino = "1.2.1"
10
diffy = "0.4"
11
globset = "0.4.16"
12
guppy = "0.17.19"
nexlint/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
5
license = "Apache-2.0 OR MIT"
-camino = { version = "1.1.10", features = ["serde1"] }
+camino = { version = "1.2.1", features = ["serde1"] }
debug-ignore = "1.0.5"
determinator = "0.12.0"
0 commit comments