Skip to content

Commit

Permalink
Removing the oneshot patch as it has been merged upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Jun 25, 2024
1 parent 0a77e3c commit f6466a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions quickwit/Cargo.lock

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

5 changes: 1 addition & 4 deletions 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.7"
oneshot = "0.1.8"
openssl = { version = "0.10.60", default-features = false }
openssl-probe = "0.1.5"
opentelemetry = { version = "0.20", features = ["rt-tokio"] }
Expand Down Expand Up @@ -337,9 +337,6 @@ 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 f6466a9

Please sign in to comment.