Skip to content

Commit

Permalink
chore: Unpin serde again
Browse files Browse the repository at this point in the history
The issue with pre-compiled binaries in `serde` has been resolved.
Therefore, the pin can be removed, but a minimum version of `1.0.185` is
required.
  • Loading branch information
dnaka91 committed Aug 23, 2023
1 parent 0e93737 commit 2ee8806
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ open = "5.0.0"
rayon = "1.7.0"
rustc-demangle = "0.1.23"
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "=1.0.171", features = ["derive"] }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.104"
serde_path_to_error = "0.1.14"
time = { version = "0.3.25", features = ["formatting", "local-offset", "macros"] }
time = { version = "0.3.27", features = ["formatting", "local-offset", "macros"] }

[dependencies.syntect]
version = "5.1.0"
Expand Down

0 comments on commit 2ee8806

Please sign in to comment.