Skip to content

Commit

Permalink
build: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Jan 7, 2025
1 parent d0f8741 commit 95ac189
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 36 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions samling-clorinde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fallible-iterator = "0.2.0"

## Types dependencies
# JSON or JSONB
serde_json = { version = "1.0.134", features = ["raw_value"] }
serde_json = { version = "1.0.135", features = ["raw_value"] }
serde = { version = "1.0.217", features = ["derive"] }
# TIME, DATE, TIMESTAMP or TIMESTAMPZ
chrono = "0.4.39"
Expand All @@ -30,9 +30,12 @@ rust_decimal = { version = "1.36.0", features = ["db-postgres"] }

## Async client dependencies
# Postgres async client
tokio-postgres = { version = "0.7.12", default-features = false, features = ["with-serde_json-1","with-chrono-0_4",] }
tokio-postgres = { version = "0.7.12", default-features = false, features = [
"with-serde_json-1",
"with-chrono-0_4",
] }
# Async utils
async-trait = "0.1.78"
async-trait = "0.1.85"
futures = "0.3.31"

## Async features dependencies
Expand Down
6 changes: 3 additions & 3 deletions samling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ axum = { version = "0.8.1", features = ["macros"] }
axum-extra = { version = "0.10.0", features = ["typed-header"] }
base64 = "0.22.1"
bytes = { version = "1.9.0", features = ["serde"] }
clap = { version = "4.5.23", features = ["derive", "env"], optional = true }
clap = { version = "4.5.24", features = ["derive", "env"], optional = true }
csv = "1.3.1"
deadpool-postgres = "0.14.1"
derive_more = { version = "1.0.0", features = ["full"] }
Expand Down Expand Up @@ -61,7 +61,7 @@ schemars = { version = "0.8.21", features = [
"rust_decimal",
"chrono",
] }
sentry = { version = "0.35.0", default-features = false, features = [
sentry = { version = "0.36.0", default-features = false, features = [
"rustls",
"tracing",
"backtrace",
Expand All @@ -72,7 +72,7 @@ sentry = { version = "0.35.0", default-features = false, features = [
"tower",
] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.134", features = ["preserve_order"] }
serde_json = { version = "1.0.135", features = ["preserve_order"] }
serde_path_to_error = "0.1.16"
slug = "0.1.6"
smol_str = { version = "0.3.2", features = ["serde"] }
Expand Down

0 comments on commit 95ac189

Please sign in to comment.