Browse Source

Update all non-major dependencies (#415)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/add-with-shims
renovate[bot] 4 years ago committed by GitHub
parent
commit
47df61817b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      Cargo.lock
  2. 4
      Cargo.toml

12
Cargo.lock generated

@ -1495,18 +1495,18 @@ dependencies = [
[[package]] [[package]]
name = "serde" name = "serde"
version = "1.0.124" version = "1.0.125"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f" checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
dependencies = [ dependencies = [
"serde_derive", "serde_derive",
] ]
[[package]] [[package]]
name = "serde_derive" name = "serde_derive"
version = "1.0.124" version = "1.0.125"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b" checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -1742,9 +1742,9 @@ dependencies = [
[[package]] [[package]]
name = "test-env-log" name = "test-env-log"
version = "0.2.5" version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b702a7712312156cffe3f809722039c0b7519a67c00d2461dc9bfb28b7aa3670" checksum = "e61b8176952b2985e5916cccb929e14731fdad26d2923efe888003702467e6ad"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

4
Cargo.toml

@ -9,7 +9,7 @@ repository = "https://github.com/Schniz/fnm"
description = "Fast and simple Node.js version manager" description = "Fast and simple Node.js version manager"
[dependencies] [dependencies]
serde = { version = "1.0.124", features = ["derive"] } serde = { version = "1.0.125", features = ["derive"] }
clap = "2.33.3" clap = "2.33.3"
structopt = "0.3.21" structopt = "0.3.21"
reqwest = { version = "0.11.2", features = ["blocking", "json", "rustls-tls", "brotli"], default-features = false } reqwest = { version = "0.11.2", features = ["blocking", "json", "rustls-tls", "brotli"], default-features = false }
@ -32,7 +32,7 @@ encoding_rs_io = "0.1.7"
[dev-dependencies] [dev-dependencies]
pretty_assertions = "0.7.1" pretty_assertions = "0.7.1"
duct = "0.13.5" duct = "0.13.5"
test-env-log = "0.2.5" test-env-log = "0.2.6"
shell-escape = "0.1.5" shell-escape = "0.1.5"
insta = { version = "1.7.0", features = ["backtrace"] } insta = { version = "1.7.0", features = ["backtrace"] }
serial_test = "0.5.1" serial_test = "0.5.1"

Loading…
Cancel
Save