Skip to content

Commit 77907a6

Browse files
zenshanda-ai
andcommitted
chore: update package versions and object_store
- Bump object_store workspace dependency to 0.14 - Align package versions to 0.13.12 - Update object_store PutResult test mock for extensions Co-Authored-By: Anda Bot <noreply@anda.bot>
1 parent e082e2a commit 77907a6

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ic_tee_agent = "0.7"
6464
ic_tee_gateway_sdk = "0.7"
6565
infer2 = "0.21"
6666
anda_cloud_cdk = "0.5"
67-
object_store = { version = "0.13" }
67+
object_store = { version = "0.14" }
6868
parking_lot = "0.12"
6969
tokio-util = "0.7"
7070
tokio = { version = "1", features = ["full"] }

anda_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_core"
33
description = "Core types and traits for Anda -- an AI agent framework built with Rust, powered by ICP and TEEs."
44
repository = "https://github.com/ldclabs/anda/tree/main/anda_core"
55
publish = true
6-
version = "0.13.10"
6+
version = "0.13.12"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

anda_core/src/context.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ pub fn derivation_path_with(path: &Path, derivation_path: Vec<Vec<u8>>) -> Vec<V
597597
mod tests {
598598
use super::*;
599599
use futures::executor::block_on;
600+
use http::Extensions;
600601
use std::{
601602
collections::BTreeMap,
602603
sync::{
@@ -771,6 +772,7 @@ mod tests {
771772
Ok(PutResult {
772773
e_tag: version.e_tag,
773774
version: version.version,
775+
extensions: Extensions::default(),
774776
})
775777
}
776778

anda_engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_engine"
33
description = "Agents engine for Anda -- an AI agent framework built with Rust, powered by ICP and TEEs."
44
repository = "https://github.com/ldclabs/anda/tree/main/anda_engine"
55
publish = true
6-
version = "0.13.11"
6+
version = "0.13.12"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

anda_engine_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_engine_server"
33
description = "A http server to serve multiple Anda engines."
44
repository = "https://github.com/ldclabs/anda/tree/main/anda_engine_server"
55
publish = true
6-
version = "0.13.0"
6+
version = "0.13.12"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

anda_web3_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "anda_web3_client"
33
description = "The Rust SDK for Web3 integration in non-TEE environments."
44
repository = "https://github.com/ldclabs/anda/tree/main/anda_web3_client"
55
publish = true
6-
version = "0.13.0"
6+
version = "0.13.12"
77
edition.workspace = true
88
keywords.workspace = true
99
categories.workspace = true

0 commit comments

Comments
 (0)