about summary refs log tree commit diff
path: root/net/alcoholic_jwt/Cargo.lock (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-16 r/4091 chore(alcoholic_jwt): prepare release v4091Vincent Ambo1-1/+1
Documentation updates & dependency bumps. Change-Id: I18c3e9ad34ebf970c3ce81183188508976c2d4e6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5624 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
2022-05-16 r/4088 chore(alcoholic_jwt): base64: 0.10 -> 0.13Vincent Ambo1-12/+3
this removes another transitive dependency \o/ Change-Id: I511b54c5841066e6f517edfc2c81ec607ca2bf55 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5621 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
2022-05-16 r/4083 chore(alcoholic_jwt): bump cargo dependenciesVincent Ambo1-34/+48
a simple `cargo update` Change-Id: I388fcb3822678e7f025f0f86c6e9af450bf29bd8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5616 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
2021-08-15 r/2737 feat(alcoholic_jwt): Add Nix build for crateVincent Ambo1-0/+192
... mostly to get CI. Note that this adds the Cargo.lock file because we require pinning, but it is generally not required for Rust libraries. Change-Id: Iedbd3758e8df8a7f60fe67b6b06c8e41aba8f345 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3362 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI