1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Update routinator-ui to 0.3.4.

This commit is contained in:
Martin Hoffmann
2021-09-15 14:58:40 +02:00
parent cde206c423
commit 833fc5adc6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1017,9 +1017,9 @@ dependencies = [
[[package]]
name = "routinator-ui"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58223c01554f6643bd12ef2934891d31baafb830411b7fc87722b71733ac647c"
checksum = "f2b93eb434f0d58c19ab098008bda682fc2e8f2918f3b6f64dcb8c34c3fc8fba"
dependencies = [
"flate2",
"reqwest",

View File

@ -37,7 +37,7 @@ tokio = { version = "1.0", features = [ "io-util", "macros", "process"
tokio-stream = "0.1"
toml = "0.5.6"
uuid = "0.8.1"
routinator-ui = { version = "0.3.3", optional = true }
routinator-ui = { version = "0.3.4", optional = true }
[target.'cfg(unix)'.dependencies]