aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-13 12:50:50 +0100
committerGitHub <noreply@github.com>2022-04-13 12:50:50 +0100
commit4897f4a2421d716a7eed7b17c94783529dcae8ad (patch)
treebb52a68d8cc81af92ca0eb944cfdda1b86d174b5 /atuin-client
parentBump directories from 3.0.2 to 4.0.1 (#246) (diff)
downloadatuin-4897f4a2421d716a7eed7b17c94783529dcae8ad.zip
Bump rmp-serde from 0.15.5 to 1.0.0 (#264)
Bumps [rmp-serde](https://github.com/3Hren/msgpack-rust) from 0.15.5 to 1.0.0. - [Release notes](https://github.com/3Hren/msgpack-rust/releases) - [Commits](https://github.com/3Hren/msgpack-rust/commits/rmp-serde/v1.0.0) --- updated-dependencies: - dependency-name: rmp-serde dependency-type: direct:production update-type: version-update:semver-major ... 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 b25e667e..ef45e482 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -24,7 +24,7 @@ config = "0.13"
serde_derive = "1.0.125"
serde = "1.0.126"
serde_json = "1.0.75"
-rmp-serde = "0.15.5"
+rmp-serde = "1.0.0"
sodiumoxide = "0.2.6"
reqwest = { version = "0.11", features = [
"blocking",