Skip to content

Commit

Permalink
update sqlx
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Nov 13, 2024
1 parent 9ba37d2 commit e311b84
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 39 deletions.
70 changes: 33 additions & 37 deletions conductor/Cargo.lock

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

4 changes: 2 additions & 2 deletions conductor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env_logger = "0.10.0"
futures = "0.3.28"
k8s-openapi = { version = "0.18.0", features = ["v1_25", "schemars"] }
log = "0.4.17"
pgmq = "0.28.2"
pgmq = "0.29.2"
schemars = "0.8.12"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
Expand All @@ -31,7 +31,7 @@ opentelemetry = { version = "0.18", features = [
"rt-tokio-current-thread",
] }
opentelemetry-prometheus = "0.11"
sqlx = { version = "0.7", features = ["runtime-tokio-native-tls", "postgres"] }
sqlx = { version = "0.8", features = ["runtime-tokio-native-tls", "postgres"] }
anyhow = "1.0.82"
serde_yaml = "0.9.34"
reqwest = { version = "0.12.3", features = ["json"] }
Expand Down

0 comments on commit e311b84

Please sign in to comment.