Skip to content

Commit

Permalink
chore: revert merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac committed Dec 23, 2024
1 parent 5141c75 commit b0783c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion catalyst-gateway/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ workspace = true
[dependencies]
cardano-chain-follower = { version = "0.0.6", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.10" }
c509-certificate = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.3" }
rbac-registration = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.8" }

pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
pallas-traverse = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
Expand All @@ -42,6 +43,7 @@ tokio-postgres = { version = "0.7.12", features = [
"with-chrono-0_4",
"with-serde_json-1",
"with-time-0_3",
"with-uuid-1"
] }
tokio = { version = "1.41.0", features = ["rt", "macros", "rt-multi-thread"] }
dotenvy = "0.15.7"
Expand Down Expand Up @@ -76,7 +78,7 @@ poem-openapi = { version = "5.1.2", features = [
"url",
"chrono",
] }
uuid = { version = "1.11.0", features = ["v4", "serde"] }
uuid = { version = "1.11.0", features = ["v4", "v7", "serde"] }
ulid = { version = "1.1.3", features = ["serde", "uuid"] }
blake2b_simd = "1.0.2"
url = "2.5.3"
Expand Down

0 comments on commit b0783c5

Please sign in to comment.