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 /atuin-client | |
| 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>
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" |
