Skip to content

Commit 4e10769

Browse files
chore: Upgrade deps to latest compatible versions
1 parent fe20451 commit 4e10769

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ persist_if_changed = { path = "compiler/persist_if_changed", version = "0.2.8" }
3939

4040
vergen-gitcl = { version = "1.0.8", features = ["build"] }
4141
ahash = "0.8"
42-
anstyle = "1.0.11"
43-
anyhow = "1.0.98"
42+
anstyle = "1.0.13"
43+
anyhow = "1.0.100"
4444
better-panic = "0.3.0"
4545
bimap = "0.6.3"
4646
bincode = "2"
@@ -52,8 +52,8 @@ cargo-like-utils = "0.2"
5252
cargo-manifest = "0.19.1"
5353
clap = "4"
5454
clap-stdin = "0.6.0"
55-
config = "0.15.13"
56-
console = "0.16.0"
55+
config = "0.15.18"
56+
console = "0.16.1"
5757
convert_case = "0.8"
5858
darling = "0.21"
5959
xxhash-rust = "0.8.15"
@@ -64,7 +64,7 @@ form_urlencoded = "1.2"
6464
fs-err = "3"
6565
futures-util = "0.3"
6666
globwalk = "0.9.1"
67-
guppy = "0.17.20"
67+
guppy = "0.17.22"
6868
heck = "0.5.0"
6969
hex = "0.4.3"
7070
http = "1"
@@ -75,13 +75,13 @@ hyper-util = "0.1"
7575
include_dir = "0.7.4"
7676
indexmap = "2"
7777
indicatif = "0.18.0"
78-
insta = "1.43.1"
78+
insta = "1.43.2"
7979
itertools = "0.14"
8080
jiff = "0.2.15"
8181
jiff-sqlx = "0.1.1"
8282
jsonwebtoken = "9.3.1"
8383
la-arena = "0.3"
84-
libc = "0.2.174"
84+
libc = "0.2.176"
8585
libtest-mimic = "0.8.1"
8686
liquid = "0.26.11"
8787
liquid-core = "0.26.11"
@@ -98,18 +98,18 @@ percent-encoding = "2"
9898
petgraph = { version = "0.8", default-features = false }
9999
pin-project-lite = "0.2"
100100
prettyplease = "0.2"
101-
proc-macro2 = "1.0.95"
102-
quote = "1.0.40"
101+
proc-macro2 = "1.0.101"
102+
quote = "1.0.41"
103103
r2d2 = "0.8"
104104
r2d2_sqlite = "0.25.0"
105-
rayon = "1.10"
105+
rayon = "1.11"
106106
redact = "0.1.11"
107107
redis = { version = "0.31.0", features = [
108108
"tokio-comp",
109109
"aio",
110110
"connection-manager",
111111
] }
112-
regex = "1.11.1"
112+
regex = "1.11.3"
113113
relative-path = "2.0"
114114
remove_dir_all = "1"
115115
reqwest = { version = "0.12", default-features = false, features = [
@@ -129,13 +129,13 @@ rustdoc-types = { version = "0.54.0", features = ["rustc-hash"] }
129129
sanitize-filename = "0.6"
130130
self-replace = "1.5.0"
131131
secrecy = "0.10.3"
132-
semver = "1.0.26"
133-
serde = "1.0.219"
132+
semver = "1.0.27"
133+
serde = "1.0.228"
134134
serde_html_form = "0.2"
135-
serde_json = "1.0.142"
135+
serde_json = "1.0.145"
136136
serde_path_to_error = "0.1"
137137
serde_stacker = "0.1"
138-
serde_yaml = "0.9.33"
138+
serde_yaml = "0.9.34"
139139
sha2 = "0.10.9"
140140
similar = "2.7.0"
141141
smallvec = "1"
@@ -147,13 +147,13 @@ supports-hyperlinks = "3.1.0"
147147
supports-unicode = "3.0.0"
148148
syn = "2.0"
149149
tar = "0.4.44"
150-
tempfile = "3.20.0"
150+
tempfile = "3.23.0"
151151
terminal_size = "0.4"
152152
textwrap = "0.16.2"
153153
thiserror = "2"
154154
tokio = "1.47.1"
155-
toml = "0.9.5"
156-
toml_edit = "0.23.3"
155+
toml = "0.9.7"
156+
toml_edit = "0.23.6"
157157
tracing = { version = "0.1.41", default-features = false }
158158
tracing-log = "0.2"
159159
tracing_log_error = "0.1"
@@ -163,7 +163,7 @@ trybuild = "1.0"
163163
type-safe-id = "0.3"
164164
ubyte = "0.10.4"
165165
unicode-width = "0.2"
166-
ureq = "3.0.12"
166+
ureq = "3.1.2"
167167
uuid = "1"
168168
walkdir = "2.5.0"
169169
windows-sys = "0.60.2"
@@ -173,7 +173,7 @@ xdg-home = "1.3.0"
173173
# on their system at runtime.
174174
xz2 = { version = "0.1", features = ["static"] }
175175
zip = { version = "2", default-features = false }
176-
owo-colors = "4.2.2"
176+
owo-colors = "4.2.3"
177177
async-trait = "0.1"
178178
humantime-serde = "1"
179179

0 commit comments

Comments
 (0)