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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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]
|
||||
|
Reference in New Issue
Block a user