tangled
alpha
login
or
join now
ptr.pet
/
aturlist
0
fork
atom
aturi indexer with listRecords and countRecords endpoints
0
fork
atom
overview
issues
pulls
pipelines
use axum 0.8
ptr.pet
1 month ago
2e3c08e1
fd819714
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
+10
-24
2 changed files
expand all
collapse all
unified
split
Cargo.lock
Cargo.toml
+9
-23
Cargo.lock
···
24
24
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
25
25
26
26
[[package]]
27
27
-
name = "async-trait"
28
28
-
version = "0.1.89"
29
29
-
source = "registry+https://github.com/rust-lang/crates.io-index"
30
30
-
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
31
31
-
dependencies = [
32
32
-
"proc-macro2",
33
33
-
"quote",
34
34
-
"syn",
35
35
-
]
36
36
-
37
37
-
[[package]]
38
27
name = "atomic-waker"
39
28
version = "1.1.2"
40
29
source = "registry+https://github.com/rust-lang/crates.io-index"
···
89
78
90
79
[[package]]
91
80
name = "axum"
92
92
-
version = "0.7.9"
81
81
+
version = "0.8.8"
93
82
source = "registry+https://github.com/rust-lang/crates.io-index"
94
94
-
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
83
83
+
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
95
84
dependencies = [
96
96
-
"async-trait",
97
85
"axum-core",
98
86
"bytes",
87
87
+
"form_urlencoded",
99
88
"futures-util",
100
89
"http",
101
90
"http-body",
···
108
97
"mime",
109
98
"percent-encoding",
110
99
"pin-project-lite",
111
111
-
"rustversion",
112
112
-
"serde",
100
100
+
"serde_core",
113
101
"serde_json",
114
102
"serde_path_to_error",
115
103
"serde_urlencoded",
···
123
111
124
112
[[package]]
125
113
name = "axum-core"
126
126
-
version = "0.4.5"
114
114
+
version = "0.5.6"
127
115
source = "registry+https://github.com/rust-lang/crates.io-index"
128
128
-
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
116
116
+
checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
129
117
dependencies = [
130
130
-
"async-trait",
131
118
"bytes",
132
132
-
"futures-util",
119
119
+
"futures-core",
133
120
"http",
134
121
"http-body",
135
122
"http-body-util",
136
123
"mime",
137
124
"pin-project-lite",
138
138
-
"rustversion",
139
125
"sync_wrapper",
140
126
"tower-layer",
141
127
"tower-service",
···
968
954
969
955
[[package]]
970
956
name = "matchit"
971
971
-
version = "0.7.3"
957
957
+
version = "0.8.4"
972
958
source = "registry+https://github.com/rust-lang/crates.io-index"
973
973
-
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
959
959
+
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
974
960
975
961
[[package]]
976
962
name = "memchr"
+1
-1
Cargo.toml
···
7
7
tapped = { git = "https://tangled.sh/ptr.pet/tapped" }
8
8
tokio = { version = "1", features = ["rt-multi-thread", "signal"] }
9
9
tokio-util = { version = "0.7" }
10
10
-
axum = "0.7"
10
10
+
axum = "0.8"
11
11
serde = { version = "1", features = ["derive"] }
12
12
serde_json = "1"
13
13
anyhow = "1"