Skip to content

Commit e8725d2

Browse files
authored
Update dependencies reference (#401)
## Usage and product changes Update dependencies reference to avoid conflicts with TypeDB server. ## Implementation
1 parent 3399516 commit e8725d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 = "cf9c1707c7896d61ff97bbf60b1880852ad42353", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
11+
commit = "959bcdbfac995582812b334ba719b190367e4625", # 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ features = {}
2121

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

2727
[dev-dependencies.proc-macro2]
@@ -38,7 +38,7 @@ features = {}
3838

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

4444
[dependencies.regex]
@@ -48,7 +48,7 @@ features = {}
4848

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

5454
[dependencies.chrono]

0 commit comments

Comments
 (0)