Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Pohl <[email protected]>
  • Loading branch information
pohlm01 committed Oct 18, 2024
1 parent 07abd69 commit 57de42c
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 71 deletions.
121 changes: 56 additions & 65 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = [
"openadr-client",
"openadr-wire"
]
exclude = [ ]
exclude = []

resolver = "2"

Expand Down Expand Up @@ -42,18 +42,18 @@ iso8601-duration = { version = "0.2.0", features = ["chrono"] }
rangemap = "1.5.1"

thiserror = "1.0.61"
validator = {version = "0.18.1", features = ["derive"] }
validator = { version = "0.18.1", features = ["derive"] }
uuid = { version = "1.8.0", features = ["v4"] }
url = "2.5.0"
http = "^1.0.0"
mime = "0.3"
tower-http = { version = "0.5.2" , features = ["trace"]}
tower-http = { version = "0.5.2", features = ["trace"] }
http-body-util = "0.1.0"
jsonwebtoken = "9.3.0"
async-trait = "0.1.81"

quickcheck = "1.0.3"

sqlx = { version = "0.8.1", features = ["postgres", "runtime-tokio", "chrono", "migrate"] }
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio", "chrono", "migrate", "macros", "json"], default-features = false }
argon2 = "0.5.3"
dotenvy = "0.15.7"
2 changes: 0 additions & 2 deletions openadr-vtn/src/api/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,9 @@ mod test {
event::{EventPayloadDescriptor, EventType, Priority},
problem::Problem,
};
use openadr_wire::event::Priority;
use reqwest::Method;
use sqlx::PgPool;
use tower::{Service, ServiceExt};
use openadr_wire::problem::Problem;

fn default_event_content() -> EventContent {
EventContent {
Expand Down

0 comments on commit 57de42c

Please sign in to comment.