Skip to content

Commit 1ccb7d0

Browse files
committed
dump deps
1 parent d24f372 commit 1ccb7d0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ proc-macro2 = "1.0"
4444
proc-macro-error = "1.0"
4545
quote = "1.0"
4646
regex = ">=1.5.5"
47-
schemars = { package = "apistos-schemars", git = "https://github.com/Pzixel/apistos-schemars.git", rev = "699445a9a418dc8aadab03afabdd6495ae30c466", version = "0.8.22" }
47+
schemars = { package = "apistos-schemars", git = "https://github.com/Pzixel/apistos-schemars.git", rev = "36b66fda48892d0236fd200405ebb11b3925e884", version = "0.8.22" }
4848
serde = "1"
4949
serde_json = "1"
5050
syn = "2.0"
@@ -59,8 +59,7 @@ serde_qs = "0.14"
5959
shuttle-runtime = { version = "0.53", default-features = false }
6060
uuid = { version = "1", features = ["serde", "v4"] }
6161
url = "2"
62-
primitive-types = "0.12.2"
63-
alloy-primitives = { version = "1.0.1" }
62+
alloy-primitives = { version = "1.3.0", default-features = false }
6463

6564
[workspace.lints.rust]
6665
unsafe_code = "forbid"

apistos-core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ serde = { workspace = true, optional = true }
2929
serde_qs = { workspace = true, features = ["actix4"], optional = true }
3030
uuid = { workspace = true, optional = true }
3131
url = { workspace = true, optional = true }
32-
primitive-types = { workspace = true, optional = true }
3332
alloy-primitives = { workspace = true, optional = true }
3433

3534
apistos-models = { path = "../apistos-models", version = "0.6.0", features = ["deserialize"] }

0 commit comments

Comments
 (0)