Skip to content

Commit

Permalink
fix(cat-gateway): Bump rust library dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Sep 26, 2024
1 parent caf05b7 commit 89b0bfc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions catalyst-gateway/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalys
pallas-traverse = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
#pallas-crypto = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }

clap = { version = "4.5.17", features = ["derive", "env"] }
clap = { version = "4.5.18", features = ["derive", "env"] }
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.18", features = [
"fmt",
Expand All @@ -31,25 +31,25 @@ tracing-subscriber = { version = "0.3.18", features = [
"time",
"env-filter",
] }
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
thiserror = "1.0.63"
thiserror = "1.0.64"
chrono = "0.4.38"
# async-trait = "0.1.82"
bb8 = "0.8.5"
bb8-postgres = "0.8.1"
tokio-postgres = { version = "0.7.11", features = [
tokio-postgres = { version = "0.7.12", features = [
"with-chrono-0_4",
"with-serde_json-1",
"with-time-0_3",
] }
tokio = { version = "1.39.2", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.40.0", features = ["rt", "macros", "rt-multi-thread"] }
dotenvy = "0.15.7"
local-ip-address = "0.6.2"
local-ip-address = "0.6.3"
gethostname = "0.5.0"
hex = "0.4.3"
handlebars = "6.0.0"
anyhow = "1.0.86"
handlebars = "6.1.0"
anyhow = "1.0.89"
#cddl = "0.9.4"
#ciborium = "0.2.2"
# stringzilla = "3.9.3"
Expand All @@ -69,8 +69,8 @@ rust_decimal = { version = "1.36.0", features = [
"serde-with-float",
"db-tokio-postgres",
] }
poem = { version = "3.0.4", features = ["embed", "prometheus", "compression"] }
poem-openapi = { version = "5.0.3", features = [
poem = { version = "3.1.0", features = ["embed", "prometheus", "compression"] }
poem-openapi = { version = "5.1.1", features = [
"openapi-explorer",
"rapidoc",
"redoc",
Expand Down

0 comments on commit 89b0bfc

Please sign in to comment.