bulwark
bulwark copied to clipboard
Automated security decision making under uncertainty
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.20 to 0.7.4. Release notes Sourced from axum's releases. axum-extra - v0.7.4 added: Add Html response type (#1921) added: Add Css response type (#1921) added: Add JavaScript...
Bumps [prost-wkt](https://github.com/fdeantoni/prost-wkt) from 0.3.0 to 0.5.0. Release notes Sourced from prost-wkt's releases. v0.5.0 Update to Prost 0.12.x series. This implements the new Name trait which can provide the type url...
Bumps [prost-wkt-build](https://github.com/fdeantoni/prost-wkt) from 0.3.0 to 0.5.0. Release notes Sourced from prost-wkt-build's releases. v0.5.0 Update to Prost 0.12.x series. This implements the new Name trait which can provide the type url...
Bumps [tonic](https://github.com/hyperium/tonic) from 0.6.2 to 0.10.2. Changelog Sourced from tonic's changelog. 0.10.2 (2023-09-28) Bug Fixes web: Client decoding incomplete buffer bug (#1540) (83e363a) 0.10.1 (2023-09-21) Bug Fixes web: Buffer incomplete...
Similar to #199/#246, the current display format for tags isn't great and should be improved to help make logs a bit easier to read.
This would help avoid any issue with accidentally cloning the underlying type if the `Arc` is ever changed up or moved around.
We're reexporting `Value`, but frequently need to get that into a useful type. Forcing a dependency on `serde_json` doesn't make sense when we're already reexporting `Value`.
Notably this can happen in the integration tests, since they currently use the default port. The port used by tests should probably be changed to avoid this collision with dev...
Currently the errors for the `redis` module live in the top-level of the `bulwark-sdk` crate rather than being associated with the code that originates these errors.
Currently, when you first open the [documentation](https://docs.rs/bulwark-sdk/0.5.0/bulwark_sdk/), you're greeted by a one sentence intro that doesn't really help a new user get started. While we have this kind of intro...