Skip to content

Commit

Permalink
Updating to jsonrpsee 0.4.1
Browse files Browse the repository at this point in the history
Updating to pick-up a [fix](paritytech/jsonrpsee#446) for empty JSON req as no params so that `bgpd show routes advertised` (and `learned`) works without specifying a peer.
  • Loading branch information
thepacketgeek committed Oct 14, 2021
1 parent 9679986 commit ed83b5b
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 151 deletions.
140 changes: 38 additions & 102 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bgpd-rs"
version = "0.2.2"
version = "0.2.3"
authors = ["Mat Wood <mat@thepacketgeek.com>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -29,7 +29,7 @@ colored = { version = "1.8", optional = true }
env_logger = "0.6.1"
ipnetwork = "^0.16"
itertools = "^0.8.1"
jsonrpsee = { version = "0.3.1", features = [ "client", "http-server", "macros", "server" ] }
jsonrpsee = { version = "0.4.1", features = [ "client", "http-server", "macros", "server" ] }

This comment has been minimized.

Copy link
@dvdplm

dvdplm Oct 14, 2021

The http-server feature is implied by the server feature. :)

This comment has been minimized.

Copy link
@thepacketgeek

thepacketgeek Oct 14, 2021

Author Owner

Ah yes, that makes sense, thank you!

futures = { version = "^0.3" }
log = "0.4.6"
net2 = "0.2.33"
Expand Down
Loading

0 comments on commit ed83b5b

Please sign in to comment.