Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ futures = "0.3.30"
futures-util = "0.3.30"
go-defer = "0.1.0"
russh = "0.52"
axum = "0.8.1"
axum-extra = "0.10.0"
axum = "0.8.4"
axum-extra = "0.10.1"
tower-http = "0.6.1"
tower = "0.5.2"
hex = "0.4.3"
Expand Down
1 change: 1 addition & 0 deletions libra/src/utils/client_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ mod tests {
use super::ClientStorage;

#[test]
#[ignore]
fn test_content_store() {
let content = "Hello, world!";
let blob = Blob::from_content(content);
Expand Down
82 changes: 8 additions & 74 deletions third-party/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -10150,7 +10150,7 @@ cargo.rust_library(
deps = [
":displaydoc-0.2.5",
":yoke-0.7.4",
":zerofrom-0.1.4",
"//third-party/rust/crates/zerofrom/0.1.4:zerofrom",
":zerovec-0.10.4",
],
)
Expand Down Expand Up @@ -10513,11 +10513,11 @@ cargo.rust_library(
":displaydoc-0.2.5",
":icu_locid-1.5.0",
":icu_provider_macros-1.5.0",
":stable_deref_trait-1.2.0",
"//third-party/rust/crates/stable_deref_trait/1.2.0:stable_deref_trait",
":tinystr-0.7.6",
"//third-party/rust/crates/writeable/0.5.5:writeable",
":yoke-0.7.4",
":zerofrom-0.1.4",
"//third-party/rust/crates/zerofrom/0.1.4:zerofrom",
":zerovec-0.10.4",
],
)
Expand Down Expand Up @@ -21339,16 +21339,6 @@ cargo.rust_library(
],
)

cargo.rust_library(
name = "stable_deref_trait-1.2.0",
srcs = ["vendor/stable_deref_trait-1.2.0/src/lib.rs"],
crate = "stable_deref_trait",
crate_root = "vendor/stable_deref_trait-1.2.0/src/lib.rs",
edition = "2015",
features = ["alloc"],
visibility = [],
)

cargo.rust_library(
name = "stacker-0.1.17",
srcs = ["vendor/stacker-0.1.17/src/lib.rs"],
Expand Down Expand Up @@ -21485,26 +21475,7 @@ cargo.rust_library(
deps = [":futures-core-0.3.31"],
)

cargo.rust_library(
name = "synstructure-0.13.1",
srcs = [
"vendor/synstructure-0.13.1/src/lib.rs",
"vendor/synstructure-0.13.1/src/macros.rs",
],
crate = "synstructure",
crate_root = "vendor/synstructure-0.13.1/src/lib.rs",
edition = "2018",
features = [
"default",
"proc-macro",
],
visibility = [],
deps = [
"//third-party/rust/crates/proc-macro2/1.0.94:proc-macro2",
"//third-party/rust/crates/quote/1.0.40:quote",
"//third-party/rust/crates/syn/2.0.100:syn",
],
)


cargo.rust_library(
name = "sysexits-0.7.14",
Expand Down Expand Up @@ -24609,9 +24580,9 @@ cargo.rust_library(
visibility = [],
deps = [
"//third-party/rust/crates/serde/1.0.217:serde",
":stable_deref_trait-1.2.0",
"//third-party/rust/crates/stable_deref_trait/1.2.0:stable_deref_trait",
":yoke-derive-0.7.4",
":zerofrom-0.1.4",
"//third-party/rust/crates/zerofrom/0.1.4:zerofrom",
],
)

Expand All @@ -24630,7 +24601,7 @@ cargo.rust_library(
"//third-party/rust/crates/proc-macro2/1.0.94:proc-macro2",
"//third-party/rust/crates/quote/1.0.40:quote",
"//third-party/rust/crates/syn/2.0.100:syn",
":synstructure-0.13.1",
"//third-party/rust/crates/synstructure/0.13.1:synstructure",
],
)

Expand Down Expand Up @@ -24675,43 +24646,6 @@ cargo.rust_library(
],
)

cargo.rust_library(
name = "zerofrom-0.1.4",
srcs = [
"vendor/zerofrom-0.1.4/src/lib.rs",
"vendor/zerofrom-0.1.4/src/macro_impls.rs",
"vendor/zerofrom-0.1.4/src/zero_from.rs",
],
crate = "zerofrom",
crate_root = "vendor/zerofrom-0.1.4/src/lib.rs",
edition = "2021",
features = [
"alloc",
"derive",
],
visibility = [],
deps = [":zerofrom-derive-0.1.4"],
)

cargo.rust_library(
name = "zerofrom-derive-0.1.4",
srcs = [
"vendor/zerofrom-derive-0.1.4/src/lib.rs",
"vendor/zerofrom-derive-0.1.4/src/visitor.rs",
],
crate = "zerofrom_derive",
crate_root = "vendor/zerofrom-derive-0.1.4/src/lib.rs",
edition = "2021",
proc_macro = True,
visibility = [],
deps = [
"//third-party/rust/crates/proc-macro2/1.0.94:proc-macro2",
"//third-party/rust/crates/quote/1.0.40:quote",
"//third-party/rust/crates/syn/2.0.100:syn",
":synstructure-0.13.1",
],
)

cargo.rust_library(
name = "zerovec-0.10.4",
srcs = [
Expand Down Expand Up @@ -24777,7 +24711,7 @@ cargo.rust_library(
visibility = [],
deps = [
":yoke-0.7.4",
":zerofrom-0.1.4",
"//third-party/rust/crates/zerofrom/0.1.4:zerofrom",
"//third-party/rust/crates/zerovec-derive/0.10.3:zerovec-derive",
],
)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"git": {
"sha1": "66f9d8a15b7209c45f58edee6c1b6bb497b7bd31"
}
}
2 changes: 2 additions & 0 deletions third-party/rust/crates/stable_deref_trait/1.2.0/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target
Cargo.lock
11 changes: 11 additions & 0 deletions third-party/rust/crates/stable_deref_trait/1.2.0/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
load("@prelude//rust:cargo_package.bzl", "cargo")

cargo.rust_library(
name = "stable_deref_trait",
srcs = glob(["src/**/*.rs"]),
crate = "stable_deref_trait",
crate_root = "src/lib.rs",
edition = "2015",
features = ["alloc"],
visibility = ["PUBLIC"],
)
27 changes: 27 additions & 0 deletions third-party/rust/crates/stable_deref_trait/1.2.0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "stable_deref_trait"
version = "1.2.0"
authors = ["Robert Grosse <n210241048576@gmail.com>"]
description = "An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.\n"
documentation = "https://docs.rs/stable_deref_trait/1.2.0/stable_deref_trait"
readme = "README.md"
categories = ["memory-management", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/storyyeller/stable_deref_trait"

[features]
alloc = []
default = ["std"]
std = ["alloc"]
17 changes: 17 additions & 0 deletions third-party/rust/crates/stable_deref_trait/1.2.0/Cargo.toml.orig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading