diff --git a/Cargo.toml b/Cargo.toml index 421f9bf3..77371fec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,16 +14,15 @@ license = "BSD-3-Clause" [dependencies] log = "0.4" -arc-swap = "^1.5" -bytes = { version = "1", features = [ "serde" ] } -nom = "7.1" -paste = "1.0.13" -smallvec = { version = "1.8", features = [ "const_generics", "serde" ] } -serde = { version = "1.0", features = [ "derive", "rc" ] } - -routecore = { version = "0.4.0-dev", features = ["bgp", "bmp", "serde"], git = "https://github.com/NLnetLabs/routecore.git" } -rotonda-store = { version = "0.3.0-pre.3", git = "https://github.com/NLnetLabs/rotonda-store.git" } +arc-swap = "^1.6" +bytes = { version = "1", features = [ "serde" ] } +nom = "7.1" +paste = "1.0.14" +smallvec = { version = "1.11", features = [ "const_generics", "serde" ] } +serde = { version = "1.0", features = [ "derive", "rc" ] } +routecore = { version = "0.4.0-rc0", features = ["bgp", "bmp", "serde"] } +rotonda-store = { version = "0.3.0-rc0" } [dev-dependencies] -env_logger = "0.10" -routes = { version = "0.1.0-dev", git = "https://github.com/NLnetLabs/routes.git", branch = "main" } \ No newline at end of file +env_logger = "0.10" +routes = { version = "0.1.0-rc0" }