diff options
author | Andreas Fuchs | 2020-12-15 14:08:31 -0500 |
---|---|---|
committer | GitHub | 2020-12-15 12:08:31 -0700 |
commit | c9eb270a8b7fcf4a069a6a9d9c0325b2082164bf (patch) | |
tree | df98b1b10d43c6b4870bc6839313e0c8faca35fe /Cargo.lock | |
parent | dc466f26889f72feb25e94248ff96b3a3ca3e7e0 (diff) |
Debump the smol_str version to 0.1.16 to build on rust 1.45.2 (#28)
* Debump the smol_str version to 0.1.16 to build on rust 1.45.2
Rust 1.45.2 is what ships in the 20.09 release, and smol_str 0.1.17 is
incompatible with it.
* Clarify version bounds on the smol_str dependency
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -106,6 +106,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", + "smol_str", "thiserror", "tokio", "toml", @@ -652,9 +653,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "smol_str" -version = "0.1.17" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ca0f7ce3a29234210f0f4f0b56f8be2e722488b95cb522077943212da3b32eb" +checksum = "2f7909a1d8bc166a862124d84fdc11bda0ea4ed3157ccca662296919c2972db1" [[package]] name = "socket2" |