diff options
| author | klensy <klensy@users.noreply.github.com> | 2023-11-18 12:42:05 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2023-11-18 12:56:54 +0300 |
| commit | c653bb9a6b916c8e1c88dca974c937ed364a53cc (patch) | |
| tree | 64d578d79ccbc09fe655c37ada335a81f1fd03b7 /src | |
| parent | e6dade96f4f16b2c0f621d657130b90b4bb519a2 (diff) | |
| download | rust-c653bb9a6b916c8e1c88dca974c937ed364a53cc.tar.gz rust-c653bb9a6b916c8e1c88dca974c937ed364a53cc.zip | |
jsondocck: bump jsonpath to 0.3, dropping few dup dependencies
changes: https://github.com/freestrings/jsonpath/compare/v0.2.6...v0.3.0 self_cell: bump to 0.10.3 due to RUSTSEC-2023-0070 https://rustsec.org/advisories/RUSTSEC-2023-0070.html https://github.com/Voultapher/self_cell/issues/49 bump h2 to 0.3.22, dropping few dup crate versions https://github.com/hyperium/h2/blob/v0.3.22/CHANGELOG.md
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/jsondocck/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/jsondocck/Cargo.toml b/src/tools/jsondocck/Cargo.toml index ccabe6483d7..6326a9b1e79 100644 --- a/src/tools/jsondocck/Cargo.toml +++ b/src/tools/jsondocck/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -jsonpath_lib = "0.2" +jsonpath_lib = "0.3" getopts = "0.2" regex = "1.4" shlex = "1.0" |
