Skip to content

Commit ab3a9d1

Browse files
committed
prepare v0.3.5
1 parent 661ccd1 commit ab3a9d1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ sqlx = { version = "0.8", optional = true, default-features = false, features =
5353
redis = { version = "0.32", optional = true, default-features = false }
5454
validator = { version = "0.20", optional = true, features = ["derive"] }
5555
config = { version = "0.15", optional = true }
56-
utoipa = { version = "5.3", optional = true }
56+
utoipa = { version = "5.4", optional = true }
5757
tokio = { version = "1", optional = true, features = ["time"] }
5858
reqwest = { version = "0.12", optional = true, default-features = false }
5959
teloxide-core = { version = "0.13", optional = true, default-features = false }
60-
telegram-webapp-sdk = { git = "https://github.com/RAprogramm/telegram-webapp-sdk", rev = "0c5a1d557e1cefe2b37a190c9359be05fe48d41a", optional = true }
60+
telegram-webapp-sdk = { version = "0.1", optional = true }
6161

6262
[dev-dependencies]
6363
serde_json = "1"

0 commit comments

Comments
 (0)