Skip to content

Commit

Permalink
Cargo: bump figment to 0.10.19
Browse files Browse the repository at this point in the history
  • Loading branch information
stintel committed May 22, 2024
1 parent 465e5d8 commit 22421d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ axum-tracing-opentelemetry = "0.18.1"
bytemuck = "1.16.0"
bytes = "1.6.0"
clap = { version = "4.5.4", features = ["derive"] }
figment = { version = "0.10.18", features = ["env"] }
figment = { version = "0.10.19", features = ["env"] }
openai_dive = { version = "0.4.8", default-features = false, features = ["rustls-tls", "stream", "tokio", "tokio-util"] }
opentelemetry = { version = "0.22.0", features = ["metrics"] }
opentelemetry-jaeger-propagator = "0.1.0"
Expand Down

0 comments on commit 22421d4

Please sign in to comment.