Skip to content

Commit

Permalink
Patch isolang dependency (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra authored Oct 23, 2023
1 parent e41c739 commit 15101d1
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 50 deletions.
110 changes: 65 additions & 45 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@ edition = "2021"
version = "0.0.1-pre.3"

[patch.crates-io]
# Patch `isolang` for quicker compiles
isolang = { git = "https://github.com/humenda/isolang-rs.git", rev = "f015b8cce82b6168303c84543fdd25f57005141c" }

# Patch the opentelemetry crate versions to get rid of a few tonic dependencies
opentelemetry_api = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "41e8d63652b323866c03981b4b2ca62b9b8d6d44" }
opentelemetry-http = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "41e8d63652b323866c03981b4b2ca62b9b8d6d44" }
opentelemetry-otlp = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "41e8d63652b323866c03981b4b2ca62b9b8d6d44" }
opentelemetry_sdk = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "41e8d63652b323866c03981b4b2ca62b9b8d6d44" }

# Patch `redis` for up-to-date `ahash`
redis = { git = "https://github.com/aumetra/redis-rs.git", rev = "3c4ee09d432a69e1d87d66dcba14c519467c9b81" }
2 changes: 1 addition & 1 deletion crates/kitsune-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ eyre = "0.6.8"
serde = { version = "1.0.189", features = ["derive"] }
smol_str = { version = "0.2.0", features = ["serde"] }
tokio = { version = "1.33.0", features = ["fs"] }
toml = { version = "0.8.2", default-features = false, features = ["parse"] }
toml = { version = "0.8.4", default-features = false, features = ["parse"] }
2 changes: 1 addition & 1 deletion crates/kitsune-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ serde = { version = "1.0.189", features = ["derive"] }
simd-json = "0.12.0"
speedy-uuid = { path = "../../lib/speedy-uuid", features = ["diesel"] }
thiserror = "1.0.50"
tracing-log = "0.1.3"
tracing-log = "0.1.4"
typed-builder = "0.18.0"
2 changes: 1 addition & 1 deletion crates/kitsune-messaging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true

[dependencies]
ahash = "0.8.3"
ahash = "0.8.4"
async-trait = "0.1.74"
futures-util = "0.3.28"
kitsune-retry-policies = { path = "../kitsune-retry-policies" }
Expand Down
Loading

0 comments on commit 15101d1

Please sign in to comment.