Bump bincode from 1.3.3 to 2.0.1

Bumps [bincode](https://github.com/bincode-org/bincode) from 1.3.3 to 2.0.1.
- [Release notes](https://github.com/bincode-org/bincode/releases)
- [Commits](https://github.com/bincode-org/bincode/compare/v1.3.3...v2.0.1)

---
updated-dependencies:
- dependency-name: bincode
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-23 16:34:17 +00:00 committed by GitHub
parent 7087148d3d
commit 6b24e217bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 14 deletions

15
Cargo.lock generated
View file

@ -651,15 +651,6 @@ version = "1.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bincode"
version = "2.0.1"
@ -1269,7 +1260,7 @@ dependencies = [
"ahash",
"arc-swap",
"base64 0.22.1",
"bincode 2.0.1",
"bincode",
"biscuit",
"calcard",
"chrono",
@ -4477,7 +4468,7 @@ name = "migration"
version = "0.12.5"
dependencies = [
"base64 0.22.1",
"bincode 1.3.3",
"bincode",
"calcard",
"common",
"compact_str",
@ -4715,7 +4706,7 @@ name = "nlp"
version = "0.12.5"
dependencies = [
"ahash",
"bincode 1.3.3",
"bincode",
"farmhash",
"hashify",
"jieba-rs",

View file

@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
rkyv = { version = "0.8.10", features = ["little_endian"] }
compact_str = "0.9.0"
bincode = "1.3.3"
bincode = "2.0.1"
lz4_flex = { version = "0.11", default-features = false }
base64 = "0.22"

View file

@ -27,4 +27,4 @@ test_mode = []
[dev-dependencies]
tokio = { version = "1.45", features = ["full"] }
bincode = "1.3.3"
bincode = "2.0.1"