From 25b77e9b72c280b6d5eb4c76ed685e82d3251a95 Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Tue, 4 Mar 2025 14:38:57 +0000 Subject: [PATCH 1/5] Update deps --- dependencies/typedb/repositories.bzl | 5 +++-- rust/Cargo.toml | 18 +++++++++--------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index 7b3bdcc3..dfbc38d2 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -5,10 +5,11 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") def typedb_dependencies(): + # TODO: Return typedb git_repository( name = "typedb_dependencies", - remote = "https://github.com/typedb/typedb-dependencies", - commit = "b4238789491bc0976407fe78a17d0a906f69c186", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + remote = "https://github.com/farost/dependencies", + commit = "bbe54e0ef2a1df51319e69799248672b5e7b8c9f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_behaviour(): diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 3f7af072..b5ea19eb 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -20,40 +20,40 @@ features = {} default-features = false [dev-dependencies.syn] - features = ["clone-impls", "default", "derive", "extra-traits", "full", "parsing", "printing", "proc-macro", "visit-mut"] - version = "2.0.77" + features = ["clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"] + version = "2.0.99" default-features = false [dev-dependencies.proc-macro2] features = ["default", "proc-macro"] - version = "1.0.86" + version = "1.0.94" default-features = false [dev-dependencies.futures] features = ["alloc", "async-await", "default", "executor", "futures-executor", "std", "thread-pool"] - version = "0.3.30" + version = "0.3.31" default-features = false [dependencies] [dependencies.pest] features = ["default", "memchr", "std"] - version = "2.7.13" + version = "2.7.15" default-features = false [dependencies.regex] features = ["default", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] - version = "1.10.6" + version = "1.11.1" default-features = false [dependencies.pest_derive] features = ["default", "std"] - version = "2.7.13" + version = "2.7.15" default-features = false [dependencies.chrono] - features = ["alloc", "android-tzdata", "clock", "default", "iana-time-zone", "js-sys", "now", "oldtime", "serde", "std", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"] - version = "0.4.38" + features = ["alloc", "android-tzdata", "clock", "default", "iana-time-zone", "js-sys", "now", "oldtime", "serde", "std", "wasm-bindgen", "wasmbind", "winapi", "windows-link"] + version = "0.4.40" default-features = false [dependencies.itertools] From c219dc95f5e2cb65a20d5351022c0e0695f9a513 Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Tue, 4 Mar 2025 14:48:02 +0000 Subject: [PATCH 2/5] Update deps --- dependencies/typedb/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index dfbc38d2..b718f31e 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -9,7 +9,7 @@ def typedb_dependencies(): git_repository( name = "typedb_dependencies", remote = "https://github.com/farost/dependencies", - commit = "bbe54e0ef2a1df51319e69799248672b5e7b8c9f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + commit = "3795dede35409a2f7a8e39defa252ae7c30cbac6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_behaviour(): From b369c2cb515b4a468d4d5bc8d71b565e0c02e759 Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Tue, 4 Mar 2025 16:08:02 +0000 Subject: [PATCH 3/5] Update deps --- dependencies/typedb/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index b718f31e..483c4154 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -9,7 +9,7 @@ def typedb_dependencies(): git_repository( name = "typedb_dependencies", remote = "https://github.com/farost/dependencies", - commit = "3795dede35409a2f7a8e39defa252ae7c30cbac6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + commit = "fb07e3c4298f666f86425c9ab1a069f9806d78c4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_behaviour(): From 5ccc1da728b381286b66cf059df010586eb60b48 Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Wed, 5 Mar 2025 12:00:45 +0000 Subject: [PATCH 4/5] Update deps ref --- dependencies/typedb/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index 483c4154..558adc95 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -9,7 +9,7 @@ def typedb_dependencies(): git_repository( name = "typedb_dependencies", remote = "https://github.com/farost/dependencies", - commit = "fb07e3c4298f666f86425c9ab1a069f9806d78c4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + commit = "76245eebd5c2ce4ec73b0e2bf70b812809255077", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_behaviour(): From 71990c1940ba6d8d5a1abb2f66a5acc02ed82cab Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Wed, 5 Mar 2025 16:40:22 +0000 Subject: [PATCH 5/5] Update ref to typedb --- dependencies/typedb/repositories.bzl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index 558adc95..d6cd1702 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -5,11 +5,10 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") def typedb_dependencies(): - # TODO: Return typedb git_repository( name = "typedb_dependencies", - remote = "https://github.com/farost/dependencies", - commit = "76245eebd5c2ce4ec73b0e2bf70b812809255077", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + remote = "https://github.com/typedb/typedb-dependencies", + commit = "5c2d4dcc25493be9d35356075372229a6d2ba2a9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_behaviour():