Skip to content

Commit

Permalink
update dependencies (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdncred authored May 26, 2023
1 parent 135430b commit 313eac4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ derive_serde_style = ["serde"]
gnu_legacy = []

[dependencies]
serde = { version="1.0.152", features=["derive"], optional=true }
serde = { version="1.0", features=["derive"], optional=true }

[target.'cfg(windows)'.dependencies.windows]
version = "0.48.0"
version = "0.48"
package = "windows-sys"
features = [
"Win32_Foundation",
Expand All @@ -34,5 +34,5 @@ features = [
]

[dev-dependencies]
doc-comment = "0.3.3"
serde_json = "1.0.94"
doc-comment = "0.3"
serde_json = "1.0"

0 comments on commit 313eac4

Please sign in to comment.