## Pull request type
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
## What is the current behavior?
Issue Number: N/A
## What is the new behavior?
-
-
-
## Other information
# Checklist
- [ ] I have performed a self-review of my own code
- [ ] I have added tests to cover my changes
- [ ] I have run succesfully
- [ ] I have run cargo deny check succesfully
- [ ] I have run cargo clippy succesfully (need only for jirust-cli crate)