mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-30 16:59:52 +00:00
build(deps): bump the dependencies group with 15 updates (#1912)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -29,6 +29,8 @@ updates:
|
|||||||
ignore:
|
ignore:
|
||||||
- dependency-name: "object_store"
|
- dependency-name: "object_store"
|
||||||
versions: [ "0.13.x" ]
|
versions: [ "0.13.x" ]
|
||||||
|
- dependency-name: "libunftp"
|
||||||
|
versions: [ "0.23.x" ]
|
||||||
groups:
|
groups:
|
||||||
s3s:
|
s3s:
|
||||||
update-types:
|
update-types:
|
||||||
|
|||||||
Generated
+155
-155
File diff suppressed because it is too large
Load Diff
+15
-15
@@ -105,7 +105,7 @@ rustfs-protocols = { path = "crates/protocols", version = "0.0.5" }
|
|||||||
|
|
||||||
# Async Runtime and Networking
|
# Async Runtime and Networking
|
||||||
async-channel = "2.5.0"
|
async-channel = "2.5.0"
|
||||||
async-compression = { version = "0.4.39" }
|
async-compression = { version = "0.4.40" }
|
||||||
async-recursion = "1.1.1"
|
async-recursion = "1.1.1"
|
||||||
async-trait = "0.1.89"
|
async-trait = "0.1.89"
|
||||||
axum = "0.8.8"
|
axum = "0.8.8"
|
||||||
@@ -127,9 +127,9 @@ tokio-rustls = { version = "0.26.4", default-features = false, features = ["logg
|
|||||||
tokio-stream = { version = "0.1.18" }
|
tokio-stream = { version = "0.1.18" }
|
||||||
tokio-test = "0.4.5"
|
tokio-test = "0.4.5"
|
||||||
tokio-util = { version = "0.7.18", features = ["io", "compat"] }
|
tokio-util = { version = "0.7.18", features = ["io", "compat"] }
|
||||||
tonic = { version = "0.14.4", features = ["gzip"] }
|
tonic = { version = "0.14.5", features = ["gzip"] }
|
||||||
tonic-prost = { version = "0.14.4" }
|
tonic-prost = { version = "0.14.5" }
|
||||||
tonic-prost-build = { version = "0.14.4" }
|
tonic-prost-build = { version = "0.14.5" }
|
||||||
tower = { version = "0.5.3", features = ["timeout"] }
|
tower = { version = "0.5.3", features = ["timeout"] }
|
||||||
tower-http = { version = "0.6.8", features = ["cors"] }
|
tower-http = { version = "0.6.8", features = ["cors"] }
|
||||||
|
|
||||||
@@ -140,8 +140,8 @@ byteorder = "1.5.0"
|
|||||||
flatbuffers = "25.12.19"
|
flatbuffers = "25.12.19"
|
||||||
form_urlencoded = "1.2.2"
|
form_urlencoded = "1.2.2"
|
||||||
prost = "0.14.3"
|
prost = "0.14.3"
|
||||||
quick-xml = "0.39.1"
|
quick-xml = "0.39.2"
|
||||||
rmcp = { version = "0.15.0" }
|
rmcp = { version = "0.16.0" }
|
||||||
rmp = { version = "0.8.15" }
|
rmp = { version = "0.8.15" }
|
||||||
rmp-serde = { version = "1.3.1" }
|
rmp-serde = { version = "1.3.1" }
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
@@ -170,25 +170,25 @@ zeroize = { version = "1.8.2", features = ["derive"] }
|
|||||||
# Time and Date
|
# Time and Date
|
||||||
chrono = { version = "0.4.43", features = ["serde"] }
|
chrono = { version = "0.4.43", features = ["serde"] }
|
||||||
humantime = "2.3.0"
|
humantime = "2.3.0"
|
||||||
jiff = { version = "0.2.20", features = ["serde"] }
|
jiff = { version = "0.2.21", features = ["serde"] }
|
||||||
time = { version = "0.3.47", features = ["std", "parsing", "formatting", "macros", "serde"] }
|
time = { version = "0.3.47", features = ["std", "parsing", "formatting", "macros", "serde"] }
|
||||||
|
|
||||||
# Utilities and Tools
|
# Utilities and Tools
|
||||||
anyhow = "1.0.101"
|
anyhow = "1.0.102"
|
||||||
arc-swap = "1.8.2"
|
arc-swap = "1.8.2"
|
||||||
astral-tokio-tar = "0.5.6"
|
astral-tokio-tar = "0.5.6"
|
||||||
atoi = "2.0.0"
|
atoi = "2.0.0"
|
||||||
atomic_enum = "0.3.0"
|
atomic_enum = "0.3.0"
|
||||||
aws-config = { version = "1.8.14" }
|
aws-config = { version = "1.8.14" }
|
||||||
aws-credential-types = { version = "1.2.12" }
|
aws-credential-types = { version = "1.2.13" }
|
||||||
aws-sdk-s3 = { version = "1.123.0", default-features = false, features = ["sigv4a", "default-https-client", "rt-tokio"] }
|
aws-sdk-s3 = { version = "1.124.0", default-features = false, features = ["sigv4a", "default-https-client", "rt-tokio"] }
|
||||||
aws-smithy-types = { version = "1.4.5" }
|
aws-smithy-types = { version = "1.4.5" }
|
||||||
backtrace = "0.3.76"
|
backtrace = "0.3.76"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
base64-simd = "0.8.0"
|
base64-simd = "0.8.0"
|
||||||
brotli = "8.0.2"
|
brotli = "8.0.2"
|
||||||
cfg-if = "1.0.4"
|
cfg-if = "1.0.4"
|
||||||
clap = { version = "4.5.59", features = ["derive", "env"] }
|
clap = { version = "4.5.60", features = ["derive", "env"] }
|
||||||
const-str = { version = "1.1.0", features = ["std", "proc"] }
|
const-str = { version = "1.1.0", features = ["std", "proc"] }
|
||||||
convert_case = "0.11.0"
|
convert_case = "0.11.0"
|
||||||
criterion = { version = "0.8", features = ["html_reports"] }
|
criterion = { version = "0.8", features = ["html_reports"] }
|
||||||
@@ -231,11 +231,11 @@ rayon = "1.11.0"
|
|||||||
reed-solomon-simd = { version = "3.1.0" }
|
reed-solomon-simd = { version = "3.1.0" }
|
||||||
regex = { version = "1.12.3" }
|
regex = { version = "1.12.3" }
|
||||||
rumqttc = { version = "0.25.1" }
|
rumqttc = { version = "0.25.1" }
|
||||||
rustix = { version = "1.1.3", features = ["fs"] }
|
rustix = { version = "1.1.4", features = ["fs"] }
|
||||||
rust-embed = { version = "8.11.0" }
|
rust-embed = { version = "8.11.0" }
|
||||||
rustc-hash = { version = "2.1.1" }
|
rustc-hash = { version = "2.1.1" }
|
||||||
s3s = { version = "0.13.0-alpha.3", features = ["minio"], git = "https://github.com/s3s-project/s3s.git", rev = "1b4cc93504c8e698838b4084ea747018a8220b16" }
|
s3s = { version = "0.13.0-alpha.3", features = ["minio"], git = "https://github.com/s3s-project/s3s.git", rev = "61b96d11de81c508ba5361864676824f318ef65c" }
|
||||||
serial_test = "3.3.1"
|
serial_test = "3.4.0"
|
||||||
shadow-rs = { version = "1.7.0", default-features = false }
|
shadow-rs = { version = "1.7.0", default-features = false }
|
||||||
siphasher = "1.0.2"
|
siphasher = "1.0.2"
|
||||||
smallvec = { version = "1.15.1", features = ["serde"] }
|
smallvec = { version = "1.15.1", features = ["serde"] }
|
||||||
@@ -243,7 +243,7 @@ smartstring = "1.0.1"
|
|||||||
snafu = "0.8.9"
|
snafu = "0.8.9"
|
||||||
snap = "1.1.1"
|
snap = "1.1.1"
|
||||||
starshard = { version = "1.1.0", features = ["rayon", "async", "serde"] }
|
starshard = { version = "1.1.0", features = ["rayon", "async", "serde"] }
|
||||||
strum = { version = "0.27.2", features = ["derive"] }
|
strum = { version = "0.28.0", features = ["derive"] }
|
||||||
sysinfo = "0.38.2"
|
sysinfo = "0.38.2"
|
||||||
temp-env = "0.3.6"
|
temp-env = "0.3.6"
|
||||||
tempfile = "3.25.0"
|
tempfile = "3.25.0"
|
||||||
|
|||||||
@@ -201,7 +201,7 @@ impl TryFrom<&str> for Action {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Hash, PartialEq, Eq, Clone, EnumString, IntoStaticStr, Debug, Copy)]
|
#[derive(Serialize, Deserialize, Hash, PartialEq, Eq, Clone, IntoStaticStr, Debug, Copy, EnumString)]
|
||||||
#[cfg_attr(test, derive(Default))]
|
#[cfg_attr(test, derive(Default))]
|
||||||
#[serde(try_from = "&str", into = "&str")]
|
#[serde(try_from = "&str", into = "&str")]
|
||||||
pub enum S3Action {
|
pub enum S3Action {
|
||||||
@@ -377,7 +377,7 @@ pub enum S3Action {
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
// AdminAction - admin policy action.
|
// AdminAction - admin policy action.
|
||||||
#[derive(Serialize, Deserialize, Hash, PartialEq, Eq, Clone, EnumString, IntoStaticStr, Debug, Copy)]
|
#[derive(Serialize, Deserialize, Hash, PartialEq, Eq, Clone, IntoStaticStr, Debug, Copy, EnumString)]
|
||||||
#[serde(try_from = "&str", into = "&str")]
|
#[serde(try_from = "&str", into = "&str")]
|
||||||
pub enum AdminAction {
|
pub enum AdminAction {
|
||||||
#[strum(serialize = "admin:Heal")]
|
#[strum(serialize = "admin:Heal")]
|
||||||
@@ -592,11 +592,18 @@ impl AdminAction {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Hash, PartialEq, Eq, Clone, EnumString, IntoStaticStr, Debug, Copy)]
|
#[derive(Serialize, Deserialize, Hash, PartialEq, Eq, Clone, IntoStaticStr, Debug, Copy)]
|
||||||
#[serde(try_from = "&str", into = "&str")]
|
#[serde(try_from = "&str", into = "&str")]
|
||||||
pub enum StsAction {}
|
pub enum StsAction {}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Hash, PartialEq, Eq, Clone, EnumString, IntoStaticStr, Debug, Copy)]
|
impl TryFrom<&str> for StsAction {
|
||||||
|
type Error = strum::ParseError;
|
||||||
|
fn try_from(_value: &str) -> std::result::Result<Self, Self::Error> {
|
||||||
|
Err(strum::ParseError::VariantNotFound)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[derive(Serialize, Deserialize, Hash, PartialEq, Eq, Clone, IntoStaticStr, Debug, Copy, EnumString)]
|
||||||
#[serde(try_from = "&str", into = "&str")]
|
#[serde(try_from = "&str", into = "&str")]
|
||||||
pub enum KmsAction {
|
pub enum KmsAction {
|
||||||
#[strum(serialize = "kms:*")]
|
#[strum(serialize = "kms:*")]
|
||||||
|
|||||||
Reference in New Issue
Block a user