Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit baf38a2

Browse files
Merge pull request #5 from rohas-dev/bump-version
chore: update dependencies in Cargo.toml for tokio, chrono, and uuid version
2 parents 5d855bd + 9a3addb commit baf38a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ postgres = { version = "0.19", features = ["with-serde_json-1"] }
2929
openssl-sys = { version = "0.9", features = ["vendored"] }
3030

3131
# Async runtime
32-
tokio = { version = "1.0", features = ["full"] }
32+
tokio = { version = "1.48.0", features = ["full"] }
3333

3434
# HTTP client for LLM providers
3535
reqwest = { version = "0.12.24", features = ["json", "rustls-tls", "rustls-tls-webpki-roots"] }
@@ -40,8 +40,8 @@ anthropic = "0.0.8"
4040

4141
# Utilities
4242
regex = "1.10"
43-
chrono = { version = "0.4", features = ["serde"] }
44-
uuid = { version = "1.0", features = ["v4", "serde"] }
43+
chrono = { version = "0.4.42", features = ["serde"] }
44+
uuid = { version = "1.18.1", features = ["v4", "serde"] }
4545

4646
# CLI
4747
clap = { version = "4.5.53", features = ["derive"] }

0 commit comments

Comments
 (0)