summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--atuin-client/Cargo.toml2
-rw-r--r--atuin-server/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b5ccd345..fd2e2356 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2511,9 +2511,9 @@ dependencies = [
[[package]]
name = "urlencoding"
-version = "1.1.1"
+version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593"
+checksum = "9e0ad7a908b74126826e00649a5608a4b42a2a73577e45e8e7107153845a60a0"
[[package]]
name = "utf-8"
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index 8c119c69..6756dedd 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -35,7 +35,7 @@ rand = "0.8.3"
rust-crypto = "^0.2"
tokio = { version = "1", features = ["full"] }
async-trait = "0.1.49"
-urlencoding = "1.1.1"
+urlencoding = "1.3.1"
humantime = "2.1.0"
itertools = "0.10.0"
shellexpand = "2"
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml
index 5f13f087..2b68f480 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -36,4 +36,4 @@ tokio = { version = "1", features = ["full"] }
warp = "0.3"
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "uuid", "chrono", "postgres" ] }
async-trait = "0.1.49"
-urlencoding = "1.1.1"
+urlencoding = "1.3.1"