Skip to content

Commit 1332a89

Browse files
authored
Merge pull request #150 from dfinity/igor/update-deps
fix: update crates, patch axum-server
2 parents 89ed85b + f7f1b11 commit 1332a89

File tree

2 files changed

+39
-55
lines changed

2 files changed

+39
-55
lines changed

Cargo.lock

Lines changed: 36 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ wat = "1.228.0"
127127
[patch.crates-io]
128128
# v0.3.3 breaks backwards compatibility, do not remove unless you want to deal with it.
129129
ic-management-canister-types = { git = "https://github.com/dfinity/cdk-rs", rev = "19fdcd4c928b71d010aa124e2bb7f874290edac9" }
130+
# Temporary use fixed branch until new version is released.
131+
# See https://github.com/programatik29/axum-server/issues/170
132+
axum-server = { git = "https://github.com/AlvaroParker/axum-server", branch = "fix-trait-bound" }
130133

131134
[profile.release]
132135
strip = "symbols"

0 commit comments

Comments
 (0)