diff options
| author | Cristian Le <git@lecris.dev> | 2026-02-12 23:04:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-12 14:04:04 -0800 |
| commit | 0c661b6cefa39c98b8f99abccfbff15eabd0e286 (patch) | |
| tree | 9fdb229143f381be95dfdcce2853e9a3dbc2725b /Cargo.toml | |
| parent | chore(deps): bump actions/cache from 4 to 5 (#3031) (diff) | |
| download | atuin-0c661b6cefa39c98b8f99abccfbff15eabd0e286.zip | |
chore(deps): bump time + bytes (#3175)
- time >= 0.3.47: RUSTSEC-2026-0009
- bytes >= 1.11.1: RUSTSEC-2026-0007
Did not dive deeply in if this is actually impacting atuin, just picked
up the CVE patches that were reported in Fedora downstream.
<!-- Thank you for making a PR! Bug fixes are always welcome, but if
you're adding a new feature or changing an existing one, we'd really
appreciate if you open an issue, post on the forum, or drop in on
Discord -->
## Checks
- [x] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [x] I have checked that there are no existing pull requests for the
same thing
Supersedes #3124
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ readme = "README.md" async-trait = "0.1.58" base64 = "0.22" log = "0.4" -time = { version = "0.3.36", features = [ +time = { version = "0.3.47", features = [ "serde-human-readable", "macros", "local-offset", |
