rlespinasse / drawio-exporter

Command Line Client To Enhance Files Export Using Draw.io Application
https://crates.io/crates/drawio-exporter
MIT License
17 stars 5 forks source link

Bump the dependencies group with 3 updates #48

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the dependencies group with 3 updates: clap, git2 and tempfile.

Updates clap from 4.4.18 to 4.5.0

Changelog

Sourced from clap's changelog.

[4.5.0] - 2024-02-08

Compatibility

  • Update MSRV to 1.74
Commits


Updates git2 from 0.18.1 to 0.18.2

Changelog

Sourced from git2's changelog.

0.18.2 - 2024-02-06

0.18.1...0.18.2

Added

  • Added opts::set_ssl_cert_file and opts::set_ssl_cert_dir for setting Certificate Authority file locations. #997
  • Added TreeIter::nth which makes jumping ahead in the iterator more efficient. #1004
  • Added Repository::find_commit_by_prefix to find a commit by a shortened hash. #1011
  • Added Repository::find_tag_by_prefix to find a tag by a shortened hash. #1015
  • Added Repository::find_object_by_prefix to find an object by a shortened hash. #1014

Changed

Commits
  • 987c4e6 Merge pull request #1018 from ehuss/changelog
  • 57dc89c Update changelog for next release.
  • 9e57876 Merge pull request #1017 from weihanglo/libgit2-1.7.2
  • 173232a Merge pull request #1014 from Brooooooklyn/master
  • 4f9b2c5 Merge pull request #1015 from Brooooooklyn/lookup-tag-prefix
  • e10093e Add link to libgit2 in sys changelog.
  • e4cba79 chore: update libgit2 submodule to 1.7.2
  • 223945f Allow find object by prefix
  • 15e61e4 Allow find tag by prefix hash
  • 93dc901 Merge pull request #1016 from giraugh/patch-1
  • Additional commits viewable in compare view


Updates tempfile from 3.9.0 to 3.10.0

Changelog

Sourced from tempfile's changelog.

3.10.0

  • Drop redox_syscall dependency, we now use rustix for Redox.
  • Add Builder::permissions for setting the permissions on temporary files and directories (thanks to @​Byron).
  • Update rustix to 0.38.31.
  • Update fastrand to 2.0.1.
Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions