Skip to content

Commit

Permalink
Merge pull request #411 from spacemeshos/dependabot/cargo/axum-test-1…
Browse files Browse the repository at this point in the history
…6.3.0

Bump axum-test from 16.2.0 to 16.3.0
  • Loading branch information
fasmat authored Nov 5, 2024
2 parents 625b203 + 61487e0 commit 799da78
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ parity-scale-codec = { version = "3.6.12", features = ["derive", "serde"] }
mockall = "0.13.0"

[dev-dependencies]
axum-test = "16.2.0"
axum-test = "16.3.0"
tempfile = "3.13.0"
2 changes: 1 addition & 1 deletion k2pow-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ hex = "0.4.3"
thiserror = "1.0.68"

[dev-dependencies]
axum-test = "16.2.0"
axum-test = "16.3.0"
hex = "0.4.3"
mockall = "0.13.0"
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tonic-build = "0.12.3"
[dev-dependencies]
async-stream = "0.3.6"
httpmock = "0.7.0"
axum-test = "16.2.0"
axum-test = "16.3.0"
rcgen = "0.12.1"
rstest = "0.22.0"
tempfile = "3.13.0"

0 comments on commit 799da78

Please sign in to comment.