Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chardoncs committed Nov 11, 2024
1 parent 4701f9a commit d966909
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[package]
name = "minotp"
version = "1.2.0"
version = "1.3.0"
edition = "2021"

description = "Dead simple OTP library for Rust."
description = "Simple OTP library for Rust."
authors = ["Charles Dong <charlesdong_2000@outlook.com>"]

license = "MIT OR Apache-2.0"
license = "MIT"

keywords = ["otp", "hotp", "totp", "password"]
categories = ["cryptography", "no-std"]

readme = "README.md"

repository = "https://github.com/chardon55/minotp.git"
homepage = "https://github.com/chardon55/minotp"
repository = "https://github.com/chardoncs/minotp.git"
homepage = "https://github.com/chardoncs/minotp"

[dependencies]
hmac = "0.12"

[dev-dependencies]
data-encoding = "2.5.0"
data-encoding = "2.6"
sha1 = { version = "0.10", default-features = false }
sha2 = { version = "0.10", default-features = false }
sha3 = { version = "0.10", default-features = false }
Expand Down

0 comments on commit d966909

Please sign in to comment.