14 Commits

Author SHA1 Message Date
Eric Huss
3948fa5e15 Update all dependencies 2025-02-09 15:50:36 -08:00
Weihang Lo
71ad027733
Update deny.toml (#15164)
`cargo deny` is complaining about some deprecated settings in our
`deny.toml`. This updates it to the latest structure, and also
synchronizes the file with the latest template.
2025-02-09 20:50:43 +00:00
Eric Huss
013f31d6ae Update deny.toml comments to latest template
This updates the deny.toml comments to the latest template. This
includes the removal of some settings, etc.
2025-02-09 12:21:39 -08:00
Eric Huss
b370adcb2c Change cargo deny db settings to default
This changes the db-path to the default of `advisory-dbs` (with an s)
just to remain consistent with other projects possibly using this tool.
2025-02-09 12:21:01 -08:00
Eric Huss
61e6730cd5 Update cargo-deny structure
`cargo deny` is complaining that the current structure is deprecated.
2025-02-09 12:19:25 -08:00
Eric Huss
0d2ddc9942 Update rusqlite from 0.32.1 to 0.33.0
Changes: https://github.com/rusqlite/rusqlite/releases/tag/v0.33.0
2025-02-09 12:06:21 -08:00
Jacob Kiesel
0d2e8a5619
add bsd 2 clause to allow list for blake3 dep arrayref 2024-10-08 16:29:44 -04:00
Weihang Lo
96ef4e4e7d
chore(deps): update embarkstudios/cargo-deny-action action to v2 2024-10-01 09:13:19 -04:00
cui fliter
c8f4d234bb Fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
2023-09-24 23:10:07 +08:00
Arlo Siemsen
3d8e8d32cd credential: make gnome-secret built-in as cargo:libsecret 2023-08-17 13:58:18 -05:00
Ed Page
575b9ac934 fix(embedded): Don't create an intermediate manifest
To parse the manifest, we have to write it out so our regular manifest
loading code could handle it.  This updates the manifest parsing code to
handle it.

This doesn't mean this will work everywhere in all cases though.  For
example, ephemeral workspaces parses a manifest from the SourceId and
these won't have valid SourceIds.

As a consequence, `Cargo.lock` and `CARGO_TARGET_DIR` are changing from being next to
the temp manifest to being next to the script.  This still isn't the
desired behavior but stepping stones.

This also exposes the fact that we didn't disable `autobins` like the
documentation says we should.
2023-06-16 21:08:47 -05:00
Ed Page
33c9d8e2fd feat(cli): Pull in cargo-script-mvs core logic
This is no where near the implementation we want but I think we should
develop incrementally on top of what we already have.

See https://github.com/epage/cargo-script-mvs/tree/main
2023-06-09 22:03:18 -05:00
Ed Page
aada2f34e0 chore: Match cargo-deny with current reality 2023-02-23 19:31:21 -06:00
Ed Page
7b747de959 chore: Initialize cargo-deny 2023-02-23 19:26:24 -06:00