Skip to content

Commit

Permalink
Bump rmp-serde from 1.2.0 to 1.3.0 (qdrant#4185)
Browse files Browse the repository at this point in the history
Bumps [rmp-serde](https://github.com/3Hren/msgpack-rust) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/3Hren/msgpack-rust/releases)
- [Commits](3Hren/msgpack-rust@rmp-serde/v1.2.0...rmp-serde/v1.3.0)

---
updated-dependencies:
- dependency-name: rmp-serde
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and timvisee committed May 9, 2024
1 parent f0f9990 commit a997dda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/collection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ thiserror = "1.0"
serde = { workspace = true }
serde_cbor = { workspace = true }
serde_json = { workspace = true }
rmp-serde = "~1.2"
rmp-serde = "~1.3"
wal = { workspace = true }
ordered-float = "4.2"
hashring = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion lib/segment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ multiling-korean = ["charabia/korean"]

[dev-dependencies]
criterion = "0.5"
rmp-serde = "~1.2"
rmp-serde = "~1.3"
rand_distr = "0.4.3"
walkdir = "2.5.0"
rstest = "0.19.0"
Expand Down

0 comments on commit a997dda

Please sign in to comment.