summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-10 06:12:07 +0000
committerGitHub <noreply@github.com>2021-06-10 06:12:07 +0000
commitb71eaf060ac0eefc3a8129dd140bf2ac1207f5c1 (patch)
tree3d314e758bc8f0d9f72b8ff7a559a3886bed68e3
parent0b9dc6696beeb0c0460775d304dc24491b7a0d66 (diff)
Bump itertools from 0.10.0 to 0.10.1dependabot/cargo/itertools-0.10.1
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/rust-itertools/itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--atuin-client/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index abb5959f..48add6f5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1030,9 +1030,9 @@ checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
[[package]]
name = "itertools"
-version = "0.10.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
+checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [
"either",
]
diff --git a/Cargo.toml b/Cargo.toml
index 495afc51..259a3308 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ serde_json = "1.0.64"
tui = "0.15"
termion = "1.5"
unicode-width = "0.1"
-itertools = "0.10.0"
+itertools = "0.10.1"
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 b4c9c13e..65b0b3a7 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.0"
+itertools = "0.10.1"
shellexpand = "2"
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "uuid", "chrono", "sqlite" ] }