From ecdca76d88ac07c1d5a7b5e33c34653f1f9d769d Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Tue, 4 Mar 2025 11:25:55 +0000 Subject: [PATCH 1/5] Update deps --- dependencies/typedb/repositories.bzl | 4 ++-- rust/Cargo.toml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index 7b3bdcc3..7a55e89d 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -7,8 +7,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") def typedb_dependencies(): 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 = "5c40938a6edeb64d9ff4b5aa45f0cf5501033a0c", # 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 f82f276a5cbcc5e5f2d917cb01f18da4c261ae5e Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Tue, 4 Mar 2025 11:55:39 +0000 Subject: [PATCH 2/5] Udpate 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 7a55e89d..1e99da5e 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -8,7 +8,7 @@ def typedb_dependencies(): git_repository( name = "typedb_dependencies", remote = "https://github.com/farost/dependencies", - commit = "5c40938a6edeb64d9ff4b5aa45f0cf5501033a0c", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + commit = "e6b69535e3a4c4330753053e3a491c83df73d148", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_behaviour(): From 48eb9174a8114e2a66a1115e53d3ce636a0710f9 Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Tue, 4 Mar 2025 12:07:21 +0000 Subject: [PATCH 3/5] Update refs --- dependencies/typedb/repositories.bzl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index 1e99da5e..68544018 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/farost/dependencies", - commit = "e6b69535e3a4c4330753053e3a491c83df73d148", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + commit = "90d1114908dfd183aa87026a3eba1b210c4457eb", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_behaviour(): From 9315a277b2db496fb066f2c1e16ad40a79d635af Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Tue, 4 Mar 2025 12:37:56 +0000 Subject: [PATCH 4/5] Update dependencies 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 68544018..560d99ed 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 = "90d1114908dfd183aa87026a3eba1b210c4457eb", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + commit = "3364a72f9ba384865e3b6ac950012d427726c8f0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_behaviour(): From 6fb8c78b3c4ce6280dd066d8eebf74c9d7d8d80a Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Wed, 5 Mar 2025 12:45:36 +0000 Subject: [PATCH 5/5] Update 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 560d99ed..e81c0320 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 = "3364a72f9ba384865e3b6ac950012d427726c8f0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + commit = "69d3c84949221b2a0747126f98786b1b1cf1fff1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_behaviour():