Skip to content

Instantly share code, notes, and snippets.

@srhb
Created July 25, 2020 08:23
Show Gist options
  • Save srhb/66eeeaf2b15885b455cfea7e245a5a4f to your computer and use it in GitHub Desktop.
Save srhb/66eeeaf2b15885b455cfea7e245a5a4f to your computer and use it in GitHub Desktop.
diff --git a/Cargo.toml b/Cargo.toml
index 167b7fd1..a1f14e05 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,7 +77,7 @@ rusoto_signature = { package = "rusoto_signature", version = "0.44.0", optional
# Tower
tower = "0.1.1"
-tower03 = { package = "tower", version = "0.3", git = "https://github.com/tower-rs/tower", features = ["limit", "retry", "timeout", "util"] }
+tower03 = { rev = "7b48479bd25fe8f1840ed8be1b25682449aa3927", package = "tower", version = "0.3", git = "https://github.com/tower-rs/tower", features = ["limit", "retry", "timeout", "util"] }
# Serde
serde = { version = "1.0.80", features = ["derive"] }
@@ -113,7 +113,7 @@ toml = "0.4"
syslog = "5"
syslog_loose = { version = "0.3.0", optional = true }
derive_is_enum_variant = "0.1.1"
-leveldb = { git = "https://github.com/timberio/leveldb", optional = true, default-features = false }
+leveldb = { rev = "64265815bcf1b69f30e6cb35bf687fbd6dd64afb", git = "https://github.com/timberio/leveldb", optional = true, default-features = false }
db-key = "0.0.5"
headers = "0.3"
rdkafka = { version = "0.24.0", features = ["libz", "ssl", "zstd"], optional = true }
@@ -121,7 +121,7 @@ hostname = "0.1.5"
seahash = { version = "3.0.6", optional = true }
jemallocator = { version = "0.3.0", optional = true }
lazy_static = "1.3.0"
-rlua = { git = "https://github.com/kyren/rlua", optional = true }
+rlua = { rev = "25bd7e6bffef9597466a98bfca80a3056c9e6320", git = "https://github.com/kyren/rlua", optional = true }
num_cpus = "1.10.0"
bytesize = { version = "1.0.0", optional = true }
glob = "0.2.11"
@@ -155,9 +155,9 @@ k8s-openapi = { version = "0.9", features = ["v1_15"], optional = true }
# For WASM
vector-wasm = { path = "lib/vector-wasm", optional = true }
-lucetc = { git = "https://github.com/bytecodealliance/lucet.git", rev = "d4fc14a03bdb99ac83173d27fddf1aca48412a86", optional = true }
-lucet-runtime = { git = "https://github.com/bytecodealliance/lucet.git", rev = "d4fc14a03bdb99ac83173d27fddf1aca48412a86", optional = true }
-lucet-wasi = { git = "https://github.com/bytecodealliance/lucet.git", rev = "d4fc14a03bdb99ac83173d27fddf1aca48412a86", optional = true }
+lucetc = { branch = "main", git = "https://github.com/bytecodealliance/lucet.git", rev = "d4fc14a03bdb99ac83173d27fddf1aca48412a86", optional = true }
+lucet-runtime = { branch = "main", git = "https://github.com/bytecodealliance/lucet.git", rev = "d4fc14a03bdb99ac83173d27fddf1aca48412a86", optional = true }
+lucet-wasi = { branch = "main", git = "https://github.com/bytecodealliance/lucet.git", rev = "d4fc14a03bdb99ac83173d27fddf1aca48412a86", optional = true }
anyhow = { version = "1.0.28", optional = true }
async-stream = "0.2.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment