tink-rust
tink-rust copied to clipboard
Rust port of Tink cryptography library
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.12.2. Changelog Sourced from regex's changelog. 1.12.2 (2025-10-13) This release fixes a cargo doc breakage on nightly when --cfg docsrs is enabled. This caused documentation...
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.7 to 1.2.0. Release notes Sourced from generic-array's releases. 1.0.0 Changelog Primary PR Changelog Sourced from generic-array's changelog. 1.2.0 Mark more functions as const Bump MSRV to...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.228. Release notes Sourced from serde's releases. v1.0.228 Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#2995) v1.0.227 Documentation improvements (#2991) v1.0.226...
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.42. Release notes Sourced from chrono's releases. 0.4.42 What's Changed Add fuzzer for DateTime::parse_from_str by @tyler92 in chronotope/chrono#1700 Fix wrong amount of micro/milliseconds by @nmlt...
Bumps [log](https://github.com/rust-lang/log) from 0.4.22 to 0.4.28. Release notes Sourced from log's releases. 0.4.28 What's Changed ci: drop really old trick and ensure MSRV for all feature combo by @tisonkun in...
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.3 to 0.14.2. Release notes Sourced from tonic-build's releases. v0.14.2 What's Changed Improve Status formatting by @emilk in hyperium/tonic#2403 Separate out Tls ConnectInfo trait support into separate...
Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.3.1 to 2.3.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.143. Release notes Sourced from serde_json's releases. v1.0.143 Implement Clone and Debug for serde_json::Map iterators (#1264, thanks @xlambein) Implement Default for CompactFormatter (#1268, thanks @SOF3)...
Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.3 to 0.14.0. Release notes Sourced from tonic's releases. v0.14.0 This release marks an important milestone for tonic, "hopefully" this will be the last major breaking release...
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. Changelog Sourced from rand's changelog. [0.9.2 — 2025-07-20] Deprecated Deprecate rand::rngs::mock module and StepRng generator (#1634) Additions Enable WeightedIndex<usize> (de)serialization (#1646) [0.9.1] - 2025-04-17...