diff --git a/Cargo.lock b/Cargo.lock index fd390084e..05982628a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5316,8 +5316,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rain-error-decoding" -version = "0.1.0" -source = "git+https://github.com/rainlanguage/rain.error?rev=3d2ed70fb2f7c6156706846e10f163d1e493a8d3#3d2ed70fb2f7c6156706846e10f163d1e493a8d3" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9224baec8539fb08eda0cdf3cb0bf27538b28d366daaab289afb897da92d71dd" dependencies = [ "alloy", "async-trait", @@ -8150,7 +8151,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3a2714715..8104944dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tracing-subscriber = "0.3.17" reqwest = { version = "0.11.17", features = ["json"] } once_cell = "1.17.1" eyre = "0.6" -rain-error-decoding = { git = "https://github.com/rainlanguage/rain.error", rev = "3d2ed70fb2f7c6156706846e10f163d1e493a8d3" } +rain-error-decoding = "0.1.2" wasm-bindgen-utils = "0.0.10" [workspace.dependencies.rainlang_parser]