Pierre Hubert
e80edcdfb3
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
12 lines
275 B
TOML
12 lines
275 B
TOML
[package]
|
|
name = "totp_generator"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
totp_rfc6238 = "0.5.3"
|
|
base32 = "0.5.0"
|
|
clap = { version = "4.5.4", features = ["derive"] }
|