diff options
| author | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2022-04-23 22:18:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-23 20:18:37 +0000 |
| commit | 8737474bf0b7105d04e1405ac8896e2c7b3899bd (patch) | |
| tree | fbab964a0f331eee636dced0715580f8666c89db /Cargo.lock | |
| parent | sql builder (#333) (diff) | |
| download | atuin-8737474bf0b7105d04e1405ac8896e2c7b3899bd.zip | |
Update Cargo.lock (#336)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "atuin" -version = "0.8.1" +version = "0.9.0" dependencies = [ "async-trait", "atuin-client", @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "0.8.1" +version = "0.9.0" dependencies = [ "async-trait", "atuin-common", @@ -138,7 +138,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "0.8.1" +version = "0.9.0" dependencies = [ "chrono", "rust-crypto", @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "0.8.1" +version = "0.9.0" dependencies = [ "async-trait", "atuin-common", |
