Skip to content

Commit f416781

Browse files
committed
dep update
1 parent dbb5169 commit f416781

File tree

2 files changed

+36
-51
lines changed

2 files changed

+36
-51
lines changed

frameworks/Rust/xitca-web/Cargo.lock

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

frameworks/Rust/xitca-web/Cargo.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ xitca-postgres-toasty = { git = "https://github.com/fakeshadow/xitca-postgres-to
102102
toasty = { git = "https://github.com/fakeshadow/toasty", branch = "engine" }
103103
toasty-core = { git = "https://github.com/fakeshadow/toasty", branch = "engine" }
104104
toasty-sql = { git = "https://github.com/fakeshadow/toasty", branch = "engine" }
105-
106-
xitca-codegen = { git = "http://github.com/HFQR/xitca-web", rev = "d65bec8" }
107-
xitca-http = { git = "http://github.com/HFQR/xitca-web", rev = "d65bec8" }
108-
xitca-postgres = { git = "http://github.com/HFQR/xitca-web", rev = "d65bec8" }
109-
xitca-server = { git = "http://github.com/HFQR/xitca-web", rev = "d65bec8" }
110-
xitca-service = { git = "http://github.com/HFQR/xitca-web", rev = "d65bec8" }
111-
xitca-web = { git = "http://github.com/HFQR/xitca-web", rev = "d65bec8" }
105+
tokio-uring = { git = "http://github.com/fakeshadow/tokio-uring", rev = "7a1b343" }
106+
107+
xitca-codegen = { git = "http://github.com/HFQR/xitca-web", rev = "adc7ff1" }
108+
xitca-http = { git = "http://github.com/HFQR/xitca-web", rev = "adc7ff1" }
109+
xitca-postgres = { git = "http://github.com/HFQR/xitca-web", rev = "adc7ff1" }
110+
xitca-server = { git = "http://github.com/HFQR/xitca-web", rev = "adc7ff1" }
111+
xitca-service = { git = "http://github.com/HFQR/xitca-web", rev = "adc7ff1" }
112+
xitca-web = { git = "http://github.com/HFQR/xitca-web", rev = "adc7ff1" }

0 commit comments

Comments
 (0)