Skip to content

Commit b454dca

Browse files
bump: bump the rust-py-rattler group in /py-rattler with 9 updates (#1134)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08801f0 commit b454dca

File tree

3 files changed

+50
-50
lines changed

3 files changed

+50
-50
lines changed

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tag-prefix = ""
2323
lto = true
2424

2525
[workspace.dependencies]
26-
anyhow = "1.0.95"
26+
anyhow = "1.0.97"
2727
archspec = "0.1.3"
2828
assert_matches = "1.5.0"
2929
async-compression = { version = "0.4.19", features = [
@@ -34,7 +34,7 @@ async-compression = { version = "0.4.19", features = [
3434
] }
3535
async-fd-lock = "0.2.0"
3636
fs4 = "0.12.0"
37-
async-trait = "0.1.86"
37+
async-trait = "0.1.87"
3838
axum = { version = "0.8.1", default-features = false, features = [
3939
"tokio",
4040
"http1",
@@ -54,7 +54,7 @@ chrono = { version = "0.4.40", default-features = false, features = [
5454
clap = { version = "4.5.29", features = ["derive"] }
5555
clap-verbosity-flag = "3.0.1"
5656
cmake = "0.1.54"
57-
console = { version = "0.15.10", features = ["windows-console-colors"] }
57+
console = { version = "0.15.11", features = ["windows-console-colors"] }
5858
criterion = "0.5"
5959
dashmap = "6.1.0"
6060
difference = "2.0.0"
@@ -94,7 +94,7 @@ indicatif = "0.17.11"
9494
insta = { version = "1.42.1" }
9595
itertools = "0.14.0"
9696
json-patch = "3.0.1"
97-
keyring = "3.6.1"
97+
keyring = "3.6.2"
9898
lazy-regex = "3.4.1"
9999
libc = { version = "0.2" }
100100
libloading = "0.8.6"
@@ -115,7 +115,7 @@ percent-encoding = "2.3.1"
115115
pin-project-lite = "0.2.16"
116116
plist = "1"
117117
purl = { version = "0.1.5", features = ["serde"] }
118-
quote = "1.0.38"
118+
quote = "1.0.39"
119119
rand = "0.9.0"
120120
rayon = "1.10.0"
121121
reflink-copy = "0.1.23"
@@ -131,12 +131,12 @@ rstest_reuse = "0.7.0"
131131
simd-json = { version = "0.14.3", features = ["serde_impl"] }
132132
self_cell = "1.1.0"
133133
serde = { version = "1.0.218" }
134-
serde_json = { version = "1.0.139" }
134+
serde_json = { version = "1.0.140" }
135135
serde_repr = "0.1"
136136
serde-value = "0.7.0"
137137
serde_with = "3.12.0"
138138
serde_yaml = "0.9.34"
139-
serde-untagged = "0.1.6"
139+
serde-untagged = "0.1.7"
140140
sha2 = "0.10.8"
141141
shlex = "1.3.0"
142142
similar-asserts = "1.6.1"
@@ -148,7 +148,7 @@ smallvec = { version = "1.14.0", features = [
148148
] }
149149
strum = { version = "0.27.0", features = ["derive"] }
150150
superslice = "1.0.0"
151-
syn = "2.0.98"
151+
syn = "2.0.99"
152152
sysinfo = "0.33.1"
153153
tar = "0.4.44"
154154
tempdir = "0.3.7"

py-rattler/Cargo.lock

+39-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py-rattler/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rustls-tls = [
2323
vendored-openssl = ["openssl", "openssl/vendored"]
2424

2525
[dependencies]
26-
anyhow = "1.0.96"
26+
anyhow = "1.0.97"
2727
chrono = { version = "0.4" }
2828
futures = "0.3.31"
2929

@@ -60,12 +60,12 @@ tokio = { version = "1.43" }
6060
reqwest = { version = "0.12.12", default-features = false }
6161
reqwest-middleware = "0.4.1"
6262

63-
thiserror = "2.0.11"
63+
thiserror = "2.0.12"
6464
url = "2.5.4"
6565

6666
openssl = { version = "0.10", optional = true }
6767
pep508_rs = "0.9.2"
68-
serde_json = "1.0.139"
68+
serde_json = "1.0.140"
6969
pyo3-file = "0.10.0"
7070

7171
[build-dependencies]

0 commit comments

Comments
 (0)