Update Rust crate urlencoding to 2.1.3
This commit is contained in:
parent
726c69b325
commit
0b238899a3
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3050,9 +3050,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "urlencoding"
|
||||
version = "2.1.2"
|
||||
version = "2.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
|
||||
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
||||
|
||||
[[package]]
|
||||
name = "utf8-width"
|
||||
|
@ -23,7 +23,7 @@ uuid = { version = "1.4.1", features = ["v4"] }
|
||||
mime_guess = "2.0.4"
|
||||
askama = "0.12.0"
|
||||
futures-util = "0.3.28"
|
||||
urlencoding = "2.1.2"
|
||||
urlencoding = "2.1.3"
|
||||
rand = "0.8.5"
|
||||
base64 = "0.21.2"
|
||||
jwt-simple = "0.11.6"
|
||||
|
Loading…
Reference in New Issue
Block a user