Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
3842b244
Unverified
Commit
3842b244
authored
Feb 06, 2026
by
Anant Sharma
Committed by
GitHub
Feb 06, 2026
Browse files
fix: update bytes crate version to latest (#6041)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
82a8d768
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
75 additions
and
8 deletions
+75
-8
Cargo.lock
Cargo.lock
+2
-2
lib/bindings/kvbm/Cargo.lock
lib/bindings/kvbm/Cargo.lock
+69
-2
lib/bindings/python/Cargo.lock
lib/bindings/python/Cargo.lock
+2
-2
lib/runtime/examples/Cargo.lock
lib/runtime/examples/Cargo.lock
+2
-2
No files found.
Cargo.lock
View file @
3842b244
...
...
@@ -949,9 +949,9 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
[[package]]
name = "bytes"
version = "1.11.
0
"
version = "1.11.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb
3"
checksum = "
1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc3
3"
dependencies = [
"serde",
]
...
...
lib/bindings/kvbm/Cargo.lock
View file @
3842b244
...
...
@@ -682,6 +682,15 @@ dependencies = [
"objc2",
]
[[package]]
name = "bs58"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
dependencies = [
"tinyvec",
]
[[package]]
name = "bs62"
version = "0.1.4"
...
...
@@ -750,9 +759,9 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
[[package]]
name = "bytes"
version = "1.1
0
.1"
version = "1.1
1
.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a
"
checksum = "
1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33
"
dependencies = [
"serde",
]
...
...
@@ -1589,6 +1598,24 @@ dependencies = [
"anyhow",
]
[[package]]
name = "dynamo-kv-router"
version = "0.9.0"
dependencies = [
"anyhow",
"async-trait",
"dynamo-runtime",
"dynamo-tokens",
"prometheus",
"rand 0.9.2",
"serde",
"thiserror 2.0.17",
"tokio",
"tokio-util",
"tracing",
"xxhash-rust",
]
[[package]]
name = "dynamo-llm"
version = "0.9.0"
...
...
@@ -1619,12 +1646,16 @@ dependencies = [
"derive_builder",
"dialoguer",
"dynamo-async-openai",
"dynamo-kv-router",
"dynamo-memory",
"dynamo-mocker",
"dynamo-parsers",
"dynamo-runtime",
"dynamo-tokens",
"either",
"erased-serde",
"etcd-client",
"flate2",
"futures",
"futures-util",
"galil-seiferas",
...
...
@@ -1700,6 +1731,28 @@ dependencies = [
"tracing",
]
[[package]]
name = "dynamo-mocker"
version = "0.9.0"
dependencies = [
"anyhow",
"dashmap 6.1.0",
"derive-getters",
"derive_builder",
"dynamo-kv-router",
"dynamo-tokens",
"ndarray",
"ndarray-interp",
"ndarray-npy",
"rand 0.9.2",
"serde",
"serde_json",
"tokio",
"tokio-util",
"tracing",
"uuid",
]
[[package]]
name = "dynamo-parsers"
version = "0.9.0"
...
...
@@ -1790,6 +1843,20 @@ dependencies = [
"zmq",
]
[[package]]
name = "dynamo-tokens"
version = "0.9.0"
dependencies = [
"bs58",
"bytemuck",
"dashmap 6.1.0",
"derive-getters",
"serde",
"thiserror 2.0.17",
"uuid",
"xxhash-rust",
]
[[package]]
name = "ed25519"
version = "2.2.3"
...
...
lib/bindings/python/Cargo.lock
View file @
3842b244
...
...
@@ -777,9 +777,9 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
[[package]]
name = "bytes"
version = "1.1
0
.1"
version = "1.1
1
.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a
"
checksum = "
1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33
"
dependencies = [
"serde",
]
...
...
lib/runtime/examples/Cargo.lock
View file @
3842b244
...
...
@@ -417,9 +417,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.1
0
.1"
version = "1.1
1
.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a
"
checksum = "
1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33
"
dependencies = [
"serde",
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment