Skip to content

Commit

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

Bump the all-dependencies group with 5 updates
  • Loading branch information
github-actions[bot] authored Aug 1, 2024
2 parents f770506 + b479723 commit c5fa2a0
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 46 deletions.
146 changes: 105 additions & 41 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 @@ -8,12 +8,12 @@ edition = "2021"
[dependencies]
axum = "0.7.5"
http-body-util = "0.1.2"
hyper = { version = "1.4.0", features = ["full"] }
hyper = { version = "1.4.1", features = ["full"] }
mime = "0.3.16"
rstest = "0.21.0"
rstest_reuse = "0.7.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.120"
tokio = { version = "1.38.0", features = ["full"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.122"
tokio = { version = "1.39.2", features = ["full"] }
tower = "0.4.13"
uuid = { version = "1.9.1", features = ["v4", "serde"] }
uuid = { version = "1.10.0", features = ["v4", "serde"] }

0 comments on commit c5fa2a0

Please sign in to comment.