Skip to content

Commit

Permalink
Update rust-otp to use forked crates.io-hosted version.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Dec 18, 2023
1 parent a5e8996 commit 2e90b95
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions deepwell/Cargo.lock

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

2 changes: 1 addition & 1 deletion deepwell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jsonrpsee = { version = "0.20", features = ["macros", "server"] }
log = "0.4"
notify = { version = "6", optional = true }
once_cell = "1"
otp = { git = "https://github.com/TimDumol/rust-otp" }
paste = "1"
rand = "0.8"
redis = { version = "0.23", features = ["aio", "connection-manager", "keep-alive", "tokio-comp"] }
Expand All @@ -49,6 +48,7 @@ regex = "1"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
rsmq_async = "8"
rust-s3 = { version = "0.32", features = ["with-tokio"], default-features = false }
rust-otp = "1"
sea-orm = { version = "0.12", features = ["sqlx-postgres", "runtime-tokio-rustls", "postgres-array", "macros", "with-json", "with-time"], default-features = false }
sea-query = "0.30"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 2e90b95

Please sign in to comment.