about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTakayuki Maeda <takoyaki0316@gmail.com>2023-11-19 04:14:42 +0900
committerGitHub <noreply@github.com>2023-11-19 04:14:42 +0900
commit62e71fada68fe7ba37a7d566c87a2e3a48013ba2 (patch)
treeb2b34d1635111709ce41f11487e347bd15fa0bee /src
parent49d69c477aefffcd0911c1f1e1e507b7818e963d (diff)
parentc653bb9a6b916c8e1c88dca974c937ed364a53cc (diff)
downloadrust-62e71fada68fe7ba37a7d566c87a2e3a48013ba2.tar.gz
rust-62e71fada68fe7ba37a7d566c87a2e3a48013ba2.zip
Rollup merge of #118034 - klensy:dep-up-18-11-23, r=Mark-Simulacrum
bump few deps to fix unsoundness and drop few dup deps

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.toml2
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"