aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-14 10:17:57 +0000
committerGitHub <noreply@github.com>2022-10-14 10:17:57 +0000
commit368bd6c36fe27a4ed613de0ee25c72b49704a705 (patch)
treeb12cc893d17fb8fcb1a536c89d2e834c93c337db /atuin-client
parentBump tui from 0.18.0 to 0.19.0 (#531) (diff)
downloadatuin-368bd6c36fe27a4ed613de0ee25c72b49704a705.zip
Bump rmp-serde from 1.1.0 to 1.1.1 (#557)
Bumps [rmp-serde](https://github.com/3Hren/msgpack-rust) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/3Hren/msgpack-rust/releases) - [Commits](https://github.com/3Hren/msgpack-rust/compare/rmp-serde/v1.1.0...rmp-serde/v1.1.1) --- updated-dependencies: - dependency-name: rmp-serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'atuin-client')
-rw-r--r--atuin-client/Cargo.toml2
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"