mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
Pin base64
to the fixed patch version (#12762)
Followup to #12757 Always ensure that the `Cargo.toml` specifies the full minimum version required to have the correct behavior or used features. Otherwise a missing semver specifier is equal to `0` and could downgrade.
This commit is contained in:
parent
8eefb7313e
commit
349d02ced0
@ -65,7 +65,7 @@ members = [
|
||||
alphanumeric-sort = "1.5"
|
||||
ansi-str = "0.8"
|
||||
anyhow = "1.0.82"
|
||||
base64 = "0.22"
|
||||
base64 = "0.22.1"
|
||||
bracoxide = "0.1.2"
|
||||
brotli = "5.0"
|
||||
byteorder = "1.5"
|
||||
|
Loading…
Reference in New Issue
Block a user