diff --git a/Cargo.lock b/Cargo.lock index 4a1248698..8d6ff5c9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "ctor" version = "0.1.25" -source = "git+https://github.com/sdww0/rust-ctor#a6ee5e7a69cb368f00e7df00108028635fdf3fbd" +source = "git+https://github.com/asterinas/rust-ctor#e30a5d960a3eccf79a7caddfa4de43b5dce424a0" dependencies = [ "quote", "syn 1.0.109", @@ -857,7 +857,7 @@ dependencies = [ [[package]] name = "inventory" version = "0.3.3" -source = "git+https://github.com/sdww0/inventory?rev=6356dc7#6356dc79fb15ae4e72ddb6fe826a3ea76d9046a5" +source = "git+https://github.com/asterinas/inventory?rev=9dce587#9dce58712d1cd1e51ff067634d42b5c5fea29f48" dependencies = [ "ctor", "ghost", diff --git a/services/libs/comp-sys/component/Cargo.toml b/services/libs/comp-sys/component/Cargo.toml index 29a5ba1c8..d6bfe3a74 100644 --- a/services/libs/comp-sys/component/Cargo.toml +++ b/services/libs/comp-sys/component/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -inventory = { git = "https://github.com/sdww0/inventory", rev = "6356dc7" } +inventory = { git = "https://github.com/asterinas/inventory", rev = "9dce587" } log = "0.4" component-macro = { path = "../component-macro" }