cargo: bump the cargo-non-breaking group across 1 directory with 4 updates

Bumps the cargo-non-breaking group with 4 updates in the / directory: [aes-gcm](https://github.com/RustCrypto/AEADs), [uuid](https://github.com/uuid-rs/uuid), [opendal](https://github.com/apache/opendal) and [opendal-http-transport-reqwest](https://github.com/apache/opendal).


Updates `aes-gcm` from 0.11.0 to 0.11.1
- [Commits](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.11.0...aes-gcm-v0.11.1)

Updates `uuid` from 1.24.1 to 1.26.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/v1.24.1...v1.26.0)

Updates `opendal` from 0.58.1 to 0.58.2
- [Release notes](https://github.com/apache/opendal/releases)
- [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apache/opendal/compare/v0.58.1...v0.58.2)

Updates `opendal-http-transport-reqwest` from 0.58.1 to 0.58.2
- [Release notes](https://github.com/apache/opendal/releases)
- [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apache/opendal/compare/v0.58.1...v0.58.2)

---
updated-dependencies:
- dependency-name: aes-gcm
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-non-breaking
- dependency-name: opendal
  dependency-version: 0.58.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-non-breaking
- dependency-name: opendal-http-transport-reqwest
  dependency-version: 0.58.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-non-breaking
- dependency-name: uuid
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/448/head
dependabot[bot] 3 weeks ago committed by GitHub
parent dd6428ebca
commit a91b47f6c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -66,16 +66,16 @@ dependencies = [
[[package]]
name = "aes-gcm"
version = "0.11.0"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdf011db2e21ce0d575593d749db5554b47fed37aff429e4dc50bc91ac93a028"
checksum = "7f2b8006a0c83f52b62ba44a97b58bf76fe2f70a329e588f67f89691d93d498f"
dependencies = [
"aead 0.6.1",
"aes 0.9.2",
"cipher 0.5.2",
"ctr 0.10.1",
"ctutils",
"ghash 0.6.0",
"subtle",
]
[[package]]
@ -439,6 +439,16 @@ dependencies = [
"tokio",
]
[[package]]
name = "asyncband"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94a214ba60d6231afd0e805e3c27c45a1626d9debaa5a5061c45a1ea1b2f1ed0"
dependencies = [
"hashbrown 0.17.1",
"slab",
]
[[package]]
name = "atoi"
version = "2.0.0"
@ -4104,16 +4114,6 @@ dependencies = [
"digest 0.11.3",
]
[[package]]
name = "mea"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c709842c4ce65cb91e2666ad5319dfc1efc3af0d34f02075eddca9000d9f8afb"
dependencies = [
"hashbrown 0.17.1",
"slab",
]
[[package]]
name = "memchr"
version = "2.8.3"
@ -4620,9 +4620,9 @@ dependencies = [
[[package]]
name = "opendal"
version = "0.58.1"
version = "0.58.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f20562cc7447fcc915fc5c23df305a412ea80a733c9f2fd9e2d267e2815be6d"
checksum = "33dbff14cc9bb085224256d6a81289d2f3202e85b06f408d42534b42162a4231"
dependencies = [
"opendal-core",
"opendal-layer-concurrent-limit",
@ -4633,11 +4633,12 @@ dependencies = [
[[package]]
name = "opendal-core"
version = "0.58.1"
version = "0.58.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec75551ff4cf3e57da98979f6a937aaa9ddb3915bf68cc17d03df733be6646ed"
checksum = "48dbcef97d3eb7591db2c18d5cae95c836bcce07359b98d98dd6f4e861eb77b7"
dependencies = [
"anyhow",
"asyncband",
"base64 0.23.1",
"bytes",
"futures",
@ -4645,7 +4646,6 @@ dependencies = [
"jiff",
"log",
"md-5 0.11.0",
"mea",
"percent-encoding",
"quick-xml",
"reqsign-core",
@ -4659,9 +4659,9 @@ dependencies = [
[[package]]
name = "opendal-http-transport-reqwest"
version = "0.58.1"
version = "0.58.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad4d4f19c3ce01126a30611f8e544eaa217104a278c889ac17c9374fe4f9e4ef"
checksum = "85663452ea32bbc17e8f79ab29788c846d116ec7de31451be9c787e462dcb36c"
dependencies = [
"bytes",
"futures",
@ -4673,21 +4673,21 @@ dependencies = [
[[package]]
name = "opendal-layer-concurrent-limit"
version = "0.58.1"
version = "0.58.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "249ac5b0aa5a7a6c3737342d10456067937f9c9a6f3f02544271f7908ab91081"
checksum = "03f9e144b5228d741c3763ade8711d9b72e5fb6d998e779f2d7a09da0b5a3eba"
dependencies = [
"asyncband",
"futures",
"http",
"mea",
"opendal-core",
]
[[package]]
name = "opendal-layer-retry"
version = "0.58.1"
version = "0.58.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80b7738bd5f233ad8da39af9b9316b9b7a4eaddd91e8e32a1e19b7030688121d"
checksum = "e94db301964a25366090484d61e6da16d5979cc8faf02c3e12210dc74fafed38"
dependencies = [
"backon",
"log",
@ -4696,9 +4696,9 @@ dependencies = [
[[package]]
name = "opendal-layer-timeout"
version = "0.58.1"
version = "0.58.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a704141924500f3803c05ed871b53305d2a2f11cb5ef20160c3ee688a1857f66"
checksum = "08956ddda07465449bfd48825f4f0f25e0351278ac974eaa659895d9d74f2c80"
dependencies = [
"opendal-core",
"tokio",
@ -4706,9 +4706,9 @@ dependencies = [
[[package]]
name = "opendal-service-s3"
version = "0.58.1"
version = "0.58.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58e80cdf192d7eff05feed747894d64f81905ac4eaf132edf7ea270abdd2d663"
checksum = "c64335f9f24ccb62ac36f1d976342b48611a75ba61979813a4f78a4ebd94de42"
dependencies = [
"base64 0.23.1",
"bytes",
@ -8015,7 +8015,7 @@ dependencies = [
name = "synctv-api-common"
version = "1.0.3"
dependencies = [
"aes-gcm 0.11.0",
"aes-gcm 0.11.1",
"ammonia",
"anyhow",
"async-trait",
@ -8094,7 +8094,7 @@ dependencies = [
name = "synctv-api-grpc"
version = "1.0.3"
dependencies = [
"aes-gcm 0.11.0",
"aes-gcm 0.11.1",
"ammonia",
"anyhow",
"async-trait",
@ -8174,7 +8174,7 @@ dependencies = [
name = "synctv-api-http"
version = "1.0.3"
dependencies = [
"aes-gcm 0.11.0",
"aes-gcm 0.11.1",
"ammonia",
"anyhow",
"async-trait",
@ -8313,7 +8313,7 @@ dependencies = [
name = "synctv-core"
version = "1.0.3"
dependencies = [
"aes-gcm 0.11.0",
"aes-gcm 0.11.1",
"ammonia",
"anyhow",
"async-trait",
@ -8494,7 +8494,7 @@ name = "synctv-media-providers"
version = "1.0.3"
dependencies = [
"aes 0.9.2",
"aes-gcm 0.11.0",
"aes-gcm 0.11.1",
"anyhow",
"async-trait",
"backon",
@ -9833,9 +9833,9 @@ checksum = "e2eebbbfe4093922c2b6734d7c679ebfebd704a0d7e56dfcb0d05818ce28977d"
[[package]]
name = "uuid"
version = "1.24.1"
version = "1.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cefc03fd367c0c6d4305de1b312cf00248c4114f4a0418ce6a6af769e3b0bd9"
checksum = "b5772d71c9be8a8a6ac2117d949c5b224c1b72241bb611d9a3012edcf8af7812"
dependencies = [
"getrandom 0.4.3",
"js-sys",

@ -174,7 +174,7 @@ jsonwebtoken = { version = "=11.0.0", features = ["rust_crypto"] }
oauth2 = { version = "=5.0.0", default-features = false }
webauthn-rs = { version = "=0.6.1-dev", features = ["conditional-ui", "danger-allow-state-serialisation"] }
webauthn-rs-proto = "=0.6.1-dev"
aes-gcm = "=0.11.0"
aes-gcm = "=0.11.1"
aes = "=0.9.2"
cbc = { version = "=0.2.1", features = ["alloc", "block-padding"] }
ammonia = "=4.1.4"
@ -210,7 +210,7 @@ lru = "=0.18.2"
# IDs & Crypto
nanoid = "=0.5.0"
uuid = { version = "=1.24.1", features = ["v4", "v5", "serde"] }
uuid = { version = "=1.26.0", features = ["v4", "v5", "serde"] }
sqids = "=0.4.2"
rand = "=0.10.2"
rand_08 = { package = "rand", version = "=0.8.6" }
@ -236,14 +236,14 @@ ffmpeg-next = { version = "=9.0.0", default-features = false, features = ["build
ffmpeg-sys-next = { version = "=9.0.0", features = ["build-portable"] }
# Object Storage
opendal = { version = "=0.58.1", default-features = false, features = [
opendal = { version = "=0.58.2", default-features = false, features = [
"executors-tokio",
"services-s3",
"layers-retry",
"layers-timeout",
"layers-concurrent-limit",
] }
opendal-http-transport-reqwest = { version = "=0.58.1", default-features = false, features = ["rustls-no-provider"] }
opendal-http-transport-reqwest = { version = "=0.58.2", default-features = false, features = ["rustls-no-provider"] }
# Logging & Tracing
tracing = "=0.1.44"

Loading…
Cancel
Save