comparison rust/hg-cpython/Cargo.toml @ 49639:5844cd8e81ca

hg-cpython: upgrade dependencies `hg-cpython` has no BC breaking dependencies, we can group them all in this changeset.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 14 Nov 2022 17:18:56 +0100
parents 1b6be761c23d
children
comparison
equal deleted inserted replaced
49638:9726deed397c 49639:5844cd8e81ca
7 [lib] 7 [lib]
8 name='rusthg' 8 name='rusthg'
9 crate-type = ["cdylib"] 9 crate-type = ["cdylib"]
10 10
11 [dependencies] 11 [dependencies]
12 cpython = { version = "0.7.0", features = ["extension-module"] } 12 cpython = { version = "0.7.1", features = ["extension-module"] }
13 crossbeam-channel = "0.5.2" 13 crossbeam-channel = "0.5.6"
14 hg-core = { path = "../hg-core"} 14 hg-core = { path = "../hg-core"}
15 libc = "0.2.119" 15 libc = "0.2.137"
16 log = "0.4.14" 16 log = "0.4.17"
17 env_logger = "0.9.0" 17 env_logger = "0.9.3"
18 stable_deref_trait = "1.2.0" 18 stable_deref_trait = "1.2.0"
19 vcsgraph = "0.2.0" 19 vcsgraph = "0.2.0"