Skip to content

Commit

Permalink
build(deps): Bump reqwest from 0.12.5 to 0.12.7 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lippoliv authored Sep 18, 2024
2 parents b695ddf + 62fb106 commit bd87aad
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 103 deletions.
155 changes: 53 additions & 102 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 @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.12.5", features = ["json"] }
reqwest = { version = "0.12.7", features = ["json"] }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "macros"] }
ollama-rs = "0.2.1"
Expand Down

0 comments on commit bd87aad

Please sign in to comment.