diff options
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 70a25ed3..bdd72a5a 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -61,7 +61,7 @@ reqwest = { version = "0.11", features = [ hex = { version = "0.4", optional = true } sha2 = { version = "0.10", optional = true } rmp-serde = { version = "1.1.1", optional = true } -base64 = { version = "0.13.0", optional = true } +base64 = { version = "0.20.0", optional = true } tokio = { version = "1", features = ["full"] } semver = "1.0.14" |
