diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-14 10:17:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-14 10:17:57 +0000 |
| commit | 368bd6c36fe27a4ed613de0ee25c72b49704a705 (patch) | |
| tree | b12cc893d17fb8fcb1a536c89d2e834c93c337db | |
| parent | Bump tui from 0.18.0 to 0.19.0 (#531) (diff) | |
| download | atuin-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>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | atuin-client/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1532,9 +1532,9 @@ dependencies = [ [[package]] name = "rmp-serde" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25786b0d276110195fa3d6f3f31299900cf71dfbd6c28450f3f58a0e7f7a347e" +checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e" dependencies = [ "byteorder", "rmp", 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" |
