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 d1fdb02d..4df86006 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -60,7 +60,7 @@ reqwest = { version = "0.11", features = [ ], default-features = false, optional = true } hex = { version = "0.4", optional = true } sha2 = { version = "0.10", optional = true } -rmp-serde = { version = "1.0.0", optional = true } +rmp-serde = { version = "1.1.1", optional = true } base64 = { version = "0.13.0", optional = true } tokio = { version = "1", features = ["full"] } semver = "1.0.14" |
