mirror of
https://github.com/rustmailer/rustmailer.git
synced 2026-09-06 00:01:14 +00:00
bump url crate version
This commit is contained in:
Generated
+2
-2
@@ -7355,9 +7355,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
||||
|
||||
[[package]]
|
||||
name = "url"
|
||||
version = "2.5.6"
|
||||
version = "2.5.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "137a3c834eaf7139b73688502f3f1141a0337c5d8e4d9b536f9b8c796e26a7c4"
|
||||
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
||||
dependencies = [
|
||||
"form_urlencoded",
|
||||
"idna 1.1.0",
|
||||
|
||||
+1
-1
@@ -77,7 +77,7 @@ timeago = "0.5.0"
|
||||
handlebars = "6.3.2"
|
||||
ahash = "0.8.12"
|
||||
oauth2 = { version = "5.0.0", features = ["reqwest-blocking"] }
|
||||
url = { version = "2.5.6", features = ["serde"] }
|
||||
url = { version = "2.5.7", features = ["serde"] }
|
||||
sysinfo = "0.37.0"
|
||||
proc-macro2 = "1.0.101"
|
||||
cacache = { version = "13.1.0", default-features = false, features = [
|
||||
|
||||
Reference in New Issue
Block a user