Skip to content

Commit

Permalink
Merge pull request #153 from quickwit-oss/dependabot/cargo/dependenci…
Browse files Browse the repository at this point in the history
…es-24e44c863c

Bump the dependencies group with 5 updates
  • Loading branch information
guilload authored Jan 22, 2025
2 parents d684dd7 + dd33682 commit 38d3709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions chitchat-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"

[dependencies]
chitchat = { version = "0.9.0", path = "../chitchat" }
poem = "1"
poem-openapi = {version="1.3", features = ["swagger-ui"] }
poem = "3"
poem-openapi = {version="5.1", features = ["swagger-ui"] }
structopt = "0.3"
tokio = { version = "1.28.0", features = ["net", "sync", "rt-multi-thread", "macros", "time"] }
serde = { version="1", features=["derive"] }
Expand All @@ -19,5 +19,5 @@ cool-id-generator = "1"

[dev-dependencies]
assert_cmd = "2"
predicates = "2"
reqwest = { version = "0.11", default-features=false, features = ["blocking", "json"] }
predicates = "3"
reqwest = { version = "0.12", default-features=false, features = ["blocking", "json"] }
2 changes: 1 addition & 1 deletion chitchat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/quickwit-oss/chitchat"
anyhow = "1.0.51"
async-trait = "0.1"
bytes = "1"
itertools = "0.12"
itertools = "0.14"
rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
tokio = { version = "1.28.0", features = [
Expand Down

0 comments on commit 38d3709

Please sign in to comment.