Releases: bazeltools/rules_minidock_tools
Releases · bazeltools/rules_minidock_tools
v0.0.68
What's Changed
- Bump tokio-util from 0.7.10 to 0.7.12 by @dependabot in #423
- Bump serde from 1.0.198 to 1.0.210 by @dependabot in #424
- Bump futures from 0.3.30 to 0.3.31 by @dependabot in #427
- Bump serde_json from 1.0.116 to 1.0.132 by @dependabot in #431
- Bump async-trait from 0.1.80 to 0.1.83 by @dependabot in #433
- Bump tokio-stream from 0.1.15 to 0.1.16 by @dependabot in #429
- Bump thiserror from 1.0.59 to 1.0.65 by @dependabot in #432
- Bump anyhow from 1.0.82 to 1.0.91 by @dependabot in #426
- Bump flate2 from 1.0.28 to 1.0.34 by @dependabot in #434
- Bump async-stream from 0.3.5 to 0.3.6 by @dependabot in #430
- Bump regex from 1.10.3 to 1.11.1 by @dependabot in #422
- Bump clap from 4.4.18 to 4.5.20 by @dependabot in #418
- Bump bytes from 1.4.0 to 1.8.0 by @dependabot in #417
- Bump tempfile from 3.6.0 to 3.10.1 by @dependabot in #356
Full Changelog: v0.0.67...v0.0.68
v0.0.67: Ianoc/maybe require (#421)
* Require this on auth * Fixes and streamline
v0.0.66
v0.0.65
v0.0.64
v0.0.63
What's Changed
- Bump serde from 1.0.195 to 1.0.196 by @dependabot in #344
- Bump serde_json from 1.0.111 to 1.0.112 by @dependabot in #345
- Bump serde_json from 1.0.112 to 1.0.113 by @dependabot in #346
- Bump thiserror from 1.0.56 to 1.0.57 by @dependabot in #350
- Bump serde_json from 1.0.113 to 1.0.114 by @dependabot in #352
- Bump serde from 1.0.196 to 1.0.197 by @dependabot in #354
- Bump anyhow from 1.0.79 to 1.0.80 by @dependabot in #353
- Bump mio from 0.8.8 to 0.8.11 by @dependabot in #358
- Bump thiserror from 1.0.57 to 1.0.58 by @dependabot in #362
- Bump anyhow from 1.0.80 to 1.0.81 by @dependabot in #361
- Bump tokio-stream from 0.1.14 to 0.1.15 by @dependabot in #363
- Bump async-trait from 0.1.77 to 0.1.78 by @dependabot in #366
- Bump async-trait from 0.1.78 to 0.1.79 by @dependabot in #367
- Bump serde_json from 1.0.114 to 1.0.115 by @dependabot in #371
- Bump h2 from 0.3.24 to 0.3.26 by @dependabot in #373
- Bump anyhow from 1.0.81 to 1.0.82 by @dependabot in #374
- Bump async-trait from 0.1.79 to 0.1.80 by @dependabot in #376
- Bump serde_json from 1.0.115 to 1.0.116 by @dependabot in #379
- Bump serde from 1.0.197 to 1.0.198 by @dependabot in #378
- Bump thiserror from 1.0.58 to 1.0.59 by @dependabot in #382
- Fix len by @ianoc in #415
Full Changelog: v0.0.62...v0.0.63
Authentication Support v1
Adds the first capability around authentication support. Just anonymous so far.