Skip to content

Commit

Permalink
patch one_shot dependency (#5054)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz authored May 31, 2024
1 parent 80351ae commit cce46b2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 11 deletions.
41 changes: 31 additions & 10 deletions quickwit/Cargo.lock

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

5 changes: 4 additions & 1 deletion quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ new_string_template = "1.5.1"
nom = "7.1.3"
numfmt = "1.1.1"
once_cell = "1"
oneshot = "0.1.5"
oneshot = "0.1.7"
openssl = { version = "0.10.60", default-features = false }
openssl-probe = "0.1.5"
opentelemetry = { version = "0.20", features = ["rt-tokio"] }
Expand Down Expand Up @@ -332,6 +332,9 @@ encoding_rs = "=0.8.32"
[patch.crates-io]
sasl2-sys = { git = "https://github.com/quickwit-oss/rust-sasl/", rev = "daca921" }

[patch."https://github.com/fulmicoton/oneshot.git"]
oneshot = "0.1.7"

## this patched version of tracing helps better understand what happens inside futures (when are
## they polled, how long does poll take...)
#tracing = { git = "https://github.com/trinity-1686a/tracing.git", rev = "6806cac3" }
Expand Down

0 comments on commit cce46b2

Please sign in to comment.