Browse Source

Fix and update deps

master 0.8.4
Julien Blanchard 4 years ago
parent
commit
ac18e6acbf
  1. 604
      Cargo.lock
  2. 24
      Cargo.toml
  3. 2
      LICENSE

604
Cargo.lock generated

File diff suppressed because it is too large Load Diff

24
Cargo.toml

@ -1,17 +1,17 @@
[package] [package]
name = "asuka" name = "asuka"
version = "0.8.2" version = "0.8.4"
authors = ["Julien Blanchard <julien@typed-hole.org>"] authors = ["Julien Blanchard <julien@typed-hole.org>"]
edition = "2018" edition = "2021"
[dependencies] [dependencies]
cursive = "0.15" cursive = "0.18"
native-tls = "*" native-tls = "0.2.10"
url = "*" url = "2.2.2"
regex = "*" regex = "1.5.5"
lazy_static = "*" lazy_static = "1.4.0"
open = "*" open = "2.1.2"
json = "*" json = "0.12.4"
tempfile = "*" tempfile = "3.3.0"
dirs = "*" dirs = "4.0.0"
textwrap="*" textwrap="0.15.0"

2
LICENSE

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2019-2020 Julien Blanchard Copyright (c) 2019-2022 Julien Blanchard
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

Loading…
Cancel
Save