From 016386ce4d0e35ce7ddac6d33176a9cdcc134139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 12:49:33 +0100 Subject: Bump urlencoding from 1.3.3 to 2.1.0 (#208) Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding) from 1.3.3 to 2.1.0. - [Release notes](https://github.com/kornelski/rust_urlencoding/releases) - [Commits](https://github.com/kornelski/rust_urlencoding/commits) --- updated-dependencies: - dependency-name: urlencoding dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 84395457..dd5da205 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -37,7 +37,7 @@ rand = "0.8.4" rust-crypto = "^0.2" tokio = { version = "1", features = ["full"] } async-trait = "0.1.49" -urlencoding = "1.3.3" +urlencoding = "2.1.0" itertools = "0.10.3" shellexpand = "2" sqlx = { version = "0.5", features = [ -- cgit v1.3.1