core-agent-ide/codex-rs/execpolicy/src
Rene Leonhardt 82b0cebe8b
chore(rs): update dependencies (#1494)
### Chores
- Update cargo dependencies
- Remove unused cargo dependencies
- Fix clippy warnings
- Update Dockerfile (package.json requires node 22)
- Let Dependabot update bun, cargo, devcontainers, docker,
github-actions, npm (nix still not supported)

### TODO
- Upgrade dependencies with breaking changes

```shell
$ cargo update --verbose
   Unchanged crossterm v0.28.1 (available: v0.29.0)
   Unchanged schemars v0.8.22 (available: v1.0.4)
```
2025-07-10 11:08:16 -07:00
..
arg_matcher.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
arg_resolver.rs Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#903) 2025-05-14 09:39:49 -07:00
arg_type.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
default.policy Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#903) 2025-05-14 09:39:49 -07:00
error.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
exec_call.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
execv_checker.rs fix: enable clippy on tests (#870) 2025-05-08 16:02:56 -07:00
lib.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00
main.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
opt.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
policy.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
policy_parser.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
program.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
sed_command.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00
valid_exec.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00