Matej Cepl
d10e68f11a
gh#tree-sitter/tree-sitter#2042) to use more recent version of webbrowser-rs, which has been fixed against CVE-2022-45299 (bsc#1207196). OBS-URL: https://build.opensuse.org/package/show/editors/tree-sitter?expand=0&rev=11
16 lines
328 B
Diff
16 lines
328 B
Diff
---
|
|
cli/Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/cli/Cargo.toml
|
|
+++ b/cli/Cargo.toml
|
|
@@ -37,7 +37,7 @@ serde = { version = "1.0.130", features
|
|
smallbitvec = "2.5.1"
|
|
tiny_http = "0.8"
|
|
walkdir = "2.3"
|
|
-webbrowser = "0.5.1"
|
|
+webbrowser = "0.8.4"
|
|
which = "4.1.0"
|
|
|
|
[dependencies.tree-sitter]
|