Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gracig committed Aug 12, 2024
1 parent db22e4a commit ec51c22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ regex = "^1.10"
serde_yaml = "^0.9"
async-trait = "^0.1"
log = "^0.4"
unicode-segmentation = "1.11.0"
rust-stemmers = "1.2.0"
stop-words = "0.8.0"
base64 = "0.22.1"
unicode-segmentation = "^1.11"
rust-stemmers = "^1.2"
stop-words = "^0.8"
base64 = "^0.22"
url = "^2.5"
termimad = "^0.29"
termimad = "^0.30"
syntect = "^5.2"
pdf-extract = "^0.7"
tokio-util = { version = "^0.7" }
Expand Down
2 changes: 1 addition & 1 deletion crates/fluent-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
neo4rs = { workspace = true }
reqwest = { version = "0.12.5", default-features = false, features = [
reqwest = { workspace = true, default-features = false, features = [
"json",
"rustls-tls",
] }
Expand Down

0 comments on commit ec51c22

Please sign in to comment.