Skip to content

Commit

Permalink
fix(deps): Use less specific version for once_cell (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Feb 13, 2023
1 parent fc113d6 commit 9975dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ linux-headers = [ "webkit2gtk/v2_36" ]
[dependencies]
libc = "0.2"
log = "0.4"
once_cell = "1.17"
once_cell = "1"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit 9975dda

Please sign in to comment.