Skip to content

Commit

Permalink
Bump the deps group with 2 updates (#46)
Browse files Browse the repository at this point in the history
Bumps the deps group with 2 updates: [tracing](https://github.com/tokio-rs/tracing) and [gix](https://github.com/GitoxideLabs/gitoxide).


Updates `tracing` from 0.1.40 to 0.1.41
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

Updates `gix` from 0.68.0 to 0.69.0
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.68.0...gix-v0.69.0)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: gix
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent 41d50dc commit 9f0f716
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 46 deletions.
111 changes: 67 additions & 44 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 @@ -18,10 +18,10 @@ tokio = { version = "1.37.0", features = [
"rt",
"time",
], default-features = false }
tracing = "0.1.39"
tracing = "0.1.41"

[dependencies.gix]
version = "0.68.0"
version = "0.69.0"
default-features = false
features = [
"comfort",
Expand Down

0 comments on commit 9f0f716

Please sign in to comment.