Skip to content

Commit 7429869

Browse files
committed
linecount: Fix dependency declaration
1 parent 8720d77 commit 7429869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/crates_io_linecount/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
workspace = true
1010

1111
[dependencies]
12-
serde = { version = "=1.0.223", features = ["derive"] }
12+
serde = { version = "=1.0.225", features = ["derive"] }
1313
tokei = "=13.0.0-alpha.9"
1414

1515
[dev-dependencies]

0 commit comments

Comments
 (0)