From c6c2ae3ab35ee46a799fa62bbe2937b939361b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:25:42 +0000 Subject: [PATCH] chore(deps): bump kcl-primitives from `9d4b92a` to `a1b777f` Bumps [kcl-primitives](https://github.com/kcl-lang/kcl) from `9d4b92a` to `a1b777f`. - [Release notes](https://github.com/kcl-lang/kcl/releases) - [Commits](https://github.com/kcl-lang/kcl/compare/9d4b92a042828bcb194c5e0c6991fb775d9c1911...a1b777f3551a99253c422051097f37a2eb988e89) --- updated-dependencies: - dependency-name: kcl-primitives dependency-version: a1b777f3551a99253c422051097f37a2eb988e89 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91eb2f8..32e5fce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1630,7 +1630,7 @@ dependencies = [ [[package]] name = "kcl-api" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "futures", @@ -1669,7 +1669,7 @@ dependencies = [ [[package]] name = "kcl-ast" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "compiler_base_span", @@ -1685,7 +1685,7 @@ dependencies = [ [[package]] name = "kcl-ast-pretty" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "compiler_base_macros", "compiler_base_session", @@ -1699,7 +1699,7 @@ dependencies = [ [[package]] name = "kcl-config" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "chrono", @@ -1722,7 +1722,7 @@ dependencies = [ [[package]] name = "kcl-driver" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "flate2", @@ -1745,7 +1745,7 @@ dependencies = [ [[package]] name = "kcl-error" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "annotate-snippets", "anyhow", @@ -1767,7 +1767,7 @@ dependencies = [ [[package]] name = "kcl-evaluator" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "generational-arena", @@ -1795,7 +1795,7 @@ dependencies = [ [[package]] name = "kcl-language-server" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "chrono", @@ -1840,7 +1840,7 @@ dependencies = [ [[package]] name = "kcl-lexer" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "kcl-error", "rustc_lexer", @@ -1850,7 +1850,7 @@ dependencies = [ [[package]] name = "kcl-loader" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "kcl-ast", @@ -1867,7 +1867,7 @@ dependencies = [ [[package]] name = "kcl-macros" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "proc-macro2", "quote", @@ -1878,7 +1878,7 @@ dependencies = [ [[package]] name = "kcl-parser" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "bstr", @@ -1912,7 +1912,7 @@ dependencies = [ [[package]] name = "kcl-primitives" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "indexmap 2.12.1", "rustc-hash 2.1.1", @@ -1921,7 +1921,7 @@ dependencies = [ [[package]] name = "kcl-query" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "compiler_base_macros", @@ -1942,7 +1942,7 @@ dependencies = [ [[package]] name = "kcl-runner" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "cc", @@ -1976,7 +1976,7 @@ dependencies = [ [[package]] name = "kcl-runtime" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "base32", @@ -2015,7 +2015,7 @@ dependencies = [ [[package]] name = "kcl-sema" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "bit-set", @@ -2048,7 +2048,7 @@ dependencies = [ [[package]] name = "kcl-span" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "compiler_base_span", "kcl-macros", @@ -2059,7 +2059,7 @@ dependencies = [ [[package]] name = "kcl-tools" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "compiler_base_session", @@ -2090,7 +2090,7 @@ dependencies = [ [[package]] name = "kcl-utils" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "anyhow", "fslock", @@ -2100,7 +2100,7 @@ dependencies = [ [[package]] name = "kcl-version" version = "0.12.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "vergen-gitcl", ] @@ -2776,7 +2776,7 @@ dependencies = [ [[package]] name = "proc_macro_crate" version = "0.1.0" -source = "git+https://github.com/kcl-lang/kcl#9d4b92a042828bcb194c5e0c6991fb775d9c1911" +source = "git+https://github.com/kcl-lang/kcl#a1b777f3551a99253c422051097f37a2eb988e89" dependencies = [ "proc-macro2", "quote",