Skip to content

Commit 0abc865

Browse files
authored
Update dependencies. (#12)
1 parent 5463636 commit 0abc865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ log = "0.4.14"
4444
once_cell = "1.8.0"
4545
reqwest = { version = "0.11.4", features = ["cookies", "json"], default-features = false }
4646
rust-ini = { version = "0.17.0", optional = true }
47-
serde = "1.0.126"
47+
serde = { version = "1.0.126", features = ["derive"] }
4848
serde_json = { version = "1.0.64", features = ["preserve_order"] }
4949
systemstat = { version = "0.1.8", optional = true }
5050
thiserror = "1.0.25"

0 commit comments

Comments
 (0)