Skip to content

Commit

Permalink
Merge pull request #27 from raffomania/dependabot/cargo/all-dependenc…
Browse files Browse the repository at this point in the history
…ies-320de057d8

Bump the all-dependencies group with 6 updates
  • Loading branch information
github-actions[bot] authored Nov 1, 2024
2 parents 0cc3db1 + b338ff2 commit 5c45d5b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 26 deletions.
48 changes: 28 additions & 20 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = "0.7.5"
axum = "0.7.7"
http-body-util = "0.1.2"
hyper = { version = "1.4.1", features = ["full"] }
hyper = { version = "1.5.0", features = ["full"] }
mime = "0.3.16"
rstest = "0.23.0"
rstest_reuse = "0.7.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tokio = { version = "1.40.0", features = ["full"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.41.0", features = ["full"] }
tower = "0.5.1"
uuid = { version = "1.10.0", features = ["v4", "serde"] }
uuid = { version = "1.11.0", features = ["v4", "serde"] }

0 comments on commit 5c45d5b

Please sign in to comment.