Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to v1.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 4b0faf3 commit 02fdaf0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 33 deletions.
52 changes: 21 additions & 31 deletions Cargo.lock

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

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

[dependencies]
rocket = { version = "=0.5.1", features = ["json", "http2", "uuid"] }
rocket = { version = "=0.5.0", features = ["json", "http2", "uuid"] }
shuttle-rocket = "0.42.0"
shuttle-runtime = "0.42.0"
tokio = "1.26.0"
Expand All @@ -18,4 +18,4 @@ anyhow = "1.0"
hurl_core4 = {package = "hurl_core", version = "4.1.0"}

[dev-dependencies]
rstest = { version = "0.21.0", default-features = false }
rstest = { version = "0.18.2", default-features = false }

0 comments on commit 02fdaf0

Please sign in to comment.