mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
Upgrade/Migrate to newer dependencies (check diff Cargo.toml)
Some checks failed
Push Dev / docker (push) Has been cancelled
Some checks failed
Push Dev / docker (push) Has been cancelled
+ Rename: api/v1 to api/sculptor
This commit is contained in:
parent
59ca04d5f8
commit
c7c3bd881f
20 changed files with 470 additions and 390 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "sculptor"
|
||||
authors = ["Shiroyashik <shiroyashik@shsr.ru>"]
|
||||
version = "0.4.0"
|
||||
version = "0.4.1-dev"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
|
@ -32,14 +32,14 @@ walkdir = "2.5"
|
|||
indexmap = { version = "2.6", features = ["serde"] }
|
||||
zip = "2.2"
|
||||
lazy_static = "1.5"
|
||||
notify = "7.0"
|
||||
notify = "8.0"
|
||||
|
||||
# Crypto
|
||||
ring = "0.17"
|
||||
rand = "0.8"
|
||||
rand = "0.9"
|
||||
|
||||
# Web framework
|
||||
axum = { version = "0.7", features = ["ws", "macros", "http2"] }
|
||||
# Web
|
||||
axum = { version = "0.8", features = ["ws", "macros", "http2"] }
|
||||
tower-http = { version = "0.6", features = ["trace"] }
|
||||
tokio = { version = "1.41", features = ["full"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue