37 Commits

Author SHA1 Message Date
jmic
c417e38154 bump version to 0.3.1
Signed-off-by: jmic <jmic@users.noreply.github.com>
v0.3.1
2026-01-08 21:42:15 +01:00
jmic
fc6fb23ad7 Merge pull request #5 from jmic/dependabot/cargo/base16ct-1.0
Update base16ct requirement from 0.3 to 1.0
2026-01-08 21:20:51 +01:00
dependabot[bot]
8286e42675 Update base16ct requirement from 0.3 to 1.0
Updates the requirements on [base16ct](https://github.com/RustCrypto/formats) to permit the latest version.
- [Commits](https://github.com/RustCrypto/formats/compare/serdect/v0.3.0...base16ct/v1.0.0)

---
updated-dependencies:
- dependency-name: base16ct
  dependency-version: 1.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 08:17:14 +00:00
jmic
23e8962656 Merge remote-tracking branch 'origin/main' 2025-12-20 18:33:36 +01:00
jmic
d583333780 fix linting
Signed-off-by: jmic <jmic@users.noreply.github.com>
2025-12-20 18:33:22 +01:00
jmic
683ba9d44d fix linting
Signed-off-by: jmic <jmic@users.noreply.github.com>
2025-12-20 18:30:23 +01:00
jmic
a24e527a02 bump version to 0.3.0; update README;
Signed-off-by: jmic <jmic@users.noreply.github.com>
v0.3.0
2025-12-20 18:23:00 +01:00
jmic
2cc2c5b90d Add delimiter to the salt URL param generation and extraction to solve CVE-2025-68113
Signed-off-by: jmic <jmic@users.noreply.github.com>
2025-12-20 18:21:08 +01:00
jmic
4eb0146d2e bump version to 0.2.0; update README; change CD pipeline
Signed-off-by: jmic <jmic@users.noreply.github.com>
v0.2.0
2025-08-23 22:52:46 +02:00
jmic
ad89a42eb9 improve feature list at CI pipeline 2025-08-23 21:56:52 +02:00
jmic
3bc28a4cd4 update feature list at CI pipeline 2025-08-23 21:52:12 +02:00
jmic
bba44e21dd sha1 is now an optional feature; base16ct updated; rand + thiserror not tied to patch version anymore 2025-08-23 21:47:31 +02:00
jmic
b5e9a20526 update Github action publish version 2025-08-23 21:39:03 +02:00
jmic
c77227359b Merge pull request #2 from MicroPanda123/add/display-error
feat: add support for thiserror
v0.1.3
2025-04-18 13:19:39 +02:00
jmic
0daf098e2a Create dependabot.yml 2025-04-18 13:14:28 +02:00
MicroPanda123
ab3689e57e add support for thiserror 2025-03-31 22:13:22 +02:00
jmic
62b458dfd6 Merge pull request #1 from randomcash/fix/rand-version
fix: bump rand version
v0.1.2
2025-03-27 00:43:02 +01:00
Gustavo Calonico
779e7200bd fix: bump crate version 2025-02-11 19:02:35 +00:00
Gustavo Calonico
c7a844e9d9 fix: bump rand version 2025-02-11 18:55:00 +00:00
jmic
a45e894bf2 fix typo 2024-08-23 18:00:50 +02:00
jmic
e69e43e4cc improve README.md and publish workflow 2024-08-23 17:58:59 +02:00
jmic
739f84e84e reduced repetition of hash function 2024-08-22 11:14:19 +02:00
jmic
50d3bd4e78 Remove the intended error in the example server 2024-08-21 23:26:25 +02:00
jmic
b2e3f9e941 set version v0.1.1 v0.1.1 2024-08-21 22:57:42 +02:00
jmic
22502ec707 add publish github workflow 2024-08-21 22:51:56 +02:00
jmic
4c8a41ba78 update readme add repository to toml 2024-08-21 22:36:45 +02:00
jmic
d8ed28ed72 update readme 2024-08-21 22:27:59 +02:00
jmic
5dc5c5874c add readme 2024-08-21 22:25:09 +02:00
jmic
98d868b774 implement clippy recommendations 2024-08-21 21:52:59 +02:00
jmic
93099ae1dd cargo fmt changes 2024-08-21 21:45:15 +02:00
jmic
724e0cb934 reduce github action OS 2024-08-21 21:38:32 +02:00
jmic
69760a6e48 moved example, ensure compatibility to stable dependencies, improved Cargo.toml 2024-08-21 21:36:21 +02:00
jmic
21a78292ee add doc and git workflow 2024-08-21 21:02:45 +02:00
jmic
5dea02bbd0 add license 2024-08-21 19:02:39 +02:00
jmic
8eeeb7fbcb add example server 2024-08-21 18:57:42 +02:00
jmic
b5de462a49 initial code 2024-08-19 01:11:58 +02:00
jmic
ca68838258 Initial commit 2024-08-19 01:03:45 +02:00