Skip to content

Commit 40cae33

Browse files
authored
Merge pull request #2300 from cachix/changelogs
Add changelogs to modules
2 parents 96a6d9c + 7921e7d commit 40cae33

File tree

15 files changed

+626
-2
lines changed

15 files changed

+626
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ astral-tokio-tar = "0.5.6"
4040
async-trait = "0.1"
4141
binaryornot = "1.0.0"
4242
blake3 = "1.8.2"
43+
chrono = "0.4"
4344
clap = { version = "4.5.48", features = ["derive", "cargo", "env"] }
4445
cli-table = "0.5.0"
4546
console = "0.16.1"
@@ -78,6 +79,7 @@ similar = "2.7.0"
7879
sha2 = "0.10.9"
7980
sqlx = { version = "0.8.6", features = ["time", "sqlite", "runtime-tokio"] }
8081
tempfile = "3.23.0"
82+
termimad = "0.30.0"
8183
thiserror = "2.0.16"
8284
tracing = "0.1.41"
8385
tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json"] }

devenv/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ ser_nix.workspace = true
4242
sha2.workspace = true
4343
sqlx.workspace = true
4444
tempfile.workspace = true
45+
termimad.workspace = true
4546
tokio.workspace = true
4647
tokio-shutdown.workspace = true
4748
tracing.workspace = true
@@ -58,6 +59,8 @@ shell-escape.workspace = true
5859
rmcp.workspace = true
5960
rmcp-macros.workspace = true
6061
async-trait.workspace = true
62+
blake3.workspace = true
63+
chrono.workspace = true
6164
secretspec.workspace = true
6265
secrecy.workspace = true
6366

0 commit comments

Comments
 (0)