Skip to content

Commit

Permalink
fix(deps): update rust crate hurl_core4 to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent 4b0faf3 commit 512600a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 31 deletions.
48 changes: 19 additions & 29 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 512600a

Please sign in to comment.