aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-01-27 13:51:41 -0800
committerGitHub <noreply@github.com>2026-01-27 13:51:41 -0800
commit3ed6e6b8776185a57f5ce29a28b7b60174385ac1 (patch)
tree22f6c8edb45874fd2c18ec837f3e419e1bfdce1a /Cargo.toml
parentfix: do not set ATUIN_SESSION if it is already set (#3107) (diff)
downloadatuin-3ed6e6b8776185a57f5ce29a28b7b60174385ac1.zip
chore(deps): cleanup of dep versions (#3106)
Ensure we aren't using multiple versions, etc <!-- 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 - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e1f75a62..2c2b564e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ directories = "6.0.0"
eyre = "0.6"
fs-err = "3.1"
interim = { version = "0.2.0", features = ["time_0_3"] }
-itertools = "0.13.0"
+itertools = "0.14.0"
rand = { version = "0.8.5", features = ["std"] }
semver = "1.0.20"
serde = { version = "1.0.202", features = ["derive"] }