Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions baml_language/Cargo.lock

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

93 changes: 57 additions & 36 deletions engine/Cargo.lock

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

6 changes: 3 additions & 3 deletions engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ baml-log = { path = "baml-lib/baml-log" }
baml-viz-events = { path = "baml-viz-events" }
base64 = "0.22.1"
bstd = { path = "bstd" }
bytes = "1.6.0"
bytes = "1.11.1"
cfg-if = "1.0.0"
chrono = "0.4.38"
clap = { version = "4.4.6", features = ["cargo", "derive"] }
Expand Down Expand Up @@ -122,7 +122,7 @@ pretty = "0.12.4"
pretty_assertions = "1.4.1"
proc-macro2 = "1.0"
quote = "1.0"
rand = "0.8.5"
rand = "0.9.2"
regex = "1.10.4"
rstest = "0.22.0"
reqwest = { version = "0.12.12", features = [
Expand Down Expand Up @@ -150,7 +150,7 @@ textwrap = "0.16.0"
thiserror = "2.0.12"
tower = "0.5"
tower-http = { version = "0.6", features = ["cors", "trace"] }
time = { version = "0.3.36", features = ["formatting"] }
time = { version = "0.3.47", features = ["formatting"] }
tracing = "0.1"
tracing-core = { version = "0.1.31" }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down
6 changes: 3 additions & 3 deletions engine/baml-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ aws-config = { version = "=1.5.3", default-features = false, features = [] }
# https://github.com/awslabs/aws-sdk-rust/issues/1263
# same goes for aws-config.
# Potential migration https://docs.aws.amazon.com/sdk-for-rust/latest/dg/http.html#tlsProviders
aws-sdk-bedrockruntime = { version = "=1.106.0", default-features = false, features = [
aws-sdk-bedrockruntime = { version = "=1.107.0", default-features = false, features = [
] }
colored = { version = "2.1.0", default-features = false, features = [
"no-color",
Expand Down Expand Up @@ -173,15 +173,15 @@ aws-config = "=1.5.3"
# https://github.com/awslabs/aws-sdk-rust/issues/1263
# same goes for aws-config.
# Potential migration https://docs.aws.amazon.com/sdk-for-rust/latest/dg/http.html#tlsProviders
aws-sdk-bedrockruntime = { version = "=1.106.0", default-features = false, features = [
aws-sdk-bedrockruntime = { version = "=1.107.0", default-features = false, features = [
] }
axum = "0.7.5"
axum-extra = { version = "0.9.3", features = ["erased-json", "typed-header"] }
criterion = "0.5.1"
# depends on ring
gcp_auth = "0.12.3"
hostname = "0.3.1"
jsonwebtoken = { version = "9.3.0" }
jsonwebtoken = { version = "10.3.0" }
notify-debouncer-full = "0.3.1"
ring = { version = "0.17.4", features = ["std"] }
tokio = { version = "1", features = ["full"] }
Expand Down
Loading
Loading