Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz committed Nov 21, 2023
1 parent 54bbc84 commit 44fb661
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.74.0
profile: minimal
components: clippy, rustfmt
override: true
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.74.0
profile: minimal
override: true
- name: Run backend tests
Expand Down
88 changes: 62 additions & 26 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ tower = "0.4.13"
tower-http = { version = "0.4.4", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
uuid = { version = "1.5.0", features = ["serde", "v4"] }
uuid = { version = "1.6.1", features = ["serde", "v4"] }

[dev-dependencies]
http-body = "0.4.5"
hyper = "0.14.27"
http-body = "1.0.0"
hyper = "1.0.1"
mockall = "0.11.4"

0 comments on commit 44fb661

Please sign in to comment.