Skip to content

Commit a2c3a21

Browse files
committed
Upgrade some crates
Signed-off-by: Eli Ma <eli@patch.sh>
1 parent 65b910d commit a2c3a21

43 files changed

Lines changed: 136 additions & 136 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BUCK

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rust_library(
4444
"//third-party/rust/crates/futures-util/0.3.32:futures-util",
4545
"//third-party/rust/crates/futures/0.3.32:futures",
4646
"//third-party/rust/crates/hex/0.4.3:hex",
47-
"//third-party/rust/crates/libc/0.2.181:libc",
47+
"//third-party/rust/crates/libc/0.2.183:libc",
4848
"//third-party/rust/crates/lru-mem/0.3.0:lru-mem",
4949
"//third-party/rust/crates/memchr/2.8.0:memchr",
5050
"//third-party/rust/crates/natord/1.0.9:natord",
@@ -58,14 +58,14 @@ rust_library(
5858
"//third-party/rust/crates/sha1/0.10.6:sha1",
5959
"//third-party/rust/crates/sha2/0.10.9:sha2",
6060
"//third-party/rust/crates/similar/2.7.0:similar",
61-
"//third-party/rust/crates/tempfile/3.25.0:tempfile",
61+
"//third-party/rust/crates/tempfile/3.27.0:tempfile",
6262
"//third-party/rust/crates/thiserror/2.0.18:thiserror",
6363
"//third-party/rust/crates/threadpool/1.8.1:threadpool",
6464
"//third-party/rust/crates/tokio-stream/0.1.18:tokio-stream",
65-
"//third-party/rust/crates/tokio/1.49.0:tokio",
66-
"//third-party/rust/crates/tracing-subscriber/0.3.22:tracing-subscriber",
65+
"//third-party/rust/crates/tokio/1.50.0:tokio",
66+
"//third-party/rust/crates/tracing-subscriber/0.3.23:tracing-subscriber",
6767
"//third-party/rust/crates/tracing/0.1.44:tracing",
68-
"//third-party/rust/crates/uuid/1.21.0:uuid",
68+
"//third-party/rust/crates/uuid/1.22.0:uuid",
6969
"//third-party/rust/crates/zstd-sys/2.0.16+zstd.1.5.7:zstd-sys",
7070
],
7171
)

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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bstr = "1.12.1"
2121
hex = "0.4.3"
2222
thiserror = "2.0.18"
2323
tracing = "0.1.44"
24-
tracing-subscriber = "0.3.22"
24+
tracing-subscriber = "0.3.23"
2525
sha1 = "0.10.6"
2626
colored = "3.1.1"
2727
threadpool = "1.8.1"
@@ -36,12 +36,12 @@ encoding_rs = "0.8.35"
3636
rayon = "1.11.0"
3737
ahash = "0.8.12"
3838
diffs = "0.5.1"
39-
libc = "0.2.181"
39+
libc = "0.2.183"
4040
async-trait = "0.1.89"
4141
futures = "0.3.32"
4242
tokio-stream = "0.1.18"
4343
natord = "1.0.9"
44-
tempfile = "3.25.0"
44+
tempfile = "3.26.0"
4545
path-absolutize = "3.1.1"
4646
similar = "2.7.0"
4747
sha2 = "0.10.9"
@@ -53,8 +53,8 @@ sea-orm = { version = "1.1.17", features = ["sqlx-sqlite"] }
5353
flate2 = { version = "1.1.9", features = ["zlib"] }
5454
serde = { version = "1.0.228", features = ["derive"] }
5555
chrono = { version = "0.4.43", features = ["serde"] }
56-
uuid = { version = "1.20.0", features = ["serde", "v4", "v7"] }
57-
tokio = { version = "1.49.0", features = ["fs", "io-util"] }
56+
uuid = { version = "1.22.0", features = ["serde", "v4", "v7"] }
57+
tokio = { version = "1.50.0", features = ["fs", "io-util"] }
5858
bincode = { version = "2.0.1", features = ["serde"] }
5959
axum = { version = "0.8.8", features = ["macros", "json"] }
6060

0 commit comments

Comments
 (0)