Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 8, 2023
1 parent 03cf3a7 commit 5b2c9b6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions git-cliff-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ rust-version = "1.60.0"
[dependencies]
glob.workspace = true
regex.workspace = true
thiserror = "1.0.37"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.88"
thiserror = "1.0.38"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
tera = "1.17.1"
serde_regex = "1.1.0"
indexmap = "1.9.2"
toml = "0.5.9"
lazy-regex = "2.3.1"
toml = "0.5.10"
lazy-regex = "2.4.1"

[dependencies.git2]
version = "0.15.0"
default-features = false

[dependencies.config]
version = "0.13.2"
version = "0.13.3"
default-features = false
features = ["toml", "yaml"]

Expand Down
2 changes: 1 addition & 1 deletion git-cliff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version = "3.2.22"
features = ["derive", "env", "wrap_help"]

[dependencies.update-informer]
version = "0.5.0"
version = "0.6.0"
optional = true

[dev-dependencies]
Expand Down

0 comments on commit 5b2c9b6

Please sign in to comment.