Eric Scouten
Eric Scouten
Open the crate's [home page on docs.rs](https://docs.rs/crate/ciborium/0.2.0) and click on the first code link (`de::from_reader()`). Opening this page fails as follows (Safari, macOS Monterey 12.1): > **Safari can't open the...
I used this action in a [recent workflow](https://github.com/adobe/xmp-toolkit-rs/actions/runs/3291504965/jobs/5425744060#step:5:13) and it generated a warning: > Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment...
## What happened I used this action in a [recent workflow](https://github.com/adobe/xmp-toolkit-rs/actions/runs/3291504965/jobs/5425744060#step:4:8) and it generated a warning: > Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade...
In #317, we added an indirect dependency on `json` crate which has been unmaintained for more than three years. I've filed an issue at https://github.com/vstroebel/jfifdump/issues/4 asking the maintainer of `jfifdump`...
From yong2023 via [Discord](https://discord.com/channels/983153151341371422/983153550018371595/1091378440231473195): > To me, I first faced an `Caused by: failed to load source for dependency async-trait` issue, and the reason was my cargo version too low....
From yong2023 via [Discord](https://discord.com/channels/983153151341371422/983153550018371595/1091376010747985980): > I think it will be helpful to add in README on how to add credential to an image, then how to show the credentials. >...
I saved a copy of the CBOR generated in one of our tests (see https://github.com/contentauth/c2pa-rs/blob/main/sdk/src/assertions/actions.rs#L450). It contains several (hex) `ef bf bd` sequences which do not make sense as initial...
@gpeacock required some Cargo.lock updates – please review