Commit Graph

9 Commits

Author SHA1 Message Date
e80edcdfb3 Update Rust crate base32 to 0.5.0 (#24)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [base32](https://github.com/andreasots/base32) | dependencies | minor | `0.4.0` -> `0.5.0` |

---

### Release Notes

<details>
<summary>andreasots/base32 (base32)</summary>

### [`v0.5.0`](https://github.com/andreasots/base32/compare/v0.4.0...v0.5.0)

[Compare Source](https://github.com/andreasots/base32/compare/v0.4.0...v0.5.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #24
2024-05-23 09:34:15 +00:00
fd2ae7f3e6 Add first unit test 2023-03-19 20:43:39 +01:00
3794c4d175 Add setup instructions 2022-03-21 14:05:34 +01:00
ac9f033656 Add subcommands 2022-03-21 13:56:52 +01:00
5350b380e2 Show code lifetime 2022-03-21 12:24:47 +01:00
96656afdae Managed to generate a first secret 2022-03-21 12:08:58 +01:00
1a56ee42de Managed to generate a first secret 2022-03-21 10:06:32 +01:00
c05a6469d9 Initial not working attempt 2022-03-21 09:52:26 +01:00
38d38b16cc Initial commit 2022-03-21 09:40:34 +01:00