mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-23 09:28:05 +00:00
fix: pin base64ct to version 1.6.0 to avoid Edition 2024 requirement and resolve CI dependency parsing errors
This commit is contained in:
Generated
+3
-2
@@ -678,9 +678,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "base64ct"
|
name = "base64ct"
|
||||||
version = "1.8.0"
|
version = "1.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bit-set"
|
name = "bit-set"
|
||||||
@@ -2417,6 +2417,7 @@ dependencies = [
|
|||||||
"alloy-sol-types",
|
"alloy-sol-types",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64",
|
"base64",
|
||||||
|
"base64ct",
|
||||||
"bytes",
|
"bytes",
|
||||||
"chrono",
|
"chrono",
|
||||||
"criterion",
|
"criterion",
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ documentation = "https://docs.rs/polyfill-rs"
|
|||||||
homepage = "https://github.com/floor-licker/polyfill-rs"
|
homepage = "https://github.com/floor-licker/polyfill-rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
# Pin base64ct to avoid Edition 2024 requirement
|
||||||
|
base64ct = "=1.6.0"
|
||||||
# Async runtime and futures
|
# Async runtime and futures
|
||||||
tokio = { version = "1.41", features = ["full"] }
|
tokio = { version = "1.41", features = ["full"] }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user