Skip to content

Commit 270721e

Browse files
committed
version 0.1.8
1 parent 1d6947f commit 270721e

File tree

6 files changed

+62
-54
lines changed

6 files changed

+62
-54
lines changed

Cargo.lock

Lines changed: 51 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shai-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shai"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55

66

shai-core/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shai-core"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55

66
[dependencies]
@@ -13,9 +13,9 @@ uuid = { version = "1.0", features = ["v4"] }
1313
tokio = { version = "1.0", features = ["full"] }
1414
tokio-util = "0.7"
1515
futures = "0.3"
16-
termimad = "0.33"
17-
tree-sitter = "0.24"
18-
tree-sitter-highlight = "0.24"
16+
termimad = "0.34"
17+
tree-sitter = "0.25"
18+
tree-sitter-highlight = "0.25"
1919

2020
[target.'cfg(unix)'.dependencies]
2121
libc = "0.2"
@@ -25,7 +25,7 @@ schemars = "1.0.1"
2525
shai-macros = { path = "../shai-macros" }
2626
shai-llm = { path = "../shai-llm" }
2727
openai_dive = "1.3.1"
28-
regex = "1.0"
28+
regex = "1.12"
2929
walkdir = "2.4"
3030
chrono = { version = "0.4", features = ["serde"] }
3131
thiserror = "2.0"
@@ -44,7 +44,7 @@ anyhow = "1.0"
4444
webbrowser = "1.0"
4545

4646
[dev-dependencies]
47-
tempfile = "3.20.0"
47+
tempfile = "3.23.0"
4848
paste = "1.0"
4949

5050
[lints.rust]

shai-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "shai-http"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55

66
[dependencies]
77
shai-core = { path = "../shai-core" }
88
shai-llm = { path = "../shai-llm" }
99

1010
# Web server
11-
axum = { version = "0.7", features = ["macros"] }
11+
axum = { version = "0.8.6", features = ["macros"] }
1212
tokio = { version = "1.0", features = ["full"] }
1313
tower = "0.5"
1414
tower-http = { version = "0.6", features = ["cors", "trace"] }

shai-llm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shai-llm"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55

66
[dependencies]

shai-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shai-macros"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)