Skip to content

Commit

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

Bump the all-dependencies group with 5 updates
  • Loading branch information
github-actions[bot] authored Dec 1, 2024
2 parents 5c45d5b + c7ca82b commit ec9a9d6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

10 changes: 5 additions & 5 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.7"
axum = "0.7.9"
http-body-util = "0.1.2"
hyper = { version = "1.5.0", features = ["full"] }
hyper = { version = "1.5.1", features = ["full"] }
mime = "0.3.16"
rstest = "0.23.0"
rstest_reuse = "0.7.0"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.41.0", features = ["full"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
tokio = { version = "1.41.1", features = ["full"] }
tower = "0.5.1"
uuid = { version = "1.11.0", features = ["v4", "serde"] }

0 comments on commit ec9a9d6

Please sign in to comment.