Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/tower-http-0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FL03 authored Aug 7, 2023
2 parents b88192c + 8685c04 commit 4d96866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json.workspace = true
async-trait = "0.1"
decanter = { features = ["derive"], version = "0.1.3" }
futures = "0.3"
strum = { features = ["derive"], version = "0.24" }
strum = { features = ["derive"], version = "0.25" }
tokio = { features = ["macros", "process", "signal", "sync"], version = "1" }
tracing-subscriber = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mio = "0.8.4"
scsys.workspace = true
serde.workspace = true
serde_json.workspace = true
strum = { features = ["derive"], version = "0.24.1" }
strum = { features = ["derive"], version = "0.25.0" }
tokio = { features = ["macros", "signal"], version = "1.24" }
tower = "0.4.13"
tower-http = { features = [], version = "0.4.3" }
Expand Down

0 comments on commit 4d96866

Please sign in to comment.