diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-17 19:45:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-17 19:45:10 +0100 |
| commit | 4d52c5e872f8d4695bcf0046e359997767066993 (patch) | |
| tree | 1d9dde0807836211cd19d6f8b94741b284b3ff70 /atuin-client | |
| parent | Bump serde from 1.0.125 to 1.0.126 (#124) (diff) | |
| download | atuin-4d52c5e872f8d4695bcf0046e359997767066993.zip | |
Bump urlencoding from 1.3.1 to 1.3.3 (#133)
Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding) from 1.3.1 to 1.3.3.
- [Release notes](https://github.com/kornelski/rust_urlencoding/releases)
- [Commits](https://github.com/kornelski/rust_urlencoding/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 89cab24f..d746b37d 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -35,7 +35,7 @@ rand = "0.8.3" rust-crypto = "^0.2" tokio = { version = "1", features = ["full"] } async-trait = "0.1.49" -urlencoding = "1.3.1" +urlencoding = "1.3.3" humantime = "2.1.0" itertools = "0.10.0" shellexpand = "2" |
