Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
60c8eeac24 chore(deps): bump rustls in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [rustls](https://github.com/rustls/rustls).


Updates `rustls` from 0.23.15 to 0.23.18
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.15...v/0.23.18)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 17:01:03 +00:00
3 changed files with 196 additions and 497 deletions

688
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -119,5 +119,3 @@ All contents of this repository are licensed under either the
- [Unlicense](LICENSE-UNLICENSE)
at your option.
All direct and indirect dependencies of this project are free software as defined by the [Free Software Foundation](https://www.gnu.org/licenses/license-list.html) and are licensed under [OSI Approved Licenses](https://opensource.org/licenses). [This is checked](deny.toml) in this project's [continuous integration (CI)](.github/workflows/check-and-build-and-test.yml) with [`cargo-deny`](https://crates.io/crates/cargo-deny).

View File

@@ -18,7 +18,7 @@ cozo = { version = "0.7", default-features = false, features = [
"graph-algo",
"storage-sqlite",
] }
llama-cpp-2 = "0.1.85"
llama-cpp-2 = "0.1.82"
ocrs = "0.9"
reqwest = { version = "0.12.4", default-features = false, features = [
"http2",
@@ -34,6 +34,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [
"gzip",
"zstd",
] }
rten = "0.13.1"
snafu = { workspace = true }
tracing = { workspace = true, optional = true }