Skip to content

Commit

Permalink
fix(deps): avoid problematic serde release
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 20, 2023
1 parent 83cfc36 commit 87f74bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion git-cliff-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ glob = { workspace = true, optional = true }
regex.workspace = true
log.workspace = true
thiserror = "1.0.47"
serde = { version = "1.0.183", features = ["derive"] }
# https://github.com/serde-rs/serde/issues/2538
serde = { version = "= 1.0.172", features = ["derive"] }
serde_json = "1.0.105"
serde_regex = "1.1.0"
tera = "1.19.0"
Expand Down

0 comments on commit 87f74bc

Please sign in to comment.