URL encode SSB public keys on profile page #116

Merged
glyph merged 5 commits from fix_encoding_decoding into main 2022-06-16 10:38:19 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 76d5e6a355 - Show all commits

4
Cargo.lock generated
View File

@ -1079,7 +1079,7 @@ dependencies = [
[[package]]
name = "golgi"
version = "0.1.4"
source = "git+https://git.coopcloud.tech/golgi-ssb/golgi.git#ca4c1114ddf328b818144c5a1af0187b1357e9be"
source = "git+https://git.coopcloud.tech/golgi-ssb/golgi#ca4c1114ddf328b818144c5a1af0187b1357e9be"
dependencies = [
"async-std",
"async-stream 0.3.3",
@ -2405,7 +2405,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f77e66f6d6d898cbbd4a09c48fd3507cfc210b7c83055de02a38b5f7a1e6d216"
dependencies = [
"libc",
"time 0.3.9",
"time 0.1.44",
]
[[package]]