Skip to content

Commit 6fbb86e

Browse files
feat: more Session config knobs (#337)
1 parent 2fa3101 commit 6fbb86e

File tree

5 files changed

+611
-4
lines changed

5 files changed

+611
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async-trait.workspace = true
2222
axum = { workspace = true, features = ["http1", "tokio"] }
2323
backtrace.workspace = true
2424
bytes.workspace = true
25-
chrono.workspace = true
25+
chrono = { workspace = true, features = ["serde"] }
2626
clap.workspace = true
2727
cot_macros.workspace = true
2828
derive_builder.workspace = true

0 commit comments

Comments
 (0)