Skip to content

Commit 90deca2

Browse files
chore(deps)(deps): bump git2 from 0.18.3 to 0.20.2
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.3 to 0.20.2. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.18.3...git2-0.20.2) --- updated-dependencies: - dependency-name: git2 dependency-version: 0.20.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc8d906 commit 90deca2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blogr-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = { workspace = true }
2323
toml = { workspace = true }
2424
anyhow = { workspace = true }
2525
thiserror = { workspace = true }
26-
git2 = "0.18"
26+
git2 = "0.20"
2727
reqwest = { version = "0.11", features = ["json"] }
2828
dotenvy = "0.15"
2929
tokio = { version = "1.48", features = ["full"] }

0 commit comments

Comments
 (0)