@@ -216,17 +216,17 @@ cargo tree --package rsonpath --edges normal --depth 1
216216
217217<!-- rsonpath dependencies start -->
218218``` ini
219- rsonpath v0.8.5 (/home/mat/src/rsonpath/crates/rsonpath)
220- ├── clap v4.4.14
219+ rsonpath v0.8.6 (/home/mat/src/rsonpath/crates/rsonpath)
220+ ├── clap v4.4.16
221221├── color-eyre v0.6.2
222222├── eyre v0.6.11
223223├── log v0.4.20
224- ├── rsonpath-lib v0.8.5 (/home/mat/src/rsonpath/crates/rsonpath-lib)
224+ ├── rsonpath-lib v0.8.6 (/home/mat/src/rsonpath/crates/rsonpath-lib)
225225├── rsonpath-syntax v0.1.0 (/home/mat/src/rsonpath/crates/rsonpath-syntax)
226226└── simple_logger v4.3.3
227227[build-dependencies]
228228├── rustflags v0.1.4
229- └── vergen v8.2.6
229+ └── vergen v8.2.9
230230 [build-dependencies]
231231```
232232<!-- rsonpath dependencies end -->
@@ -237,14 +237,14 @@ cargo tree --package rsonpath-lib --edges normal --depth 1
237237
238238<!-- rsonpath-lib dependencies start -->
239239``` ini
240- rsonpath-lib v0.8.5 (/home/mat/src/rsonpath/crates/rsonpath-lib)
240+ rsonpath-lib v0.8.6 (/home/mat/src/rsonpath/crates/rsonpath-lib)
241241├── arbitrary v1.3.2
242242├── cfg-if v1.0.0
243243├── log v0.4.20
244244├── memmap2 v0.9.3
245245├── nom v7.1.3
246246├── rsonpath-syntax v0.1.0 (/home/mat/src/rsonpath/crates/rsonpath-syntax)
247- ├── smallvec v1.11.2
247+ ├── smallvec v1.12.0
248248├── static_assertions v1.1.0
249249├── thiserror v1.0.56
250250└── vector-map v1.0.1
@@ -272,10 +272,10 @@ cargo tree --package rsonpath --edges normal
272272
273273<!-- rsonpath-full dependencies start -->
274274``` ini
275- rsonpath v0.8.5 (/home/mat/src/rsonpath/crates/rsonpath)
276- ├── clap v4.4.14
277- │ ├── clap_builder v4.4.14
278- │ │ ├── anstream v0.6.5
275+ rsonpath v0.8.6 (/home/mat/src/rsonpath/crates/rsonpath)
276+ ├── clap v4.4.16
277+ │ ├── clap_builder v4.4.16
278+ │ │ ├── anstream v0.6.7
279279│ │ │ ├── anstyle v1.0.4
280280│ │ │ ├── anstyle-parse v0.2.3
281281│ │ │ │ └── utf8parse v0.2.1
@@ -298,7 +298,7 @@ rsonpath v0.8.5 (/home/mat/src/rsonpath/crates/rsonpath)
298298│ │ ├── clap_lex v0.6.0
299299│ │ ├── strsim v0.10.0
300300│ │ └── terminal_size v0.3.0
301- │ │ ├── rustix v0.38.28
301+ │ │ ├── rustix v0.38.30
302302│ │ │ ├── bitflags v2.4.1
303303│ │ │ ├── errno v0.3.8
304304│ │ │ │ ├── libc v0.2.152
@@ -347,7 +347,7 @@ rsonpath v0.8.5 (/home/mat/src/rsonpath/crates/rsonpath)
347347│ └── owo-colors v3.5.0
348348├── eyre v0.6.11 (*)
349349├── log v0.4.20
350- ├── rsonpath-lib v0.8.5 (/home/mat/src/rsonpath/crates/rsonpath-lib)
350+ ├── rsonpath-lib v0.8.6 (/home/mat/src/rsonpath/crates/rsonpath-lib)
351351│ ├── cfg-if v1.0.0
352352│ ├── log v0.4.20
353353│ ├── memmap2 v0.9.3
@@ -364,7 +364,7 @@ rsonpath v0.8.5 (/home/mat/src/rsonpath/crates/rsonpath)
364364│ │ │ ├── quote v1.0.35 (*)
365365│ │ │ └── syn v2.0.48 (*)
366366│ │ └── unicode-width v0.1.11
367- │ ├── smallvec v1.11.2
367+ │ ├── smallvec v1.12.0
368368│ ├── static_assertions v1.1.0
369369│ ├── thiserror v1.0.56 (*)
370370│ └── vector-map v1.0.1
@@ -408,10 +408,36 @@ rsonpath v0.8.5 (/home/mat/src/rsonpath/crates/rsonpath)
408408 └── windows-sys v0.48.0 (*)
409409[build-dependencies]
410410├── rustflags v0.1.4
411- └── vergen v8.2.6
411+ └── vergen v8.2.9
412412 ├── anyhow v1.0.79
413+ ├── cargo_metadata v0.18.1
414+ │ ├── camino v1.1.6
415+ │ │ └── serde v1.0.195
416+ │ │ └── serde_derive v1.0.195 (proc-macro)
417+ │ │ ├── proc-macro2 v1.0.76 (*)
418+ │ │ ├── quote v1.0.35 (*)
419+ │ │ └── syn v2.0.48 (*)
420+ │ ├── cargo-platform v0.1.6
421+ │ │ └── serde v1.0.195 (*)
422+ │ ├── semver v1.0.21
423+ │ │ └── serde v1.0.195 (*)
424+ │ ├── serde v1.0.195 (*)
425+ │ ├── serde_json v1.0.111
426+ │ │ ├── itoa v1.0.10
427+ │ │ ├── ryu v1.0.16
428+ │ │ └── serde v1.0.195 (*)
429+ │ └── thiserror v1.0.56 (*)
430+ ├── regex v1.10.2
431+ │ ├── aho-corasick v1.1.2
432+ │ │ └── memchr v2.7.1
433+ │ ├── memchr v2.7.1
434+ │ ├── regex-automata v0.4.3
435+ │ │ ├── aho-corasick v1.1.2 (*)
436+ │ │ ├── memchr v2.7.1
437+ │ │ └── regex-syntax v0.8.2
438+ │ └── regex-syntax v0.8.2
413439 ├── rustc_version v0.4.0
414- │ └── semver v1.0.21
440+ │ └── semver v1.0.21 (*)
415441 └── time v0.3.31
416442 ├── deranged v0.3.11 (*)
417443 ├── itoa v1.0.10
0 commit comments