Skip to content

Commit aae4c8b

Browse files
nextest-botsunshowers
authored andcommitted
fix(deps): update rust crate camino to 1.1.6
1 parent 5a3aa2e commit aae4c8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.75"
9-
camino = "1.0.3"
9+
camino = "1.1.6"
1010
diffy = "0.3"
1111
globset = "0.4.13"
1212
guppy = "0.17.1"

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.0.3", features = ["serde1"] }
8+
camino = { version = "1.1.6", features = ["serde1"] }
99
debug-ignore = "1.0.5"
1010
determinator = "0.12.0"
1111
guppy = "0.17.1"

0 commit comments

Comments
 (0)