prometheus-client-mmap 1.2.10 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Cargo.lock +10 -16
- data/ext/fast_mmaped_file_rs/Cargo.toml +4 -4
- data/lib/prometheus/client/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 665dec9418b934e3c43d0e7fe4988fd34ca1b9d7717cadab99004564e6b979c9
|
|
4
|
+
data.tar.gz: a5195542058fbd6b9ab41824965d441deee8b2b9e8e557e161e9b89844e66fb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8a7529e97f0552eca63477e09b47019781f03fcb2e7f591863a3ce1a25600461983abdf81d048c8bb68d73d93cd558beff10926e0ff8448ac3a359c5cd12d0c
|
|
7
|
+
data.tar.gz: 8204d44d924d52ba27f9b44cf9d91b616bedfb6cea91f7bbf7146c69009360011f47c10b2425d890711bdc3627e3e6ebd434043f7cae503fb6a8d3db68690ba7
|
data/Cargo.lock
CHANGED
|
@@ -165,7 +165,7 @@ dependencies = [
|
|
|
165
165
|
"nix",
|
|
166
166
|
"rand",
|
|
167
167
|
"rb-sys",
|
|
168
|
-
"rb-sys-env
|
|
168
|
+
"rb-sys-env",
|
|
169
169
|
"serde",
|
|
170
170
|
"serde_json",
|
|
171
171
|
"sha2",
|
|
@@ -282,21 +282,21 @@ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
|
282
282
|
|
|
283
283
|
[[package]]
|
|
284
284
|
name = "magnus"
|
|
285
|
-
version = "0.
|
|
285
|
+
version = "0.8.2"
|
|
286
286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
287
|
-
checksum = "
|
|
287
|
+
checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
|
|
288
288
|
dependencies = [
|
|
289
289
|
"magnus-macros",
|
|
290
290
|
"rb-sys",
|
|
291
|
-
"rb-sys-env
|
|
291
|
+
"rb-sys-env",
|
|
292
292
|
"seq-macro",
|
|
293
293
|
]
|
|
294
294
|
|
|
295
295
|
[[package]]
|
|
296
296
|
name = "magnus-macros"
|
|
297
|
-
version = "0.
|
|
297
|
+
version = "0.8.0"
|
|
298
298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
299
|
-
checksum = "
|
|
299
|
+
checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
|
300
300
|
dependencies = [
|
|
301
301
|
"proc-macro2",
|
|
302
302
|
"quote",
|
|
@@ -433,18 +433,18 @@ dependencies = [
|
|
|
433
433
|
|
|
434
434
|
[[package]]
|
|
435
435
|
name = "rb-sys"
|
|
436
|
-
version = "0.9.
|
|
436
|
+
version = "0.9.117"
|
|
437
437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
438
|
-
checksum = "
|
|
438
|
+
checksum = "f900d1ce4629a2ebffaf5de74bd8f9c1188d4c5ed406df02f97e22f77a006f44"
|
|
439
439
|
dependencies = [
|
|
440
440
|
"rb-sys-build",
|
|
441
441
|
]
|
|
442
442
|
|
|
443
443
|
[[package]]
|
|
444
444
|
name = "rb-sys-build"
|
|
445
|
-
version = "0.9.
|
|
445
|
+
version = "0.9.117"
|
|
446
446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
447
|
-
checksum = "
|
|
447
|
+
checksum = "ef1e9c857028f631056bcd6d88cec390c751e343ce2223ddb26d23eb4a151d59"
|
|
448
448
|
dependencies = [
|
|
449
449
|
"bindgen",
|
|
450
450
|
"lazy_static",
|
|
@@ -455,12 +455,6 @@ dependencies = [
|
|
|
455
455
|
"syn",
|
|
456
456
|
]
|
|
457
457
|
|
|
458
|
-
[[package]]
|
|
459
|
-
name = "rb-sys-env"
|
|
460
|
-
version = "0.1.2"
|
|
461
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
462
|
-
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
463
|
-
|
|
464
458
|
[[package]]
|
|
465
459
|
name = "rb-sys-env"
|
|
466
460
|
version = "0.2.2"
|
|
@@ -6,13 +6,13 @@ edition = "2021"
|
|
|
6
6
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
7
7
|
|
|
8
8
|
[dependencies]
|
|
9
|
-
hashbrown = "0.15.
|
|
9
|
+
hashbrown = "0.15.3"
|
|
10
10
|
libc = "0.2.172"
|
|
11
|
-
magnus = { version = "0.
|
|
11
|
+
magnus = { version = "0.8.2", features = ["rb-sys"] }
|
|
12
12
|
memmap2 = "0.9.5"
|
|
13
13
|
# v0.26 cannot be built on CentOS 7 https://github.com/nix-rust/nix/issues/1972
|
|
14
14
|
nix = { version = "0.25", features = ["mman"] } # mman used for MsFlags
|
|
15
|
-
rb-sys = { version = "0.9.
|
|
15
|
+
rb-sys = { version = "0.9.117", features = ["stable-api-compiled-fallback"] }
|
|
16
16
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
17
17
|
serde_json = { version = "1.0.140", features = ["raw_value"] }
|
|
18
18
|
smallvec = { version = "1.15", features = ["serde"] }
|
|
@@ -22,7 +22,7 @@ thiserror = "2.0.12"
|
|
|
22
22
|
bstr = "1.12"
|
|
23
23
|
indoc = "2.0.6"
|
|
24
24
|
# We need the `embed` feature to run tests, but this triggers failures when building as a Gem.
|
|
25
|
-
magnus = { version = "0.
|
|
25
|
+
magnus = { version = "0.8.2", features = ["rb-sys","embed"] }
|
|
26
26
|
rand = "0.9.1"
|
|
27
27
|
sha2 = "0.10.9"
|
|
28
28
|
tempfile = "3.19.1"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prometheus-client-mmap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tobias Schmidt
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2025-
|
|
14
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: base64
|
|
@@ -61,14 +61,14 @@ dependencies:
|
|
|
61
61
|
requirements:
|
|
62
62
|
- - "~>"
|
|
63
63
|
- !ruby/object:Gem::Version
|
|
64
|
-
version: 0.9.
|
|
64
|
+
version: 0.9.117
|
|
65
65
|
type: :runtime
|
|
66
66
|
prerelease: false
|
|
67
67
|
version_requirements: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
|
69
69
|
- - "~>"
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: 0.9.
|
|
71
|
+
version: 0.9.117
|
|
72
72
|
- !ruby/object:Gem::Dependency
|
|
73
73
|
name: fuzzbert
|
|
74
74
|
requirement: !ruby/object:Gem::Requirement
|