aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock22
1 files changed, 14 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ccc1a598..e8a9027c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -76,7 +76,7 @@ dependencies = [
"atuin-client",
"atuin-common",
"atuin-server",
- "base64",
+ "base64 0.20.0",
"chrono",
"clap",
"clap_complete",
@@ -108,7 +108,7 @@ version = "12.0.0"
dependencies = [
"async-trait",
"atuin-common",
- "base64",
+ "base64 0.20.0",
"chrono",
"config",
"directories",
@@ -155,7 +155,7 @@ dependencies = [
"async-trait",
"atuin-common",
"axum",
- "base64",
+ "base64 0.20.0",
"chrono",
"chronoutil",
"config",
@@ -230,9 +230,15 @@ dependencies = [
[[package]]
name = "base64"
-version = "0.13.0"
+version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
+checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
+
+[[package]]
+name = "base64"
+version = "0.20.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
[[package]]
name = "beef"
@@ -1560,7 +1566,7 @@ version = "0.11.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
dependencies = [
- "base64",
+ "base64 0.13.1",
"bytes",
"encoding_rs",
"futures-core",
@@ -1684,7 +1690,7 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
dependencies = [
- "base64",
+ "base64 0.13.1",
]
[[package]]
@@ -1946,7 +1952,7 @@ checksum = "dcbc16ddba161afc99e14d1713a453747a2b07fc097d2009f4c300ec99286105"
dependencies = [
"ahash",
"atoi",
- "base64",
+ "base64 0.13.1",
"bitflags",
"byteorder",
"bytes",