Skip to content

Commit

Permalink
chore(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit committed Apr 1, 2024
1 parent 8865a12 commit ceb30ce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ axum = "0.6.11"
axum-core = "0.3.4"
serial_test = { version = "*" , features = ["file_locks"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_json = "1.0.115"
serde_yaml = "0.9.34"
serde_with = { version = "3.7.0", features = ["chrono_0_4"] }
sqlx = { version = "0.7.4", features = [ "runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono", "json" ] }
sqlxmq = { version = "0.5.0", default-features = false, features = ["runtime-tokio-rustls"] }
sqlx-ledger = { version = "0.11.3", features = ["otel"] }
tokio = { version = "1.36", features = ["full"] }
tokio = { version = "1.37", features = ["full"] }
futures = "0.3.30"
async-trait = "0.1.78"
thiserror = "1.0.58"
Expand All @@ -39,12 +39,12 @@ tracing-opentelemetry = "0.23.0"
opentelemetry-otlp = { version = "0.15.0", features = ["http-proto", "reqwest-client"] }
opentelemetry = { version = "0.22.0" }
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
opentelemetry-http = "0.11.0"
chrono = { version = "0.4.35", features = ["clock", "serde"], default-features = false }
opentelemetry-http = "0.11.1"
chrono = { version = "0.4.37", features = ["clock", "serde"], default-features = false }
ring = "0.16.20"
uuid = { version = "1.8.0", features = ["v4", "serde"] }
data-encoding = "2.5.0"
rust_decimal = "1.34.3"
rust_decimal = "1.35.0"
rust_decimal_macros = "1.34.2"
governor = "0.5.1"
lazy_static = "1.4.0"
Expand Down

0 comments on commit ceb30ce

Please sign in to comment.