Skip to content

Commit d1ef678

Browse files
authored
Update dependencies to avoid conflicts with the server (#396)
## Usage and product changes Update dependencies and the generated Cargo files for the newest version of the target repo. ## Implementation
1 parent 8a4c93b commit d1ef678

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

dependencies/typedb/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def typedb_dependencies():
88
git_repository(
99
name = "typedb_dependencies",
1010
remote = "https://github.com/typedb/typedb-dependencies",
11-
commit = "b4238789491bc0976407fe78a17d0a906f69c186", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
11+
commit = "5c2d4dcc25493be9d35356075372229a6d2ba2a9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
1212
)
1313

1414
def typedb_behaviour():

rust/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,40 +20,40 @@ features = {}
2020
default-features = false
2121

2222
[dev-dependencies.syn]
23-
features = ["clone-impls", "default", "derive", "extra-traits", "full", "parsing", "printing", "proc-macro", "visit-mut"]
24-
version = "2.0.77"
23+
features = ["clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"]
24+
version = "2.0.99"
2525
default-features = false
2626

2727
[dev-dependencies.proc-macro2]
2828
features = ["default", "proc-macro"]
29-
version = "1.0.86"
29+
version = "1.0.94"
3030
default-features = false
3131

3232
[dev-dependencies.futures]
3333
features = ["alloc", "async-await", "default", "executor", "futures-executor", "std", "thread-pool"]
34-
version = "0.3.30"
34+
version = "0.3.31"
3535
default-features = false
3636

3737
[dependencies]
3838

3939
[dependencies.pest]
4040
features = ["default", "memchr", "std"]
41-
version = "2.7.13"
41+
version = "2.7.15"
4242
default-features = false
4343

4444
[dependencies.regex]
4545
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"]
46-
version = "1.10.6"
46+
version = "1.11.1"
4747
default-features = false
4848

4949
[dependencies.pest_derive]
5050
features = ["default", "std"]
51-
version = "2.7.13"
51+
version = "2.7.15"
5252
default-features = false
5353

5454
[dependencies.chrono]
55-
features = ["alloc", "android-tzdata", "clock", "default", "iana-time-zone", "js-sys", "now", "oldtime", "serde", "std", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"]
56-
version = "0.4.38"
55+
features = ["alloc", "android-tzdata", "clock", "default", "iana-time-zone", "js-sys", "now", "oldtime", "serde", "std", "wasm-bindgen", "wasmbind", "winapi", "windows-link"]
56+
version = "0.4.40"
5757
default-features = false
5858

5959
[dependencies.itertools]

0 commit comments

Comments
 (0)