Skip to content

Commit ab56fe7

Browse files
authored
chore: bump various dependencies (#5770)
1 parent 9f2ad9a commit ab56fe7

File tree

9 files changed

+84
-62
lines changed

9 files changed

+84
-62
lines changed

Cargo.lock

Lines changed: 69 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ connection-string = "0.2"
6262
convert_case = "0.11"
6363
cruet = "0.15"
6464
cuid = { git = "https://github.com/prisma/cuid-rust", branch = "v1.3.3-wasm32-unknown-unknown" }
65-
derive_more = "0.99"
65+
derive_more = { version = "2", features = ["display", "constructor"] }
6666
either = "1"
6767
enumflags2 = "0.7"
6868
env_logger = "0.11"
@@ -72,12 +72,12 @@ hashbrown = "0.16"
7272
hex = "0.4"
7373
indoc = "2"
7474
indexmap = { version = "2", features = ["serde"] }
75-
itertools = "0.13"
75+
itertools = "0.14"
7676
jsonrpc-core = "18"
7777
log = "0.4"
7878
lru-cache = "0.1"
7979
lsp-types = "0.95"
80-
mobc = "0.8"
80+
mobc = "0.9"
8181
mongodb = { version = "3", features = [
8282
"zstd-compression",
8383
"zlib-compression",
@@ -88,7 +88,7 @@ names = { version = "0.11", default-features = false }
8888
native-tls = "0.2"
8989
nom = "7"
9090
num_cpus = "1"
91-
parse-hyperlinks = "0.23"
91+
parse-hyperlinks = "0.28"
9292
paste = "1"
9393
percent-encoding = "2"
9494
pest = "2"
@@ -122,7 +122,7 @@ tempfile = "3"
122122
tiberius = { git = "https://github.com/prisma/tiberius", branch = "main", default-features = false }
123123
tokio = { version = "1", features = ["sync"] }
124124
tokio-postgres = { git = "https://github.com/prisma/rust-postgres", branch = "pgbouncer-mode" }
125-
tokio-tungstenite = "0.26"
125+
tokio-tungstenite = "0.28"
126126
tokio-util = "0.7"
127127
tracing = "0.1"
128128
tracing-error = "0.2"

0 commit comments

Comments
 (0)