mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue