diff --git a/Cargo.lock b/Cargo.lock index 0163931d8dab1d..cef572f6869505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1579,8 +1579,9 @@ dependencies = [ [[package]] name = "deno_config" -version = "0.47.1" -source = "git+https://github.com/denoland/deno_config.git?rev=04b1c9d6190cab088b657524454e04289177e606#04b1c9d6190cab088b657524454e04289177e606" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c486df63f7fa0f2142c7eba286c7be87a3cd8c93f66f744fb5853a77cf4347b" dependencies = [ "boxed_error", "capacity_builder 0.5.0", diff --git a/Cargo.toml b/Cargo.toml index 86b2a922b0ddaf..99a2e0812dfa9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,16 +49,12 @@ edition = "2021" license = "MIT" repository = "https://github.com/denoland/deno" -# TODO(nayeemrmn): Land https://github.com/denoland/deno_config/pull/156! -[patch.crates-io] -deno_config = { git = "https://github.com/denoland/deno_config.git", rev = "04b1c9d6190cab088b657524454e04289177e606" } - [workspace.dependencies] deno_ast = { version = "=0.44.0", features = ["transpiling"] } deno_core = { version = "0.333.0" } deno_bench_util = { version = "0.183.0", path = "./bench_util" } -deno_config = { version = "=0.47.1", features = ["workspace"] } +deno_config = { version = "=0.48.0", features = ["workspace"] } deno_lockfile = "=0.24.0" deno_media_type = { version = "=0.2.5", features = ["module_specifier"] } deno_npm = "=0.27.2"