mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-08 17:35:12 +01:00
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>
This commit is contained in:
parent
87c9f61e27
commit
4d52c5e872
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2511,9 +2511,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "urlencoding"
|
||||
version = "1.3.1"
|
||||
version = "1.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9e0ad7a908b74126826e00649a5608a4b42a2a73577e45e8e7107153845a60a0"
|
||||
checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb"
|
||||
|
||||
[[package]]
|
||||
name = "utf-8"
|
||||
|
@ -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"
|
||||
|
@ -36,4 +36,4 @@ tokio = { version = "1", features = ["full"] }
|
||||
warp = "0.3"
|
||||
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "uuid", "chrono", "postgres" ] }
|
||||
async-trait = "0.1.49"
|
||||
urlencoding = "1.3.1"
|
||||
urlencoding = "1.3.3"
|
||||
|
Loading…
Reference in New Issue
Block a user