diff options
Diffstat (limited to 'atuin-client/Cargo.toml')
| -rw-r--r-- | atuin-client/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 42e3cf6b..7b85bf76 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -18,7 +18,6 @@ sync = [ "reqwest", "sha2", "hex", - "rmp-serde", "base64", "generic-array", "xsalsa20poly1305", @@ -51,13 +50,13 @@ fs-err = { workspace = true } sql-builder = "3" lazy_static = "1" memchr = "2.5" +rmp-serde = { version = "1.1.1" } # sync urlencoding = { version = "2.1.0", optional = true } reqwest = { workspace = true, optional = true } hex = { version = "0.4", optional = true } sha2 = { version = "0.10", optional = true } -rmp-serde = { version = "1.1.1", optional = true } base64 = { workspace = true, optional = true } tokio = { workspace = true } semver = { workspace = true } |
