diff --git a/Cargo.lock b/Cargo.lock index af57b7f..94d26cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1001,9 +1001,9 @@ checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" [[package]] name = "itertools" -version = "0.10.1" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" +checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index 3c54951..e6be753 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ serde_json = "1.0.64" tui = "0.16" termion = "1.5" unicode-width = "0.1" -itertools = "0.10.1" +itertools = "0.10.3" fork = "0.1.18" tokio = { version = "1", features = ["full"] } async-trait = "0.1.49" diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index f25d19f..25c2de5 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -37,7 +37,7 @@ tokio = { version = "1", features = ["full"] } async-trait = "0.1.49" urlencoding = "1.3.3" humantime = "2.1.0" -itertools = "0.10.1" +itertools = "0.10.3" shellexpand = "2" sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "uuid", "chrono", "sqlite" ] } minspan = "0.1.1"