File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ dtoa = "1.0"
22
22
itoa = " 1.0"
23
23
parking_lot = " 0.12"
24
24
prometheus-client-derive-encode = { version = " 0.4.1" , path = " derive-encode" }
25
- prost = { version = " 0.11 .0" , optional = true }
26
- prost-types = { version = " 0.11 .0" , optional = true }
25
+ prost = { version = " 0.12 .0" , optional = true }
26
+ prost-types = { version = " 0.12 .0" , optional = true }
27
27
28
28
[dev-dependencies ]
29
29
async-std = { version = " 1" , features = [" attributes" ] }
30
30
criterion = " 0.5"
31
31
http-types = " 2"
32
- pyo3 = " 0.20 "
32
+ pyo3 = " 0.21 "
33
33
quickcheck = " 1"
34
34
rand = " 0.8.4"
35
35
tide = " 0.16"
@@ -40,7 +40,7 @@ hyper-util = { version = "0.1.3", features = ["tokio"] }
40
40
http-body-util = " 0.1.1"
41
41
42
42
[build-dependencies ]
43
- prost-build = { version = " 0.11 .0" , optional = true }
43
+ prost-build = { version = " 0.12 .0" , optional = true }
44
44
45
45
[[bench ]]
46
46
name = " baseline"
Original file line number Diff line number Diff line change @@ -920,7 +920,7 @@ mod tests {
920
920
921
921
println ! ( "{:?}" , input) ;
922
922
Python :: with_gil ( |py| {
923
- let parser = PyModule :: from_code (
923
+ let parser = PyModule :: from_code_bound (
924
924
py,
925
925
r#"
926
926
from prometheus_client.openmetrics.parser import text_string_to_metric_families
You can’t perform that action at this time.
0 commit comments